-
Notifications
You must be signed in to change notification settings - Fork 18
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
New: Migration scripts added to repo (fix #109) #110
Conversation
Ready for review. |
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.
A few changes/updates with helpers, but looking good overall.
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.
👀
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.
👍
🎉 This PR is included in version 4.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fix #109
Part of adaptlearning/adapt_framework#3631
New
Migration milestones
Before v4.0.0, the schema only contained an empty config object.
4.0.0
hideFeedback
global_tutor
object property_type
_textButton
. Note that this was changed to_button
(see below)_isEnabled
. Note that this was removed below, so not including it in the scriptstext
4.0.0 - Different commit but same tag.
_tutor
object property:_classes
_hasNotifyBottomButton
_textButton
to_button
text
default valueariaLabel
_isEnabled
4.1.0
_tutor
object property_type
_classes
_hasNotifyBottomButton
_button
text
ariaLabel
_tutor
object property_isInherited
. Changes default in same tag.