Skip to content

chore(deps-dev): bump @zag-js/core from 1.42.0 to 1.43.0 - #105

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

chore(deps-dev): bump @zag-js/core from 1.42.0 to 1.43.0#105
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/zag-js/core-1.43.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @zag-js/core from 1.42.0 to 1.43.0.

Changelog

Sourced from @​zag-js/core'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 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 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/core](https://github.com/chakra-ui/zag) from 1.42.0 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/core@1.42.0...@zag-js/core@1.43.0)

---
updated-dependencies:
- dependency-name: "@zag-js/core"
  dependency-version: 1.43.0
  dependency-type: direct:development
  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 Aug 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@karim-semmoud

Copy link
Copy Markdown
Member

Superseded by the batched dependency update in #108.

@karim-semmoud

Copy link
Copy Markdown
Member

Closing in favor of #108.

@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/zag-js/core-1.43.0 branch August 25, 2026 10:09
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