Skip to content

Latest commit

 

History

History
168 lines (85 loc) · 7.39 KB

CHANGELOG.md

File metadata and controls

168 lines (85 loc) · 7.39 KB

Changelog

3.0.4 (2024-08-04)

Bug Fixes

3.0.3 (2024-08-04)

Bug Fixes

3.0.2 (2024-04-03)

Bug Fixes

  • package json typescript (ebe7599)

3.0.1 (2024-04-03)

Bug Fixes

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)

2.0.2 (2023-10-29)

Bug Fixes

  • maintain internal state in alwaysOpen (2e690ef)

2.0.1 (2023-10-13)

Bug Fixes

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)

1.1.6 (2023-10-05)

Bug Fixes

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

1.1.5 (2023-08-03)

Bug Fixes

  • change types in package.json (03a9a85)

1.1.4 (2023-07-27)

Bug Fixes

  • docs and type for provider (d9e8171)

1.1.3 (2023-07-27)

Bug Fixes

1.1.2 (2023-07-26)

Bug Fixes

  • remove husky to prepare script (89b2a46)

1.1.1 (2023-07-17)

Bug Fixes

  • fix bug sometimes scroll to selected item don't work (8b9e21c)

1.1.0 (2023-07-15)

Features

  • add disableClickOutside prop (9477944)
  • first stable release (5b9dbd9)

Bug Fixes

1.0.5 (2023-06-23)

Bug Fixes

1.0.4 (2023-06-23)

Bug Fixes

1.0.3 (2023-06-23)

Bug Fixes

1.0.2 (2023-06-23)

Bug Fixes

1.0.1 (2023-06-23)

Bug Fixes

1.0.0 (2023-06-23)

Bug Fixes