Skip to content

Releases: Hacker0x01/react-datepicker

1.0.4

02 Jan 19:26
Compare
Choose a tag to compare
  • Fix release script to update docs-site as well
  • ShortMonth on MonthDropdown

1.0.3

31 Dec 12:51
Compare
Choose a tag to compare
  • Fix docs site to start at the top of the page

1.0.2

31 Dec 12:51
Compare
Choose a tag to compare
  • Really fix the release script to support the custom domain name

1.0.1

31 Dec 12:50
Compare
Choose a tag to compare
  • Add CNAME to release script
  • Replace pre-commit with lint-staged
  • Downgrade dependencies to fix starting webpack

1.0.0

28 Dec 11:47
Compare
Choose a tag to compare

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

17 Dec 16:06
Compare
Choose a tag to compare

Breaking change:

  • Moved moment.js to peerDependencies

0.63.0

16 Dec 16:35
Compare
Choose a tag to compare
  • 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

16 Dec 16:35
Compare
Choose a tag to compare
  • Allow passing ref via custom props
  • Remove empty else
  • Move eslint dependencies to devDependencies

0.61.0

16 Dec 16:36
Compare
Choose a tag to compare
  • Migrated to react 16.0.0
  • Upgraded dependencies
  • Fix incorrect display of the month dropdown arrow in Firefox

0.60.2

07 Nov 10:55
Compare
Choose a tag to compare
  • Fix broken release