Skip to content

Releases: Hacker0x01/react-datepicker

0.11.1

29 Jul 10:08
Compare
Choose a tag to compare
  • Fix IE11 freezes

0.11.0

28 Jul 09:56
Compare
Choose a tag to compare
  • 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

09 Jul 12:10
Compare
Choose a tag to compare
  • 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

07 Jul 17:05
Compare
Choose a tag to compare
  • 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

27 May 09:52
Compare
Choose a tag to compare
  • 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

13 May 21:39
Compare
Choose a tag to compare
  • Ability to clear date inputs (#100)
  • Replace deprecated getDOMNode with findDOMNode
  • Fixed date validity check (#104)

v0.6.2

08 Apr 03:32
@RSO RSO
Compare
Choose a tag to compare
  • remove use of classSet
  • Package complete example app in example.js (should fix the demo)

v0.6.1

08 Apr 02:54
@RSO RSO
Compare
Choose a tag to compare

0.6.0

26 Mar 22:23
@RSO RSO
Compare
Choose a tag to compare
  • Replaced browserify for webpack #89 (Thanks @iam4x!)
  • Allow the plugin to run on React v0.13 (Thanks for testing @manuelmeurer!)

0.5.1

12 Feb 13:01
Compare
Choose a tag to compare
  • Removed color difference between current month and previous month. This looked weird with the disabled dates.