Releases: arqex/react-datetime
Releases · arqex/react-datetime
Version 2.8.10
- 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
- Fixes issue where incorrect current month is shown
Version 2.8.8
- Fixes issues introduced in v2.8.7 recognizing any calendar view as clickingOutside trigger
Version 2.8.7
- Update react-onclickoutside dependency. That should fix most of the problems about closeOnSelect.
Version 2.8.6
- Revert commits related to
closeOnSelect
that did not fix all issues they were meant to
Version 2.8.5
- Fix bug where
closeOnSelect
was not closing when it was set totrue
- Fix bug where component would not immediately re-render when updating either
utc
orlocale
prop
Version 2.8.4
- Fix bug where
closeOnSelect=true
would cause component to close on state change
Version 2.8.3
- 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
- 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
Bug fix: When setting locale
and entering month view mode the component would sometimes freeze, depending on the locale. This has now been fixed.