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

chore(deps): update zag-js monorepo to v0.57.0 - autoclosed #2479

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@zag-js/accordion 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/anatomy 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/anatomy-icons 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/avatar 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/carousel 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/checkbox 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/clipboard 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/collapsible 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/color-picker 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/color-utils 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/combobox 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/core 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/date-picker 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/date-utils 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/dialog 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/docs 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/dom-query 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/editable 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/file-upload 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/file-utils 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/hover-card 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/i18n-utils 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/menu 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/number-input 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/pagination 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/pin-input 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/popover 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/presence 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/progress 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/qr-code 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/radio-group 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/rating-group 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/react 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/select 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/signature-pad 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/slider 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/solid 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/splitter 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/svelte 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/switch 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/tabs 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/tags-input 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/toast 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/toggle-group 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/tooltip 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/tree-view 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/types 0.56.1 -> 0.57.0 age adoption passing confidence
@zag-js/vue 0.56.1 -> 0.57.0 age adoption passing confidence

Release Notes

chakra-ui/zag (@​zag-js/accordion)

v0.57.0

Compare Source

Fixed
  • Editable

    • Fix issue where setting activationMode=dblclick clears the input value unexpectedly.
  • SignaturePad

    • Add role=application to signature pad control. This fixes the accessibility violation with aria-roledescription
  • Menu

    • Fix issue where sibling menus or popovers don't work well on iOS mobile devices.
    • Fix issue where context menu trigger shows the magnifier and iOS context menu on long press.
Added
  • Select

    • Add support for selecting all values using api.selectAll()
  • Tooltip

    • Add support for closeOnScroll to control whether the tooltip should close when the trigger's overflow parent
      scrolls.
  • ColorPicker

    • Add support for channel slider label and value text parts
    • Allow passing format to channel slider parts. Useful for building slider only color pickers
    • Add api.getChannelValueText to get the formatted value text for specific channel slider
  • Slider

    • Expose data-dragging to the component parts when dragging the slider thumb. This allows you to style the slider
      parts differently when the thumb is being dragged.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented May 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ark-docs ✅ Ready (Inspect) Visit Preview Jun 15, 2024 4:31pm

@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.51.1 chore(deps): update zag-js monorepo to v0.51.1 - autoclosed May 23, 2024
@renovate renovate bot closed this May 23, 2024
@renovate renovate bot deleted the renovate/zag-js-monorepo branch May 23, 2024 20:40
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.51.1 - autoclosed chore(deps): update zag-js monorepo to v0.51.1 May 28, 2024
@renovate renovate bot restored the renovate/zag-js-monorepo branch May 28, 2024 21:34
@renovate renovate bot reopened this May 28, 2024
@renovate renovate bot force-pushed the renovate/zag-js-monorepo branch from e02f781 to 0340efd Compare May 28, 2024 21:34
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.51.1 chore(deps): update zag-js monorepo to v0.51.2 May 28, 2024
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.51.2 chore(deps): update zag-js monorepo to v0.51.2 - autoclosed May 29, 2024
@renovate renovate bot closed this May 29, 2024
@renovate renovate bot deleted the renovate/zag-js-monorepo branch May 29, 2024 06:41
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.51.2 - autoclosed chore(deps): update zag-js monorepo to v0.51.2 Jun 2, 2024
@renovate renovate bot restored the renovate/zag-js-monorepo branch June 2, 2024 16:11
@renovate renovate bot reopened this Jun 2, 2024
@renovate renovate bot force-pushed the renovate/zag-js-monorepo branch from 0340efd to c70dc76 Compare June 2, 2024 16:11
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.51.2 chore(deps): update zag-js monorepo to v0.52.0 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/zag-js-monorepo branch from c70dc76 to f695886 Compare June 3, 2024 20:09
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.52.0 chore(deps): update zag-js monorepo to v0.53.0 Jun 3, 2024
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.53.0 chore(deps): update zag-js monorepo to v0.53.0 - autoclosed Jun 4, 2024
@renovate renovate bot closed this Jun 4, 2024
@renovate renovate bot deleted the renovate/zag-js-monorepo branch June 4, 2024 05:56
@renovate renovate bot restored the renovate/zag-js-monorepo branch June 5, 2024 23:30
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.53.0 - autoclosed chore(deps): update zag-js monorepo to v0.53.0 Jun 5, 2024
@renovate renovate bot reopened this Jun 5, 2024
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.54.0 chore(deps): update zag-js monorepo to v0.55.0 Jun 7, 2024
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.55.0 chore(deps): update zag-js monorepo to v0.55.0 - autoclosed Jun 10, 2024
@renovate renovate bot closed this Jun 10, 2024
@renovate renovate bot deleted the renovate/zag-js-monorepo branch June 10, 2024 19:08
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.55.0 - autoclosed chore(deps): update zag-js monorepo to v0.55.0 Jun 10, 2024
@renovate renovate bot restored the renovate/zag-js-monorepo branch June 10, 2024 21:58
@renovate renovate bot reopened this Jun 10, 2024
@renovate renovate bot force-pushed the renovate/zag-js-monorepo branch from d4b852c to b816fa8 Compare June 10, 2024 21:59
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.55.0 chore(deps): update zag-js monorepo to v0.56.0 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/zag-js-monorepo branch from b816fa8 to 925d74b Compare June 10, 2024 22:46
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.56.0 chore(deps): update zag-js monorepo to v0.56.0 - autoclosed Jun 11, 2024
@renovate renovate bot closed this Jun 11, 2024
@renovate renovate bot deleted the renovate/zag-js-monorepo branch June 11, 2024 05:22
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.56.0 - autoclosed chore(deps): update zag-js monorepo to v0.56.0 Jun 14, 2024
@renovate renovate bot restored the renovate/zag-js-monorepo branch June 14, 2024 21:50
@renovate renovate bot reopened this Jun 14, 2024
@renovate renovate bot force-pushed the renovate/zag-js-monorepo branch from 925d74b to 2647ebb Compare June 14, 2024 21:51
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.56.0 chore(deps): update zag-js monorepo to v0.57.0 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/zag-js-monorepo branch from 2647ebb to 54d4ed5 Compare June 15, 2024 01:48
@renovate renovate bot force-pushed the renovate/zag-js-monorepo branch from 54d4ed5 to 4558007 Compare June 15, 2024 16:29
@renovate renovate bot changed the title chore(deps): update zag-js monorepo to v0.57.0 chore(deps): update zag-js monorepo to v0.57.0 - autoclosed Jun 17, 2024
@renovate renovate bot closed this Jun 17, 2024
@renovate renovate bot deleted the renovate/zag-js-monorepo branch June 17, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants