Releases: aliakbarazizi/headless-datepicker
Releases · aliakbarazizi/headless-datepicker
v4.0.0
4.0.0 (2025-01-13)
⚠ BREAKING CHANGES
- Remove deprecated 'disabled' property from date item types, Use 'isDisabled' instead.
Features
- datepicker: add filterDate prop to disable specific dates (cfb22af)
Bug Fixes
- adjust text color logic for current month items in datepicker stories (23629de)
Miscellaneous Chores
- remove deprecated 'disabled' property from date item types (3807371)
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.0.2
v2.0.1
v2.0.0
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)