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

build(npm): bump @zag-js/react from 0.73.1 to 0.75.0 #2483

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps @zag-js/react from 0.73.1 to 0.75.0.

Release notes

Sourced from @​zag-js/react's releases.

@​zag-js/react@​0.75.0

Patch Changes

  • Updated dependencies []:
    • @​zag-js/core@​0.75.0
    • @​zag-js/store@​0.75.0
    • @​zag-js/types@​0.75.0
Changelog

Sourced from @​zag-js/react's changelog.

0.75.0 - 2024-10-18

Fixed

  • Popover: Fix race condition in iOS Safari where switching between multiple popovers causes both to close unexpectedly.

  • Presence: Fix issue where elements that use the presence machine doesn't exit unmounting state when closed with delay and the active tab is switched.

    This is because the v8 engine doesn't trigger the animationend event when the tab is inactive even though the "present" state had changed before the tab is switched.

Added

  • Slider: Add support for rendering a dragging indicator when a thumb is dragged by using api.getDraggingIndicatorProps(...).

  • Editable: Add data-autoresize to editable and preview parts when autoresize is enabled.

Changed

  • Editable: When autoResize is enabled, we removed the default all: unset applied to the input in favor of userland css. Please add this in your userland css.
[data-scope="editable"][data-part="input"][data-autoresize] {
  all: unset;
}

0.74.2 - 2024-10-09

Fixed

  • TimePicker: Export missing Time type

0.74.1 - 2024-10-09

Fixed

  • TimePicker: Resolve an issue that @internationalized/date was not declared as peer dependency.

0.74.0 - 2024-10-09

Fixed

  • TagsInput: Fix issue where tags input doesn't navigate tags after removing with the delete key

  • DatePicker: Fix issue in date range picker where clicking a preset trigger and blurring the input resets the value

... (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 [@zag-js/react](https://github.com/chakra-ui/zag) from 0.73.1 to 0.75.0.
- [Release notes](https://github.com/chakra-ui/zag/releases)
- [Changelog](https://github.com/chakra-ui/zag/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/zag/compare/@zag-js/[email protected]...@zag-js/[email protected])

---
updated-dependencies:
- dependency-name: "@zag-js/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

Superseded by #2495.

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zag-js/react-0.75.0 branch October 28, 2024 06:12
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