Releases: arqex/react-datetime
Releases · arqex/react-datetime
Version 2.9.0
- Trigger callback method on view mode changes
Version 2.8.11
2.8.11
- Update TypeScript definitions
- Replace deprecated React method with non-deprecated method
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