Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps @oruga-ui/oruga-next from 0.8.12 to 0.9.2.

Release notes

Sourced from @​oruga-ui/oruga-next's releases.

v0.9.2

0.9.2 (2024-12-02)

Bug Fixes

  • change crypto.randomUUID() with a sequential id generation (#1137) (52d3ea5)
  • performance: solve performance issues with child component registration (#1133) (d560007)
  • programmatic: make options interface extandable (#1118) (37e17f5)
  • notification: solve typo in NotificationProgrammaticOptions type (#1117) (16cf988)
  • tabs: set fixed role attribute values for Tab and TabItem (#1119) (c1afcf3)

Features

  • checkbox: support w3c WAI-ARIA (a11y) pattern (#1130) (6d189fe)
  • field: add unique label Id to field injection (#1129) (1561718)
  • radio: support w3c WAI-ARIA (a11y) pattern (#1132) (96255a8)
  • switch: support w3c WAI-ARIA (a11y) pattern (#1131) (60ec0d1)
  • tabs: update keyboard navigation to match W3C WAI standart (#1121) (58583a3)

v0.9.1

0.9.1 (2024-11-15)

Bug Fixes

  • dropdown: solve closing issue when has multiple prop (#1109) (5443ec2)
  • programmatic: readd OrugaProgrammatic interface to the export (#1110) (44c7075)
  • programmatic: solve wrong events prop type (#1114) (0271e7e)
  • table: remove generic type strictness (#1107) (4592a9d)

v0.9.0

0.9.0 (2024-11-11)

These Changes are accumulated from all pre-releases.

Detailed Changes

Legend:

  • ⚠️: breaking change
  • ~ : changed
  • - : removed
  • + : added
  • A -> B : renamed

Autocomplete

  • ⚠️ ~ prop: data -> options (type changed)
  • ⚠️ - prop: field (replaced by strict options type)
  • ⚠️ - prop: formatter (replaced by strict options type)
  • ⚠️ - prop: groupField (replaced by strict options type)
  • ⚠️ - prop: groupOptions (replaced by strict options type)

... (truncated)

Changelog

Sourced from @​oruga-ui/oruga-next's changelog.

0.9.2 (2024-12-02)

Bug Fixes

  • change crypto.randomUUID() with a sequential id generation (#1137) (52d3ea5)
  • performance: solve performance issues with child component registration (#1133) (d560007)
  • programmatic: make options interface extandable (#1118) (37e17f5)
  • notification: solve typo in NotificationProgrammaticOptions type (#1117) (16cf988)
  • tabs: set fixed role attribute values for Tab and TabItem (#1119) (c1afcf3)

Features

  • checkbox: support w3c WAI-ARIA (a11y) pattern (#1130) (6d189fe)
  • field: add unique label Id to field injection (#1129) (1561718)
  • radio: support w3c WAI-ARIA (a11y) pattern (#1132) (96255a8)
  • switch: support w3c WAI-ARIA (a11y) pattern (#1131) (60ec0d1)
  • tabs: update keyboard navigation to match W3C WAI standart (#1121) (58583a3)

0.9.1 (2024-11-15)

Bug Fixes

  • dropdown: solve closing issue when has multiple prop (#1109) (5443ec2)
  • programmatic: readd OrugaProgrammatic interface to the export (#1110) (44c7075)
  • programmatic: solve wrong events prop type (#1114) (0271e7e)
  • table: remove generic type strictness (#1107) (4592a9d)

0.9.0 (2024-11-11)

These Changes are accumulated from all pre-releases.

Detailed Changes

Legend:

  • ⚠️: breaking change
  • ~ : changed
  • - : removed
  • + : added
  • A -> B : renamed

... (truncated)

Commits
  • 3b4e7c8 chore(release): v0.9.2 (#1140)
  • ee1e91e build: update generation scripts (#1139)
  • d560007 fix(performance): solve performance issues with child component registration ...
  • 58583a3 feat(tabs): update keyboard navigation to match W3C WAI standart (#1121)
  • c1afcf3 fix(tabs): set fixed role attribute values for Tab and TabItem (#1119)
  • 52d3ea5 fix: change crypto.randomUUID() with a sequential id generation (#1137)
  • 96255a8 feat(radio): support w3c WAI-ARIA (a11y) pattern (#1132)
  • 60ec0d1 feat(switch): support w3c WAI-ARIA (a11y) pattern (#1131)
  • 6d189fe feat(checkbox): support w3c WAI-ARIA (a11y) pattern (#1130)
  • 1561718 feat(field): add unique label Id to field injection (#1129)
  • Additional commits viewable in compare view

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 [@oruga-ui/oruga-next](https://github.com/oruga-ui/oruga) from 0.8.12 to 0.9.2.
- [Release notes](https://github.com/oruga-ui/oruga/releases)
- [Changelog](https://github.com/oruga-ui/oruga/blob/develop/CHANGELOG.md)
- [Commits](oruga-ui/oruga@m0.8.12...v0.9.2)

---
updated-dependencies:
- dependency-name: "@oruga-ui/oruga-next"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 3, 2024
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 3, 2024

Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2024

Superseded by #1535.

@dependabot dependabot bot closed this Dec 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oruga-ui/oruga-next-0.9.2 branch December 20, 2024 01:42
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.

1 participant