Skip to content

Releases: rehookify/datepicker

React v19 support

06 Dec 11:24
a23eebc
Compare
Choose a tag to compare
  • add React V19 to the peerDependencies
  • update React to v19
  • update all devDependencies to latest
  • make e2e more robust

Support for node v16

30 Aug 13:27
40a50b8
Compare
Choose a tag to compare

Back support for node v16 closes #68

Fix createMonth function

29 Jul 13:55
5c33216
Compare
Choose a tag to compare
  • fix createMonth function that leads to bug at the end of the month closes #65
  • migrate to new eslint config
  • fix typo in CONTRIBUTION file

Fix: correct offsetDate for years

03 Jul 21:47
Compare
Choose a tag to compare

Use correct offsetDate for years hooks

Fix: create month date

03 Jul 20:46
Compare
Choose a tag to compare

🛠️ use offsetDate date part in createMonth function

Drop node 16.x unit test support

Fix Months Buttons

20 Mar 20:18
a8081d0
Compare
Choose a tag to compare

⚙️ fix Months buttons disabled state when min and max dates provided to config.

Edge offset detection

20 Feb 09:16
Compare
Choose a tag to compare

Thanks to @susosamuel and his #51
Now add/subtractOffset functions defines the edge and allows to switch to the month with max/minDate but set offset to the edge.

Fix: rollback bad typings

14 Feb 09:03
79df6a4
Compare
Choose a tag to compare
  • 🛠️ fix bad typings for Providers
  • 🔁 rallback transition to functions
  • 🆙 bump all deps to latest

Accessibility improvements

01 Dec 19:37
3433c9b
Compare
Choose a tag to compare
  1. All instances now have only one item with tabIndex: 0 it is defined by the active prop which is calculated based on offsetDate.
    It will help navigate the calendar, month, years and time with the Tab key.
  2. Fix the edge case in the create month test where it failed when the current month is December. The date-picker worked as expected tho.

Docs fix

30 Nov 10:49
Compare
Choose a tag to compare
  • fix the tutorials link at the bottom of the README.md
  • change exports in several files