Releases: toastmasters-dev/quip-toastmasters
Releases · toastmasters-dev/quip-toastmasters
Release list
Version 24: February 01, 2020 11:25:07 PM
Version 23: February 01, 2020 07:19:28 AM
v23-b88 Bump version name
Version 22: February 01, 2020 07:15:21 AM
When record fails to load... crash and burn not Screenshot ========== 
Version 22: October 16, 2019 04:14:25 AM
v22-b86 Updating speech time limits for 2 speeches (#36)
Version 22: September 11, 2019 11:22:09 PM
Un-hardcode officer names
- Use site preferences for officer names
- There is no way update the names directly besides using the following line while debugging the app:
```
quip.apps.getSitePreferences().save({officers: {
president: 'President',
vpm: 'Vice President of Membership',
vpe: 'Vice President of Education',
vppr: 'Vice President of Public Relations',
secretary: 'Secretary',
soa: 'Sergeant of Arms',
treasurer: 'Treasurer',
}})
```
Fixes #12.
Version 20: April 10, 2019 05:35:56 PM
v20-b82 Bump version
Version 19: April 10, 2019 05:32:29 PM
Fix print and save After #28 and #32, the date format changed to become commentable. However, the `printAndSave` functionality was not updated to reflect this change... Until now.
Version 19: April 05, 2019 09:52:58 PM
Migrate date to commentable DateRecord
Now that the new data model and commenting logic is in-place, migrate old instances of the app to have commentable date fields.
It Works
========
UI
--
- Before (no comments supported on date field):

- After:

Migrations
----------
- Migration from pre-commentable-date version (version 1):

- Migration from rigid data model (version 0):

Version 18: March 29, 2019 08:05:14 PM
Drop old model and rendering code Now that migration code is in place, delete dead code: - Old React components - Old CSS files - Old data model in `RootRecord`
Version 17: March 29, 2019 07:51:59 PM
Refactor data migration code into dedicated file In this way, migrations are easier to manage and keep a trail of. It Works ======== 