-
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
Update to Web Components v0.13.1 #36
Comments
MarcusNotheis
added a commit
that referenced
this issue
Jun 24, 2019
BREAKING CHANGE **Select**: the parameter of the change event is now called `selectedOption` BREAKING CHANGE **Select**: Use `Option` instead of `StandardListItem` for selection BREAKING CHANGE **Link**: Use design with `LinkDesign`, type with `LinkType` is deleted BREAKING CHANGE **Button**: Use design with `ButtonDesign`, type with `ButtonDesign` is deleted BREAKING CHANGE **ToggleButton**: Use design with `ButtonDesign`, type with `ButtonDesign` is deleted BREAKING CHANGE **Switch**: type is removed, use `graphical` BREAKING CHANGE **MessageStrip**: `hideIcon` and `hideCloseButton` are renamed to `noIcon` and `noCloseButton` BREAKING CHANGE **Popover**: `hideArrow` and `hideHeader` are renamed to `noArrow` and `noHeader` Please refer to the [UI5 Web Components Changelog](https://github.com/SAP/ui5-webcomponents/releases/tag/v0.13.1) as well. Closes #36
MarcusNotheis
added a commit
that referenced
this issue
Jun 24, 2019
BREAKING CHANGE **Select**: the parameter of the change event is now called `selectedOption` BREAKING CHANGE **Select**: Use `Option` instead of `StandardListItem` for selection BREAKING CHANGE **Link**: Use design with `LinkDesign`, type with `LinkType` is deleted BREAKING CHANGE **Button**: Use design with `ButtonDesign`, type with `ButtonDesign` is deleted BREAKING CHANGE **ToggleButton**: Use design with `ButtonDesign`, type with `ButtonDesign` is deleted BREAKING CHANGE **Switch**: type is removed, use `graphical` BREAKING CHANGE **MessageStrip**: `hideIcon` and `hideCloseButton` are renamed to `noIcon` and `noCloseButton` BREAKING CHANGE **Popover**: `hideArrow` and `hideHeader` are renamed to `noArrow` and `noHeader` Please refer to the [UI5 Web Components Changelog](https://github.com/SAP/ui5-webcomponents/releases/tag/v0.13.1) as well. Closes #36
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update our UI5 Web Components dependency to the latest released version.
The text was updated successfully, but these errors were encountered: