Releases: t0gre/react-datepicker
Releases · t0gre/react-datepicker
v2.8.3
2.8.3 (2021-09-04)
Note: Version bump only for package react-datepicker
v2.8.0
2.8.0 (2021-02-10)
Bug Fixes
- hooks: memoize some returned methods in useDatepicker (792f12c)
v2.7.0
2.7.0 (2020-06-30)
Features
- hooks: add support for React Native (2d7b8ed)
v2.6.0
2.6.0 (2020-06-22)
Bug Fixes
- remove props from styles and useDay (e986183)
Features
- add isStartDate and isEndDate (94f4118)
v2.5.0
2.5.0 (2020-06-18)
Features
- hooks: added functionality to move the calendar by a single month (2a884a6)
v2.4.1
2.4.1 (2020-06-17)
Bug Fixes
- hooks: fix losing losing focus in other inputs (eae4f52)
v2.4.0
2.4.0 (2020-06-09)
Features
- deps: update dependencies (b538249)
v2.3.0
2.3.0 (2019-12-23)
Features
- unavailable-dates: add unavaiable dates feature (5039530)
v2.2.0
2.2.0 (2019-12-06)
Features
- useDatepicker: update goToPreviousYear and goToNextYear methods (15ac2b6), closes #35
- zIndex: add zIndex styles (509a1d7), closes #32
v2.1.4
2.1.4 (2019-11-11)
Bug Fixes
- typescript: update KeyboardEvent at useDay (8e26554)