Skip to content

Releases: arqex/react-datetime

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

Version 2.8.2

06 Jan 16:07
Compare
Choose a tag to compare
  • Fix year related bug in tests where year was set to 2016
  • Add a yarnfile so yarn is now possible to use for installing dependencies

Version 2.7.2

17 Nov 22:39
Compare
Choose a tag to compare

Bug fix: When setting locale and entering month view mode the component would sometimes freeze, depending on the locale. This has now been fixed.