Skip to content

Commit 19a29aa

Browse files
feat: update to UI5 Web Components 2.5.0 (#6696)
Co-authored-by: Lukas Harbarth <[email protected]>
1 parent 0715e49 commit 19a29aa

File tree

56 files changed

+2943
-513
lines changed

Some content is hidden

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

56 files changed

+2943
-513
lines changed

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

Lines changed: 907 additions & 147 deletions
Large diffs are not rendered by default.

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

Lines changed: 810 additions & 113 deletions
Large diffs are not rendered by default.

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { StorybookConfig } from '@storybook/react-vite';
21
import { dirname, join } from 'path';
2+
import type { StorybookConfig } from '@storybook/react-vite';
33
import remarkGfm from 'remark-gfm';
44
import { isChromatic } from './utils';
55

.storybook/manager-head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#data-display-table::after,
5656
#inputs-tokenizer::after,
5757
#layouts-floorplans-form::after,
58+
#modals-popovers-usermenu::after,
5859
#charts-timelinechart::after {
5960
content: '(experimental)';
6061
overflow: hidden;

config/version-info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@
4646
"2.1.2": "2.0.0",
4747
"2.2.0": "2.1.0",
4848
"2.3.0": "2.2.0",
49-
"2.4.0": "2.4.0"
49+
"2.4.0": "2.4.0",
50+
"2.5.0": "2.5.0"
5051
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@storybook/react": "8.4.5",
4141
"@storybook/react-vite": "8.4.5",
4242
"@storybook/theming": "8.4.5",
43-
"@ui5/webcomponents": "2.4.0",
44-
"@ui5/webcomponents-compat": "2.4.0",
45-
"@ui5/webcomponents-fiori": "2.4.0",
46-
"@ui5/webcomponents-icons": "2.4.0",
43+
"@ui5/webcomponents": "2.5.0",
44+
"@ui5/webcomponents-compat": "2.5.0",
45+
"@ui5/webcomponents-fiori": "2.5.0",
46+
"@ui5/webcomponents-icons": "2.5.0",
4747
"react": "^18.3.1",
4848
"react-dom": "^18.3.1",
4949
"remark-gfm": "^4.0.0",
@@ -65,7 +65,7 @@
6565
"@types/node": "^22.0.0",
6666
"@types/react": "^18.3.4",
6767
"@types/react-dom": "^18.3.0",
68-
"@ui5/webcomponents-tools": "2.4.0",
68+
"@ui5/webcomponents-tools": "2.5.0",
6969
"@vitejs/plugin-react": "^4.2.0",
7070
"chromatic": "^11.0.0",
7171
"cssnano": "^7.0.0",

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"peerDependencies": {
3333
"@types/react": "*",
34-
"@ui5/webcomponents-base": "~2.4.0",
34+
"@ui5/webcomponents-base": "~2.5.0",
3535
"react": "^18 || ^19"
3636
},
3737
"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.14.1"
4040
},
4141
"peerDependencies": {
42-
"@ui5/webcomponents-react": "~2.4.0",
43-
"@ui5/webcomponents-react-base": "~2.4.0",
42+
"@ui5/webcomponents-react": "~2.5.0",
43+
"@ui5/webcomponents-react-base": "~2.5.0",
4444
"react": "^18"
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.4.0",
45-
"@ui5/webcomponents-react": "~2.4.0",
44+
"@ui5/webcomponents-compat": "~2.5.0",
45+
"@ui5/webcomponents-react": "~2.5.0",
4646
"react": "^18 || ^19",
4747
"react-dom": "^18 || ^19"
4848
},

packages/cypress-commands/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,18 @@
2323
"clean": "rimraf dist api.json"
2424
},
2525
"peerDependencies": {
26+
"@ui5/webcomponents": "~2.5.0",
27+
"@ui5/webcomponents-base": "~2.5.0",
2628
"cypress": "^12.0.0 || ^13.0.0"
2729
},
30+
"peerDependenciesMeta": {
31+
"@ui5/webcomponents": {
32+
"optional": true
33+
},
34+
"@ui5/webcomponents-base": {
35+
"optional": true
36+
}
37+
},
2838
"publishConfig": {
2939
"access": "public"
3040
},

0 commit comments

Comments
 (0)