Skip to content

chore(deps-dev): bump @zag-js/pin-input from 1.42.0 to 1.43.0 - #83

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @zag-js/pin-input from 1.42.0 to 1.43.0.

Changelog

Sourced from @​zag-js/pin-input'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 7, 2026
Bumps [@zag-js/pin-input](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/pin-input@1.42.0...@zag-js/pin-input@1.43.0)

---
updated-dependencies:
- dependency-name: "@zag-js/pin-input"
  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 force-pushed the dependabot/npm_and_yarn/zag-js/pin-input-1.43.0 branch from a35f892 to 87dac06 Compare August 8, 2026 07:55
@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/pin-input-1.43.0 branch August 25, 2026 10:10
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