Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
0.11.0
- Pressing escape will close the dialog
- Add title attribute field support for input field
- Change 'lodash' from a devDependency to a regular dependency
- Allow parent to pass updates to selected
- Adds support for onBlur callback
0.10.0
- Make className configurable by making className a prop (#131)
- Move popover to the top of the input when there's no space at the bottom (#130)
0.9.0
- Changed behaviour of excluded dates. See #117 for more info.
- Made the component uncontrolled (6d397fd)
- Upgraded Moment.js and Babel
- Moved heavy dependencies to peerDependencies
- Added disabled prop (#128)
0.8.0
- Server side rendering in Node (#107)
- Added name attribute support for usage in forms. (#108)
- Datepicker and Calendar are now injectable for locale changes (#114)
- Upgraded NPM packages
0.7.0
- Ability to clear date inputs (#100)
- Replace deprecated getDOMNode with findDOMNode
- Fixed date validity check (#104)
v0.6.2
- remove use of
classSet
- Package complete example app in
example.js
(should fix the demo)
0.6.0
- Replaced browserify for webpack #89 (Thanks @iam4x!)
- Allow the plugin to run on React v0.13 (Thanks for testing @manuelmeurer!)
0.5.1
- Removed color difference between current month and previous month. This looked weird with the disabled dates.