Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
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
inlineFocusSelectedMonth
withfocusSelectedMonth
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
2.14.0
- Fix week numbers for non us locales
- Use correct aria labels for Next Month/Year
2.13.0
- Example of using a custom class on the input element
- Added props for fully dynamic aria-labels
2.12.1
Fix docs generation
2.12.0
- Custom time input element with customTimeInput prop
- Enhancements to meet W3 Spec
- excludeScrollbar prop for react-onclickoutside