Skip to content

Releases: rehookify/datepicker

React v19 support

Choose a tag to compare

@Feshchenko Feshchenko released this 06 Dec 11:24
a23eebc
  • add React V19 to the peerDependencies
  • update React to v19
  • update all devDependencies to latest
  • make e2e more robust

Support for node v16

Choose a tag to compare

@Feshchenko Feshchenko released this 30 Aug 13:27
40a50b8

Back support for node v16 closes #68

Fix createMonth function

Choose a tag to compare

@Feshchenko Feshchenko released this 29 Jul 13:55
5c33216
  • 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

Choose a tag to compare

@Feshchenko Feshchenko released this 03 Jul 21:47

Use correct offsetDate for years hooks

Fix: create month date

Choose a tag to compare

@Feshchenko Feshchenko released this 03 Jul 20:46

🛠️ use offsetDate date part in createMonth function

Drop node 16.x unit test support

Fix Months Buttons

Choose a tag to compare

@Feshchenko Feshchenko released this 20 Mar 20:18
a8081d0

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

Edge offset detection

Choose a tag to compare

@Feshchenko Feshchenko released this 20 Feb 09:16

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

Choose a tag to compare

@Feshchenko Feshchenko released this 14 Feb 09:03
79df6a4
  • 🛠️ fix bad typings for Providers
  • 🔁 rallback transition to functions
  • 🆙 bump all deps to latest

Accessibility improvements

Choose a tag to compare

@Feshchenko Feshchenko released this 01 Dec 19:37
3433c9b
  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

Choose a tag to compare

@Feshchenko Feshchenko released this 30 Nov 10:49
  • fix the tutorials link at the bottom of the README.md
  • change exports in several files