Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
0.28.2
Make openToDate work with minDate and maxDate
0.28.1
Fix unknown prop warning that was introduced in React v15.2
0.28.0
- Ability to inline the calendar
- Add openToDate prop
- Support autoComplete prop
0.27.0
- React 15 is here!
0.26.0
0.25.0
- Use locale for text input date
- Clean up DateInput API
- Respect date format change on rerender
- Remove date input styles
- Hide month navigation buttons when dates are disabled
- Refactor CSS to make the class names more specific
- Refactor tests for localized date input format
- Reduced-bloat packaging for npm & webpack
- Remove phantomjs dependency
- Add grunt-cli to devDependencies
0.24.0
- Use localized date format for DateInput
- Add dateFormat to prop types
- Add z-index to tether-element
- Parameterize the calendar's parent node
- Enforce PropTypes
- Switch to Standard.js code style (switch from JSCS to ESLint)
- Fix dev compatibility with NPM 3
0.23.1
- Upgrade react-tether to 0.3.3
0.23.0
- Use moment locales for customization (More info at https://github.com/Hacker0x01/react-datepicker#localization)
- Moment prop refactor
- Fix unmount error from react-tether
0.22.0
- Remove lodash as a dependency
- Date helper refactor
- Add API documentation
- Add Today button