Skip to content

Commit 1b85eb3

Browse files
feat: update to UI5 Web Components 2.7.0 (#6890)
Patched `Button` design prop type in CEM: `BadgeDesign` -> `ButtonBadgeDesign` --------- Co-authored-by: Marcus Notheis <[email protected]>
1 parent cc7f950 commit 1b85eb3

File tree

50 files changed

+2267
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2267
-312
lines changed

.storybook/custom-element-manifests/fiori.json

Lines changed: 677 additions & 8 deletions
Large diffs are not rendered by default.

.storybook/custom-element-manifests/main.json

Lines changed: 738 additions & 102 deletions
Large diffs are not rendered by default.

.storybook/manager-head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
/*experimental components */
5555
#data-display-table::after,
5656
#inputs-tokenizer::after,
57-
#layouts-floorplans-form::after,
5857
#modals-popovers-usermenu::after,
5958
#charts-timelinechart::after {
6059
content: '(experimental)';

.storybook/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ const replaceSubComps = {
6161
TreeItemBase: ['TreeItem', 'TreeItemCustom'],
6262
AvatarGroupItem: ['Avatar'],
6363
TableFeature: ['TableGrowing', 'TableSelection', 'TableVirtualizer'],
64-
SideNavigationItemBase: ['SideNavigationItem', 'SideNavigationGroup', 'SideNavigationSubItem']
64+
SideNavigationItemBase: ['SideNavigationItem', 'SideNavigationGroup', 'SideNavigationSubItem'],
65+
TableRowActionBase: ['TableRowAction', 'TableRowActionNavigation']
6566
};
6667

6768
function findSubComponentsRecursively(moduleName: string, cem: any): string[] {

config/version-info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
"2.3.0": "2.2.0",
4949
"2.4.0": "2.4.0",
5050
"2.5.0": "2.5.0",
51-
"2.6.0": "2.6.2"
51+
"2.6.0": "2.6.2",
52+
"2.7.0": "2.7.0"
5253
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@storybook/react": "8.5.0",
4242
"@storybook/react-vite": "8.5.0",
4343
"@storybook/theming": "8.5.0",
44-
"@ui5/webcomponents": "2.6.3",
45-
"@ui5/webcomponents-compat": "2.6.3",
46-
"@ui5/webcomponents-fiori": "2.6.3",
47-
"@ui5/webcomponents-icons": "2.6.3",
44+
"@ui5/webcomponents": "2.7.0",
45+
"@ui5/webcomponents-compat": "2.7.0",
46+
"@ui5/webcomponents-fiori": "2.7.0",
47+
"@ui5/webcomponents-icons": "2.7.0",
4848
"react": "^19.0.0",
4949
"react-dom": "^19.0.0",
5050
"remark-gfm": "^4.0.0",
@@ -66,7 +66,7 @@
6666
"@types/node": "^22.0.0",
6767
"@types/react": "^19.0.1",
6868
"@types/react-dom": "^19.0.1",
69-
"@ui5/webcomponents-tools": "2.6.3",
69+
"@ui5/webcomponents-tools": "2.7.0",
7070
"@vitejs/plugin-react": "^4.2.0",
7171
"chromatic": "^11.0.0",
7272
"cssnano": "^7.0.0",

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"peerDependencies": {
3434
"@types/react": "*",
35-
"@ui5/webcomponents-base": "~2.6.2",
35+
"@ui5/webcomponents-base": "~2.7.0",
3636
"react": "^18 || ^19"
3737
},
3838
"peerDependenciesMeta": {

packages/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"recharts": "2.15.1"
4040
},
4141
"peerDependencies": {
42-
"@ui5/webcomponents-react": "~2.6.0",
43-
"@ui5/webcomponents-react-base": "~2.6.0",
42+
"@ui5/webcomponents-react": "~2.7.0",
43+
"@ui5/webcomponents-react-base": "~2.7.0",
4444
"react": "^18 || ^19"
4545
},
4646
"publishConfig": {

packages/compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"peerDependencies": {
4242
"@types/react": "*",
4343
"@types/react-dom": "*",
44-
"@ui5/webcomponents-compat": "~2.6.2",
45-
"@ui5/webcomponents-react": "~2.6.0",
44+
"@ui5/webcomponents-compat": "~2.7.0",
45+
"@ui5/webcomponents-react": "~2.7.0",
4646
"react": "^18 || ^19",
4747
"react-dom": "^18 || ^19"
4848
},

packages/cypress-commands/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"clean": "rimraf dist api-commands.json api-queries.json"
2424
},
2525
"peerDependencies": {
26-
"@ui5/webcomponents": "~2.6.0",
27-
"@ui5/webcomponents-base": "~2.6.0",
26+
"@ui5/webcomponents": "~2.7.0",
27+
"@ui5/webcomponents-base": "~2.7.0",
2828
"cypress": "^12 || ^13 || ^14"
2929
},
3030
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)