-
Notifications
You must be signed in to change notification settings - Fork 103
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
refactor(enums): harmonize enum names #5970
Conversation
BREAKING CHANGE: the `MessageBoxActions` enum has been renamed to `MessageBoxAction` BREAKING CHANGE: the `MessageBoxTypes` enum has been renamed to `MessageBoxType` BREAKING CHANGE: the `Themes` enum has been renamed to `Theme`
Size Change: -27 B (-0.01%) Total Size: 403 kB
ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 9659512079Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9660197009Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9660378417Details
💛 - Coveralls |
sap_horizon_hcw = 'sap_horizon_hcw', | ||
sap_belize = 'sap_belize', | ||
sap_belize_hcb = 'sap_belize_hcb', | ||
sap_belize_hcw = 'sap_belize_hcw' | ||
sap_horizon_hcw = 'sap_horizon_hcw' |
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.
I've removed the deprecated Belize theme family, but I'm not sure if we should offer a codemod for this. We could set it to the default (sap_horizon
) but this could be undesired in some cases. Maybe it's better that we leave it up to app developers to decide what theme they'll use as replacement. WDYT?
I've also adjusted the breaking change note accordingly.
Pull Request Test Coverage Report for Build 9661572094Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9661572094Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
BREAKING CHANGE: the `MessageBoxActions` enum has been renamed to `MessageBoxAction` BREAKING CHANGE: the `MessageBoxTypes` enum has been renamed to `MessageBoxType` BREAKING CHANGE: the `Themes` enum has been renamed to `Theme` and the deprecated "Belize" (`sap_belize`) theme family has been removed
BREAKING CHANGE: the
MessageBoxActions
enum has been renamed toMessageBoxAction
BREAKING CHANGE: the
MessageBoxTypes
enum has been renamed toMessageBoxType
BREAKING CHANGE: the
Themes
enum has been renamed toTheme
and the deprecated "Belize" (sap_belize
) theme family has been removed