-
Notifications
You must be signed in to change notification settings - Fork 100
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
chore(deps): update ui5 web components react (examples & templates) to v2 (major) #6296
chore(deps): update ui5 web components react (examples & templates) to v2 (major) #6296
Conversation
Size Change: 0 B Total Size: 404 kB ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 11209816748Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
154b914
to
620095b
Compare
36bac78
to
acea563
Compare
8855d6b
to
51d1cab
Compare
51d1cab
to
43eaa31
Compare
f74d70b
to
f12aa39
Compare
f12aa39
to
f5e9a48
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
1.24.11
->2.3.0
^1.24.0
->^2.0.0
1.24.11
->2.3.0
^1.24.0
->^2.0.0
1.29.11
->2.2.0
^1.28.1
->^2.0.0
Release Notes
SAP/ui5-webcomponents (@ui5/webcomponents)
v2.3.0
Compare Source
Bug Fixes
Features
i18n
decorator and thecldr
option (#9897) (1f29d23)v2.2.0
Compare Source
Bug Fixes
v2.1.2
Compare Source
Bug Fixes
v2.1.1
Compare Source
Note: Version bump only for package @ui5/webcomponents
v2.1.0
Compare Source
Bug Fixes
Features
v2.0.1
Compare Source
Bug Fixes
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-fiori)
v2.3.0
Compare Source
Bug Fixes
Features
i18n
decorator and thecldr
option (#9897) (1f29d23)v2.2.0
Compare Source
Bug Fixes
v2.1.2
Compare Source
Bug Fixes
v2.1.1
Compare Source
Bug Fixes
v2.1.0
Compare Source
Bug Fixes
Features
v2.0.1
Compare Source
Bug Fixes
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-react (@ui5/webcomponents-react)
v2.2.0
Compare Source
Bug Fixes
infiniteScroll
combined with a grouped table (#6431) (ed48142)Features
2.1.1 (2024-09-24)
Bug Fixes
v2.1.1
Compare Source
Bug Fixes
v2.1.0
Compare Source
Bug Fixes
use-sync-external-store
as dependency (#6304) (4227642)Features
2.0.2 (2024-08-28)
Bug Fixes
2.0.1 (2024-08-26)
Bug Fixes
v2.0.2
Compare Source
Bug Fixes
v2.0.1
Compare Source
Bug Fixes
v2.0.0
Compare Source
Bug Fixes
chore
Code Refactoring
selectedFlatRows
& addrowsById
toonRowSelect
(#6255) (ee2785c)Features
BREAKING CHANGES
to stricter types, so depending on your implementation, you might
encounter ts-errors.
ssr
folder has been removed as the UI5 Web Components now natively support being imported in Node.js environments. You can import all components from@ui5/webcomponents-react
.selectedFlatRows
has been removed from thedetail
object of
onRowSelect
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.