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.1 #208

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Release notes

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

v2.0.1

2.0.1 (2024-07-05)

Bug Fixes

  • CustomElementsManifest: add missing types to CEM 9398
  • ui5-menu: restore focus to the opener (#9041) (0ada944), closes #9317

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

... (truncated)

Changelog

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

2.0.1 (2024-07-05)

Bug Fixes

  • ui5-notification-list: fixed show more test (#9400) (c19c5e3)

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:

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2024
Bumps [@ui5/webcomponents-fiori](https://github.com/SAP/ui5-webcomponents/tree/HEAD/packages/fiori) from 2.0.0-rc.4 to 2.0.1.
- [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.1/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 force-pushed the dependabot/npm_and_yarn/ui5/webcomponents-fiori-2.0.1 branch from 92bfd69 to 6bf28ac Compare July 24, 2024 20:36
@moewes moewes merged commit d10e297 into master Jul 24, 2024
1 check failed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui5/webcomponents-fiori-2.0.1 branch July 24, 2024 20:36
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.

None yet

1 participant