Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
3.2.1
3.2.0
- Reorder examples
- fix(date_utils): fixing navigation on yearpicker (#2230)
- Fix border radius issues (#2285)
- Update Readme example to use Hooks (#2348)
- Add current year class for year picker - Feature #2341 (#2344)
- Fix crash with non-standard time intervals (#2169, #2262) (#2350)
- Add property to show specific year item number for year picker - Feature #2331
- Adds keyboard navigation for month picker (#2389)
- add & call 'monthClassName' to use its value (#2410)
- Use set for setTime (#2293)
- Copy generated css module to file with filename format CRA expects
3.1.3
Fix release
3.1.2
Fix docs site
3.1.1
Fix API docs
3.1.0
- add preventScroll option to programmatic focus (#2173)
- Fix Datepicker crashes with non-standard time intervals (#2172)
- Fix border bottom right time section (#2179)
- Added wrapperClassName prop (#2197)
- YearPicker upgrades (#2186)
- remove inline check for keyboard selected (#2153)
- Range on one datepicker for #584 (#2204)
- Add closeOnScroll prop (#2209)
- Dependency upgrades
3.0.0
Breaking change:
- Replace
inlineFocusSelectedMonthwithfocusSelectedMonth
Month/Year picker:
- Add selected class for year picker
- Year change day selection
- add two column month display layout flag for month picker
Other changes:
- Update onChangeRaw and onSelect
- Render Popper in a Portal by Id to avoid overflow of parent
- InputTime initial value
- Pass arrow props to CalendarContainer
2.16.0
- Fixes issues when using renderCustomHeader with alt pickers
- Reset preventFocus after closing the popper with Escape
2.15.0
- set preselection when Month changes
- Add full month name flag for month picker
- Add weekday class name feature
- Add year picker variation
2.14.1
- Dependency updates for the docs site