Skip to content

Releases: arqex/react-datetime

Version 2.9.0

30 Jul 09:00
Compare
Choose a tag to compare
  • Trigger callback method on view mode changes

Version 2.8.11

27 Jul 20:46
Compare
Choose a tag to compare

2.8.11

  • Update TypeScript definitions
  • Replace deprecated React method with non-deprecated method

Version 2.8.10

25 Apr 14:48
Compare
Choose a tag to compare
  • Increase click area of arrows for changing day/month/year
  • Update code according to React 15.5.0
    • Remove usage of React.createClass
    • Use separate module for PropTypes

Version 2.8.9

08 Apr 11:05
Compare
Choose a tag to compare
  • Fixes issue where incorrect current month is shown

Version 2.8.8

01 Mar 09:28
Compare
Choose a tag to compare
  • Fixes issues introduced in v2.8.7 recognizing any calendar view as clickingOutside trigger

Version 2.8.7

27 Feb 10:30
Compare
Choose a tag to compare
  • Update react-onclickoutside dependency. That should fix most of the problems about closeOnSelect.

Version 2.8.6

10 Feb 16:34
Compare
Choose a tag to compare
  • Revert commits related to closeOnSelect that did not fix all issues they were meant to

Version 2.8.5

09 Feb 23:34
Compare
Choose a tag to compare
  • Fix bug where closeOnSelect was not closing when it was set to true
  • Fix bug where component would not immediately re-render when updating either utc or locale prop

Version 2.8.4

05 Feb 00:34
Compare
Choose a tag to compare
  • Fix bug where closeOnSelect=true would cause component to close on state change

Version 2.8.3

10 Jan 22:31
Compare
Choose a tag to compare
  • Fix isValidDate related bug where current month would be invalid
  • Trigger re-render of component when viewMode changes
  • Never append rdtOld class in year view