chore(deps): update ui5 web components to v2 (v1.29.x) (major) #6019
+164
−237
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~1.24.0
->~1.24.0 || ~2.0.0
1.24.5
->2.0.0
~1.24.0
->~1.24.0 || ~2.0.0
~1.24.0
->~1.24.0 || ~2.0.0
1.24.5
->2.0.0
~1.24.0
->~1.24.0 || ~2.0.0
1.24.5
->2.0.0
1.24.5
->2.0.0
Release Notes
SAP/ui5-webcomponents (@ui5/webcomponents)
v2.0.0
Compare Source
Bug Fixes
end-icon
and text in long links (#9325) (b559431)Code Refactoring
ListSeparators
enum toListSeparator
(#9308) (26bb513)Features
BREAKING CHANGES
image
property of theui5-li
is removed and theimageContent
slot is renamed toimage
.If you have previously used the
image
property:or the
imageContent
slot:Now use
image
slot instead:Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887, https://github.com/SAP/ui5-webcomponents/issues/9200
If you previously used the text property:
Now, you must import the
ListSeparator
enumeration as follows:Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
type
,description
,icon
,iconEnd
,image
fromui5-suggestion-item
and introduceui5-suggestion-item-custom
ui5-suggestion-item
:type
property is removed, useui5-suggestion-item-custom
instead.description
property is removed, useui5-suggestion-item-custom
instead.icon
property is removed, useui5-suggestion-item-custom
instead.iconEnd
property is removed, useui5-suggestion-item-custom
instead.image
property is removed, useui5-suggestion-item-custom
instead.ui5-suggestion-group-item
:ui5-suggestion-item-group
text
is removed, useheaderText
insteadui5-suggestion-item-custom
:ui5-li-custom
@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js
All suggestion items are now physical items and can be overstyled.
Grouping now works with via nesting: e.g.
startsSection
property removed from MenuItemsBefore:
Now:
SAP/ui5-webcomponents (@ui5/webcomponents-base)
v2.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
SAP/ui5-webcomponents (@ui5/webcomponents-fiori)
v2.0.0
Compare Source
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
If you have previously imported the enum:
import IllustrationMessageSize from "@ui5/webcomponents-base/dist/types/IllustrationMessageSize.js";
Now import IllustrationMessageDesign instead:
import IllustrationMessageDesign from "@ui5/webcomponents-base/dist/types/IllustrationMessageDesign.js";
show
andclose
methods.Before, the ui5-view-settings-dialog could be opened and closed by calling
show()
andclose()
:Now, the dialog is opened and closed by setting the open property to true or false:
fixes: https://github.com/SAP/ui5-webcomponents/issues/9240
SAP/ui5-webcomponents (@ui5/webcomponents-icons)
v2.0.0
Compare Source
Note: Version bump only for package @ui5/webcomponents-icons
SAP/ui5-webcomponents (@ui5/webcomponents-tools)
v2.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
v1.24.6
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.