Skip to content

Releases: Neovici/cosmoz-datepicker

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 04 Sep 19:20
50fc22d

Patch Changes

  • 4198255: Allow @neovici/cosmoz-dropdown 8.x in the dependency range (^7.7.1 || ^8.0.0).
    The cosmoz-dropdown-next element used by the datepicker is unchanged between
    7.7.1 and 8.0.0, so both major versions are supported. This lets applications
    using @neovici/cosmoz-autocomplete 14 (which requires dropdown 8) coexist
    with the datepicker without duplicate copies.

    Also upgrades @changesets/cli to ^3, required by changesets/action@v2 used
    in the repository's release CI.

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 26 Aug 13:53
742c59e

Patch Changes

  • 52bc100: Export datepicker value and preset types from the package root.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 06:58
0edf9a0

Patch Changes

  • de2ff8a: Only update the value property when the dropdown closes, instead of on every calendar/input change, so consumers see the final selection once the user is done picking.

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:16
fc4915c

Patch Changes

  • 233e30a: Fix the exported trigger button part name.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 10:13
445f7a1

Major Changes