-
Notifications
You must be signed in to change notification settings - Fork 103
chore(deps): update ui5 web components to v2.0.0-rc.5 (patch) #5920
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
Merged
+10
−10
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Size Change: 0 B Total Size: 363 kB ℹ️ View Unchanged
|
MarcusNotheis
approved these changes
Jun 13, 2024
8cd8b6a
to
3587a52
Compare
Pull Request Test Coverage Report for Build 9495452693Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9496729026Details
💛 - Coveralls |
3587a52
to
0d391e4
Compare
Pull Request Test Coverage Report for Build 9499246250Details
💛 - Coveralls |
0d391e4
to
2419734
Compare
Pull Request Test Coverage Report for Build 9500107598Warning: 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
2.0.0-rc.3
->2.0.0-rc.5
2.0.0-rc.3
->2.0.0-rc.5
2.0.0-rc.3
->2.0.0-rc.5
2.0.0-rc.3
->2.0.0-rc.5
Release Notes
SAP/ui5-webcomponents (@ui5/webcomponents)
v2.0.0-rc.5
Compare Source
Bug Fixes
Code Refactoring
Features
open
andclose
events (#9093) (bf2d0aa)BREAKING CHANGES
wrapping-type
property default value has changed fromNone
toNormal
.Before:
Now:
Related to https://github.com/SAP/ui5-webcomponents/issues/8461
wrapping-type
property default value has changed fromNone
toNormal
.Before:
Now:
v2.0.0-rc.4
Compare Source
Bug Fixes
Code Refactoring
after-close
toclose
(#8967) (d05839d)Features
open
property (#9001) (1c1cea6)BREAKING CHANGES
Before the ui5-input suggestions popover could be opened by calling
openPicker()
:Now the suggestions popover is opened by setting the
open
property to true:Highlight
enum should be imported differently.Before:
Now:
Before:
<ui5-toolbar-button icon="home" icon-end>Button</ui5-toolbar-button>
Now:
<ui5-toolbar-button end-icon="home">Button</ui5-toolbar-button>
or
<ui5-toolbar-button icon="employee" end-icon="home">Button</ui5-toolbar-button>
SelectMenu & SelectMenuOption
Changed item Old New
SelectMenu ui5-select-menu removed
SelectMenuOption ui5-select-menu-option ui5-option-custom
If you have previously used the ui5-select-menu and ui5-select-menu-option:
Before:
<ui5-button icon="home" icon-end>Button</ui5-button>
Now:
<ui5-button end-icon="home">Button</ui5-button>
or
<ui5-button icon="employee" end-icon="home">Button</ui5-button>
after-close
event has been renamed toclose
. If you previously used it like:Now you have to use it like:
Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
features/InputElementsFormSupport.js
feature has been deleted and now, form elements works natively in form elements.Previously date ranges were declared as follows:
Now they are declared using a ui5-date-range:
* **ui5-popup:** Event names `after-close` and `after-open` are now named `close` and `open`. Previously the application developers could subscribe to the events as follows: ```ts popup.addEventListener("after-open", function() { //... }); popup.addEventListener("after-close", function() { //... }); ```Now the application developers should include the ui5-bar as follows:
hideBackdrop
is removed.Previously the application developers could define a modal popover without visible backdrop as follows:
Now the application developers can use the standard
::backdrop
CSS selectorSAP/ui5-webcomponents (@ui5/webcomponents-base)
v2.0.0-rc.5
Compare Source
Note: Version bump only for package @ui5/webcomponents-base
v2.0.0-rc.4
Compare Source
Bug Fixes
Features
BREAKING CHANGES
features/InputElementsFormSupport.js
feature has been deleted and now, form elements works natively in form elements.SAP/ui5-webcomponents (@ui5/webcomponents-fiori)
v2.0.0-rc.5
Compare Source
Bug Fixes
Code Refactoring
BREAKING CHANGES
wrapping-type
property default value has changed fromNone
toNormal
.Before:
Now:
v2.0.0-rc.4
Compare Source
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
ui5-list
,ui5-notification-list
should be used as a container forui5-li-notification-group
andui5-li-notification
components.Previously the application developers were defining notifications in this way:
To support accessibility, developers should now use the
ui5-notification-list
as seen below:showCoPilot
property of theui5-shellbar
is removed.If you have previously used the
showCoPilot
property:it will no longer work for the component.
CoPilotAnimation
feature of theui5-shellbar
is removed.If you have previously used the
CoPilotAnimation
feature:it will no longer work for the component.
copilotDomRef
getter of theui5-shellbar
is removed.If you have previously used the
copilotDomRef
public getter:it will no longer work for the component.
co-pilot-click
event of theui5-shellbar
is removed.If you have previously used the
co-pilot-click
public event:it will no longer work for the component.
You can achieve similar functionality with the new slot:
HTML:
JavaScript:
after-close
andafter-open
are now namedclose
andopen
.Previously the application developers could subscribe to the events as follows:
Now the application developers should include the ui5-bar as follows:
SAP/ui5-webcomponents (@ui5/webcomponents-icons)
v2.0.0-rc.5
Compare Source
Note: Version bump only for package @ui5/webcomponents-icons
v2.0.0-rc.4
Compare Source
Note: Version bump only for package @ui5/webcomponents-icons
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.