Skip to content

Commit 49efb9b

Browse files
feat: update UI5 Web Components to 2.0.0 (#6023)
BREAKING CHANGE: updated UI5 Web Components to v2. All [breaking changes](https://sap.github.io/ui5-webcomponents/docs/migration-guides/to-version-2/) apply to this project as well. BREAKING CHANGE: the `SuggestionGroupItem` component has been replaced by the `SuggestionItemGroup` component
1 parent 91b0268 commit 49efb9b

File tree

116 files changed

+3164
-3262
lines changed

Some content is hidden

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

116 files changed

+3164
-3262
lines changed

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

Lines changed: 378 additions & 387 deletions
Large diffs are not rendered by default.

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

Lines changed: 1778 additions & 1769 deletions
Large diffs are not rendered by default.

.storybook/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function useGetCem() {
5555

5656
const replaceSubComps = {
5757
ListItemBase: ['ListItemStandard', 'ListItemCustom', 'ListItemGroup'],
58-
InputSuggestionItem: ['SuggestionItem', 'SuggestionGroupItem'],
58+
InputSuggestionItem: ['SuggestionItem', 'SuggestionItemGroup'],
5959
NotificationListItemBase: ['NotificationListItem'],
6060
ToolbarItem: ['ToolbarSeparatorV2', 'ToolbarSpacerV2', 'ToolbarButton', 'ToolbarSelect', 'ToolbarSelectOption'],
6161
TreeItemBase: ['TreeItem', 'TreeItemCustom'],

0 commit comments

Comments
 (0)