-
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
feat(Framework): update to ui5-webcomponents-rc.6 #392
Conversation
BREAKING CHANGE: Replace custom Avatar component with Web Component Avatar BREAKING CHANGE: Replace custom Carousel component with Web Component Carousel BREAKING CHANGE: Replace custom SegmentedButton component with Web Component SegmentedButton BREAKING CHANGE: Deleted SegmentedButtonItem, replaced by ToggleButton
BREAKING CHANGE: Remove AvatarSize `Custom` BREAKING CHANGE: Rename ButtonDesign `Accept` to `Positive` BREAKING CHANGE: Rename ButtonDesign `Reject` to `Negative` BREAKING CHANGE: Rename InputType `Url` to `URL`
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.
- BusyIndicator story: default value for active should be true
- Card story: Card looks different than in ui5-webcomponents demo
- list of BREAKING CHANGES is missing
- whats happening with the ComboBox story?
- Popover story: modal and noArrow should be false by default; same for ResponsivePopover
- Should we really keep two different toast components?
BREAKING CHANGE: Remove MessageToast Component, replaced by `Toast` UI5 Web Component BREAKING CHANGE: Remove prop `withToastContainer` from ThemeProvider
|
|
I was referring to the storybook shortcuts 't' and 's' that we talked about. Is there anything we can do about this at the moment? Thats a storybook bug, isn´t it? |
packages/main/src/webComponents/MultiComboBox/MultiComboBox.stories.tsx
Outdated
Show resolved
Hide resolved
…ies.tsx Co-Authored-By: Lukas <lukas742@gmx.net>
Co-Authored-By: Lukas <lukas742@gmx.net>
Co-Authored-By: Lukas <lukas742@gmx.net>
…SAP/ui5-webcomponents-react into chore/update-webcomponents-rc-6
Deploy preview for ui5-webcomponents-react ready! Built with commit 64b9951 https://deploy-preview-392--ui5-webcomponents-react.netlify.com |
Features
Please look at the UI5 Web Components Changelog.
Breaking Changes
BREAKING CHANGE: Replace Avatar Component with
Avatar
UI5 Web ComponentBREAKING CHANGE: Replace Carousel Component with
Carousel
UI5 Web ComponentBREAKING CHANGE: Replace SegmentedButton Component with
SegmentedButton
UI5 Web ComponentBREAKING CHANGE: Deleted SegmentedButtonItem, replaced by ToggleButton
BREAKING CHANGE: Remove MessageToast Component, replaced by
Toast
UI5 Web ComponentBREAKING CHANGE: ThemeProvider: Remove prop
withToastContainer
BREAKING CHANGE: AvatarSize: Remove value
Custom
BREAKING CHANGE: ButtonDesign: Rename
Accept
toPositive
BREAKING CHANGE: ButtonDesign: Rename
Reject
toNegative
BREAKING CHANGE: InputType: Rename
Url
toURL
BREAKING CHANGE: CarouselArrowsPlacement: Rename
PageIndicator
toNavigation
BREAKING CHANGE:BusyIndicator : change default size of busy dots to
Medium
BREAKING CHANGE:Icon :
src
property is removed in favor ofname
BREAKING CHANGE:MessageStrip : replace icon property with icon slot to allow setting arbitrary content by the user
BREAKING CHANGE:MultiComboBox : Does not longer accept
StandardListItem
as child, useMultiComboBoxItem
insteadBREAKING CHANGE:ShellBar : profile property is removed in favour of profile slot
BREAKING CHANGE:TabContainer :
onItemSelect
event is renamed toonTabSelect
and the item event parameter is renamed to tab.BREAKING CHANGE:Card : the property
subtitle
has been renamed tosubheading
BREAKING CHANGE:TextArea : the property
maxLength
has been renamed tomaxlength
BREAKING CHANGE:ThemeProvider : new prop
theme
is required for correct theming in addition to importingimport '@ui5/webcomponents-react/lib/ThemingSupport'
BREAKING CHANGE: configuring of compact size is removed, use the
ui5-content-density-compact
CSS class to apply compact size.Closes #349