Skip to content

@zag-js/date-picker@1.43.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 20:17
· 2 commits to main since this release
5c4fc40

Patch Changes

  • 96f21cd Thanks
    @segunadebayo! - Fix the translations prop requiring every message to be
    supplied. It's now typed as Partial<IntlTranslations>, so you can override a single message and let the rest fall
    back to the defaults.

  • 1be6c5a Thanks
    @segunadebayo! - Fix the aria-label from getViewTriggerProps() naming the wrong
    view. In day view it announced "Switch to year view" while the trigger actually switches to month view.
    translations.viewTrigger now receives the resolved next view, and the trigger disables itself once there's no
    further view to switch to.

    Fix translations.dayCell() announcing the generic "Choose" label for dates between a selected range's start and end.
    It now announces "In range".

  • Updated dependencies [c42b1d9,
    9a9381d]:

    • @zag-js/core@1.43.1
    • @zag-js/dom-query@1.43.1
    • @zag-js/dismissable@1.43.1
    • @zag-js/popper@1.43.1
    • @zag-js/anatomy@1.43.1
    • @zag-js/types@1.43.1
    • @zag-js/utils@1.43.1
    • @zag-js/date-utils@1.43.1
    • @zag-js/live-region@1.43.1