Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
0.40.0
- strip propTypes declarations in production bundle
- Added :global to sass and generate react-datepicker-cssmodules.css for user with css modules
- Render Calendar children
- Default value for utcOffset props should be moment().utcOffset()
- Add an option that disabled navigation keys
- Add portal for mobile support
0.39.0
- Fixed release commands
0.38.0
- Returned false in forEach in the render of TetherComponent components
- Move local development to Yarn and Node 6
- Fix some styling issues
- Month change callback + force show month navigation
- Add month dropdowns
0.37.0
- Upgrade react-onclickoutside
- Use default date when initiating keyboard navigation
- Calendar pop-up window does not close if using Macbook touchpad
- Fix onClickOutside reference
0.36.0
- Make sure documentation is up to date
0.35.0
- Today button should clear float from calendar
- Fix regression when clearing input field
- Emit errors for unused prop types
0.33.0
- Add the ability to show week numbers on the calendar
- Multi month calendar
- Fix month arrow visibility issue
0.32.0
- Add setFocus method to DatePicker
- Scrollable year dropdown
- Fix for openToDate bug
- Fix example "clear Input"
- support other specs for preventDefault
- add example using Create React App
0.30.0
- Add 'range-start' and 'range-end' classes
- Use rem units for size to improve visibility on pages with a larger font
- Support custom timezone
- Add class name
react-datepicker__day-names
to day names container div - Move tests enzyme
- Update devDependencies
- Add ability to pass a custom input
- Add option to highlight an array of dates
- Range selection highlighting
- Add keyboard accessibility support
- Propagate datepicker events up the chain
- Add option for month/year drop-down and week peek
- Add autoFocus prop
0.29.0
- Add accessibility tags to month and day jsx
- Allow multiple formats for date input