Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
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
0.21.0
- Fix: Don't expose tether anymore
- Narrow down files to publish to NPM
- Automate release of package
0.20.0
- Refactor calendar open state
- Revert invalid date input when blurring
- Use react-tether for popovers
- Remove bower support
0.19.0
- New: Make datepicker to be editable by user input
- New: Add CSS class to days outside of month
- New: Add ability to filter dates by predicate
- Refactor and improve test coverage of Day component
- Calendar refactor, remove DateUtil
- Refactor date input selection by keyboard
- More cleanups and refactors
- Adding code coverage tool
-Improve readme by specifying js highlight - Add JSCS moment immutability rule
-Update plugins
0.18.0
- New: Make date range selection example more realistic
- New: Change showYearDropdown default to false
- New: Add on clear callback
- Fix: positioning of the popover when the popover is shown on top
- Fix: Don't modify dates when calling inRange
- Fix: Remove Object.assign for node v0.12 compatibility
- Fix: Bug which closes calendar if multiple clicks are made in quick succession.
0.17.0
- New: Add tabIndex for input fields
- New: Add option to hide year dropdown menu
- Fix: Show valid date range in initial view
- Fix: Properly hide calendar on blur
- Fix: Bug with clearing dates
- Fix: Close year dropdown when clicking outside
- Updated some packages