-
Notifications
You must be signed in to change notification settings - Fork 273
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
[UI5 Web Components 2.0] Changes suggestion list [Topic RD] #7889
Comments
TabContainer: The type of the property ilhan: Agree. In addition there is PageBackgroundDesign with the same semantic and values, both can just use the BackgroundDesign enum. |
UploadCollection
ilhan :In List, Table, Calendar we agreed to rename
Changes Agreed: /here comes final decision/ Badge
Changes Agreed: /here comes final decision/ TabContainer
Discussed here: #6406
Changes Agreed: /here comes final decision/ Popover
Changes Agreed: /here comes final decision/ |
to be handled by team backlog -3203 |
Refactor
Suggested renaming to:
interface ITab extends UI5Element {
applyTabContainerInfo: ({
elementInStrip: HTMLElement,
forcedMixedMode: boolean,
...
}) => {
this._elementInStrip = elementInStrip;
this._forcedMixedMode = forcedMixedMode;
...
}
} => agreed to remove interface members in favour method
=> agreed to be removed Update 05.04 (Petar Dimov)
|
After a team meeting, the following API changes were decided: RadioButton
Changes Agreed: CardHeader
Changes Agreed: UploadCollection
Changes Agreed: NotificationListGroupItem
Changes Agreed: Popover
Changes Agreed: /here comes final decision/
TabContainer
Changes Agreed: /here comes final decision/
Badge (ui5-badge rename to ui5-tag)
Changes Agreed: /here comes final decision/
SideNavigationItem
Changes Agreed: /here comes final decision/
The following changes are still up for discussion: UploadCollection
=> consider renaming NotificationAction
Changes Agreed: /here comes final decision/
|
External Feedback ui5-card-header
Changes Agreed: /here comes final decision/
ui5-carousel
Changes Agreed: /here comes final decision/
ui5-tab-container
Update - Remove "fixed" property, ui5-tabcontainer will be always "fixed". Discussed here:
Changes Agreed: /here comes final decision/
ui5-busy-indicator
Changes Agreed: /here comes final decision/ |
Issue Description
The goal is to gather a list with breaking changes that you are willing to do to improve/simplify the components API.
There is already this issue #4460 with changes we already identified, so first take a look of it - it could be that some of your suggestions are already proposed.
The text was updated successfully, but these errors were encountered: