Skip to content

Releases: Hacker0x01/react-datepicker

0.25.0

22 Mar 12:29

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

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

Choose a tag to compare

  • Upgrade react-tether to 0.3.3

0.23.0

15 Feb 17:07

Choose a tag to compare

0.22.0

15 Feb 17:06

Choose a tag to compare

  • Remove lodash as a dependency
  • Date helper refactor
  • Add API documentation
  • Add Today button

0.21.0

08 Feb 17:08

Choose a tag to compare

  • Fix: Don't expose tether anymore
  • Narrow down files to publish to NPM
  • Automate release of package

0.20.0

02 Feb 22:41

Choose a tag to compare

  • Refactor calendar open state
  • Revert invalid date input when blurring
  • Use react-tether for popovers
  • Remove bower support

0.19.0

28 Jan 20:51

Choose a tag to compare

  • 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

07 Jan 09:36

Choose a tag to compare

  • 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

16 Dec 09:42

Choose a tag to compare

  • 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