Skip to content

chore(deps): bump @zag-js/checkbox from 1.41.1 to 1.43.0 - #419

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/zag-js/checkbox-1.43.0
Open

chore(deps): bump @zag-js/checkbox from 1.41.1 to 1.43.0#419
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/zag-js/checkbox-1.43.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps @zag-js/checkbox from 1.41.1 to 1.43.0.

Changelog

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

1.43.0 - 2026-07-28

Added

  • Dialog, Drawer: Add data-autofocus and data-no-autofocus to control which element gets focus on open. Mark chrome controls like the close button with data-no-autofocus to skip them, or mark the real target with data-autofocus.

    <div {...api.getContentProps()}>
      {/* skipped on open, still in tab order */}
      <button {...api.getCloseTriggerProps()} data-no-autofocus>
        Close
      </button>
      <button data-no-autofocus aria-label="Help">
        ?
      </button>
    {/* receives initial focus */}
    <input data-autofocus />
    <button>Save</button>
    </div>

    Priority: initialFocusEl[data-autofocus] → first tabbable without [data-no-autofocus] → content root.

  • Focus Trap: Add a persistentElements option to declare portalled content as part of the trap when it isn't reachable via aria-controls/aria-expanded.

  • Image Cropper: Add exact natural-image corners and outputSize to getCropData(), plus a maxSize option to limit getCroppedImage() output dimensions.

  • Popper: Add an applyStyles option to control whether computed position styles are written directly to the DOM.

Fixed

  • Auto Resize: Fix issue where writing to a controlled textarea's value programmatically dispatched a synthetic input event, feeding the value back into the framework and breaking controlled state.

  • Color Picker: Fix issue where the channel input committed a partial value when Enter was pressed to confirm an IME composition.

  • Date Input

    • Fix issue where segment text lagged behind in-progress edits when typing over a committed date.
    • Fix in-progress edits being discarded while focus catches up after auto-advance. Fast typing and ArrowUp/ArrowDown/Home/End now apply to the active segment.
  • Date Picker

    • Fix issue where disabled and read-only pickers still responded to cell clicks, the clear trigger, and presets. Read-only pickers keep roving-focus navigation. Disabled pickers are out of the tab order.

... (truncated)

Commits
  • b24c84b Version Packages (#3199)
  • 3236a21 fix(image-cropper): align exports with transformed crop
  • 11f1cbb fix(date-input): keep edits on active segment during auto-advance focus lag
  • 504476e fix(splitter): use collapsedSize for CSS min constraint when collapsed (#3180)
  • aec123e fix(e2e): disambiguate date-picker day cells in multi-month views
  • 156940f fix(signature-pad): keep in-progress stroke out of controlled paths
  • 6091040 fix(drawer): prevent backdrop flicker on controlled async close
  • 9afd82e chore(deps): lock file maintenance (#3230)
  • 82d80a3 fix(splitter): handle focus while resize trigger is hovered (#3226)
  • 90742c9 fix(date-picker): match keyboard range selection to pointer behavior (#3205)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 1, 2026
@greptile-apps

greptile-apps Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

PR author is in the excluded authors list.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/zag-js/checkbox-1.43.0 branch from 426992b to cf8be06 Compare August 4, 2026 14:04
Bumps [@zag-js/checkbox](https://github.com/chakra-ui/zag) from 1.41.1 to 1.43.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/checkbox@1.41.1...@zag-js/checkbox@1.43.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/zag-js/checkbox-1.43.0 branch from cf8be06 to d6833d9 Compare August 6, 2026 12:40
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