-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
update upgrade scripts #2607
update upgrade scripts #2607
Conversation
update upgrade scriptsPreview: documentation | landing | table |
add SVGPopover/Tooltip entriesPreview: documentation | landing | table |
regex syntaxPreview: documentation | landing | table |
renameString "Classes\.HOTKEY_GROUP" "Classes.HEADING" | ||
renameString "Classes\.NON_IDEAL_STATE_TITLE" "Classes.HEADING" | ||
renameString "Classes\.UI_TEXT_LARGE" "Classes.UI_TEXT, Classes.TEXT_LARGE" | ||
renameString "Classes\.RUNNING_TEXT" "Classes.RUNNING_TEXT, Classes.TEXT_LARGE" |
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.
Why should running text now be large?
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.
the default used to be large and it had a small
variant. i standardized it in #2366
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.
we used to have RUNNING_TEXT
and RUNNING_TEXT_SMALL
where the regular one was actually large font size, but in #2366 i added a new TEXT_LARGE
modifier, so RUNNING_TEXT
in 3.0 uses default normal font size.
this means that folks who were using RUNNING_TEXT
in 1.x should now also apply TEXT_LARGE
in 3.0.
|
add entry for core Table => HTMLTablePreview: documentation | landing | table |
Fixes #2587
Changes proposed in this pull request:
add fixes for latest changes to 3.0.0 upgrade script.