Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
1.0.4
- Fix release script to update docs-site as well
- ShortMonth on MonthDropdown
1.0.3
- Fix docs site to start at the top of the page
1.0.2
- Really fix the release script to support the custom domain name
1.0.1
- Add CNAME to release script
- Replace pre-commit with lint-staged
- Downgrade dependencies to fix starting webpack
1.0.0
V1! Finally after 3.5 years, here's the first major version release of React Datepicker. A few changes in this release, but nothing breaking. However, we'll make sure we won't push any breaking changes without a major version bump anymore.
Changes in this release:
- Added onYearChange prop
- Added preventOpenOnFocus prop
- Switched to Prettier for code style
0.64.0
Breaking change:
- Moved moment.js to peerDependencies
0.63.0
- New functionality to adjust day when changing week, month or year
- Time selector close
- Upgraded moment.js
- Improved performance on rendering 'day' with highlighted days
0.62.0
- Allow passing ref via custom props
- Remove empty else
- Move eslint dependencies to devDependencies
0.61.0
- Migrated to react 16.0.0
- Upgraded dependencies
- Fix incorrect display of the month dropdown arrow in Firefox
0.60.2
- Fix broken release