Skip to content

Releases: aliakbarazizi/headless-datepicker

v3.0.4

04 Aug 07:42
961a129
Compare
Choose a tag to compare

3.0.4 (2024-08-04)

Bug Fixes

v3.0.3

04 Aug 07:28
8cffa47
Compare
Choose a tag to compare

3.0.3 (2024-08-04)

Bug Fixes

v3.0.2

03 Apr 08:10
79a2136
Compare
Choose a tag to compare

3.0.2 (2024-04-03)

Bug Fixes

  • package json typescript (ebe7599)

v3.0.1

03 Apr 08:04
1c80b1a
Compare
Choose a tag to compare

3.0.1 (2024-04-03)

Bug Fixes

v3.0.0

13 Mar 12:02
b92af88
Compare
Choose a tag to compare

3.0.0 (2024-03-13)

⚠ BREAKING CHANGES

  • npm package change to headless-datetimepicker

Features

  • add new isDisabled and isInCurrentMonth for items and deprecated disabled (4d75e17)
  • change package name (ac9570c)

Bug Fixes

  • export config from package (cf85959)

v2.0.2

29 Oct 21:40
622dc6a
Compare
Choose a tag to compare

2.0.2 (2023-10-29)

Bug Fixes

  • maintain internal state in alwaysOpen (2e690ef)

v2.0.1

13 Oct 18:28
764d3be
Compare
Choose a tag to compare

2.0.1 (2023-10-13)

Bug Fixes

v2.0.0

13 Oct 15:53
de035b7
Compare
Choose a tag to compare

2.0.0 (2023-10-13)

⚠ BREAKING CHANGES

  • action will run on parent picker by default
  • picker will no longer set back to default mode
  • Picker will no longer close by default after you select a day item, you need to set action="close" in Item component

Features

  • action prop in Item component (a1784d9)
  • action will run on parent picker by default (7ae162f)
  • add new actions show and toggle for year, month, day (for example showDay) (6b5123e)
  • change action for more control over pickers (bce06e8)
  • picker will no longer set back to default mode (e6b707b)

Bug Fixes

  • set hour to 0 when its not exists (f7d6ea9)

v1.1.6

05 Oct 21:47
d1e3320
Compare
Choose a tag to compare

1.1.6 (2023-10-05)

Bug Fixes

  • set hour to 0 when its not exists (f7d6ea9)

v1.1.5

03 Aug 21:08
0516bf4
Compare
Choose a tag to compare

1.1.5 (2023-08-03)

Bug Fixes

  • change types in package.json (03a9a85)