-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stage-main Release candidate 10.1 #1942
Conversation
… text in the field
… are items to take action on.
… into stage-main-10-1c
@@ -323,7 +327,7 @@ class Settings extends React.Component { | |||
{formatTextingHours(organization.textingHoursEnd)} | |||
</span> | |||
{window.TZ | |||
? ` in your organisations local time. Timezone ${window.TZ}` | |||
? ` in your organisation's local time. Timezone ${window.TZ}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we would rather write organization's
instead of organisation's
, but that's just a US vs UK/Australia thing! @schuyler1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
…th <GSForm> value/change model the same way so we have to manually tweak it. Tests frustratingly flip first/last from before
… times per assignment would slow texter todos
…for now to improve in future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Although I should point out that #1930 does not upgrade webpack. Just a small fix for uglifyjs so it complies. |
Included
Draft Release Notes
v10.1
April 2021: Version 10.1
The most significant change in this release is an upgrade to React and React-formal libraries -- this has little effect on the interface, but allows us to stay more current with the open-source libraries that this project depends on. This makes it easier to find current documentation and follow patterns that current developers expect to see. Much thanks to Stefan Hayden for this difficult work.
Looking to version 11, our next planned release, we will be focusing on abstracting our message service code so that we are not dependent as much on Twilio -- an important step as we navigate looming changes by phone carriers and message service providers.
Migration Notes
This is a minor point release, and so has no database migrations or other required configuration changes. If you deploy to AWS, we should note that we have tweaked the deploy code to use
aws
cli instead ofs3cmd
-- This is very likely to be installed already so nothing should need changing. If not, then do install the aws command line CLI and configure your credentials that you used for s3cmd into ~/.aws/configOther Improvements
See links and notes from the 10.1 pull request for a list of all changes that were included.
Appreciations