Skip to content
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

Bump @ui5/webcomponents-fiori from 2.0.0-rc.4 to 2.0.0 #204

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2024

Bumps @ui5/webcomponents-fiori from 2.0.0-rc.4 to 2.0.0.

Release notes

Sourced from @​ui5/webcomponents-fiori's releases.

v2.0.0

2.0.0 (2024-07-03)

Today, we stand at a important moment in our evolution with the official launch of UI5 Web Components 2.0. This major release marks a new era, enhancing performance and reliability while setting the stage for future innovations.

🚀 New Components

@​ui5/webcomponents-ai (new library)

  • ui5-ai-button: introduce new web component (b39548f)
  • ui5-ai-prompt-input: introduce new web component (#9078) (9dcdfdb)

@​ui5/webcomponents

  • ui5-table: introduce new web component (#8362) (04d291d)
  • ui5-form: introduce new web component (#8281) (8d72042), closes #7854
  • ui5-text: introduce new web component (#8299) (91acaf5), closes #6788
  • ui5-li-group: introduce new web component (#8632)
  • ui5-menu-separator: introduce MenuSeparator web component (#8871) (f7fea29), closes #8461
  • ui5-option-custom: introduce new web component (#8903)
  • ui5-cb-item-group: introduce new web component (#8926)
  • ui5-mcb-item-group: introduce new web component (#9072)
  • ui5-suggestion-item-custom: introduce new web component (#9092)
  • ui5-suggestion-item-group: introduce new web component (#9092)

@​ui5/webcomponents-fiori

🚀 Features

Native Popups

  • all popup-based components: integrate popover API in all popup-based web components (#8192)

Native Form Support

  • all form-associated components: integrate ElementInternals in input-based web components (#8685) (c8e68d5), closes #8461

Drag and Drop

... (truncated)

Changelog

Sourced from @​ui5/webcomponents-fiori's changelog.

2.0.0 (2024-07-03)

Bug Fixes

Code Refactoring

Features

  • add property initializers (#8846) (eef0cc9)
  • ui5-flexible-column-layout: enable resize via separators drag-and-drop (#9160) (9b54af4)

BREAKING CHANGES

  • ui5-illustrated-message: The enum IllustrationMessageSize is renamed to IllustrationMessageDesign. 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";

  • ui5-view-settings-dialog: Removed show and close methods.

Before, the ui5-view-settings-dialog could be opened and closed by calling show() and close():

const viewSettingsDialog = document.getElementById("exampleID");
viewSettingsDialog.show();
viewSettingsDialog.close();

Now, the dialog is opened and closed by setting the open property to true or false:

const viewSettingsDialog = document.getElementById("exampleID");
viewSettingsDialog.open = true;
viewSettingsDialog.open = false;

fixes: SAP/ui5-webcomponents#9240

  • @​property decorator must be adapted according to new type parameter

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ui5/webcomponents-fiori](https://github.com/SAP/ui5-webcomponents/tree/HEAD/packages/fiori) from 2.0.0-rc.4 to 2.0.0.
- [Release notes](https://github.com/SAP/ui5-webcomponents/releases)
- [Changelog](https://github.com/SAP/ui5-webcomponents/blob/main/packages/fiori/CHANGELOG.md)
- [Commits](https://github.com/SAP/ui5-webcomponents/commits/v2.0.0/packages/fiori)

---
updated-dependencies:
- dependency-name: "@ui5/webcomponents-fiori"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

Superseded by #208.

@dependabot dependabot bot closed this Jul 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui5/webcomponents-fiori-2.0.0 branch July 8, 2024 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants