Skip to content

Releases: Hacker0x01/react-datepicker

0.28.2

23 Jul 11:16
Compare
Choose a tag to compare

Make openToDate work with minDate and maxDate

0.28.1

08 Jul 18:52
Compare
Choose a tag to compare

Fix unknown prop warning that was introduced in React v15.2

0.28.0

02 Jul 18:10
Compare
Choose a tag to compare
  • Ability to inline the calendar
  • Add openToDate prop
  • Support autoComplete prop

0.27.0

30 Apr 08:03
Compare
Choose a tag to compare
  • React 15 is here!

0.26.0

28 Apr 09:12
Compare
Choose a tag to compare
  • CSS fixes
  • Date in view improvements (#436)
  • Manually control clickoutside class
  • Transpile to .js
  • Day name class
  • Upgrade react-onclickoutside to 4.8.0
  • Fixed docs
  • Upgrade moment for date parsing fixes re: #438

0.25.0

22 Mar 12:29
Compare
Choose a tag to compare
  • 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

07 Mar 09:19
Compare
Choose a tag to compare
  • 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

16 Feb 12:18
Compare
Choose a tag to compare
  • Upgrade react-tether to 0.3.3

0.23.0

15 Feb 17:07
Compare
Choose a tag to compare

0.22.0

15 Feb 17:06
Compare
Choose a tag to compare
  • Remove lodash as a dependency
  • Date helper refactor
  • Add API documentation
  • Add Today button