All Versions
58
Latest Version
Avg Release Cycle
71 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v2.8.11 Changes
- โก๏ธ Update TypeScript definitions
- ๐ Replace deprecated React method with non-deprecated method
-
v2.8.10 Changes
- 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
-
v2.8.9 Changes
- ๐ Fixes issue where incorrect current month is shown
-
v2.8.8 Changes
- ๐ Fixes issues introduced in v2.8.7 recognizing any calendar view as clickingOutside trigger
-
v2.8.7 Changes
- โก๏ธ Update react-onclickoutside dependency. That should fix most of the problems about closeOnSelect.
-
v2.8.6 Changes
- โช Revert commits related to
closeOnSelect
that did not fix all issues they were meant to
- โช Revert commits related to
-
v2.8.5 Changes
- ๐ 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
- ๐ Fix bug where
-
v2.8.4 Changes
- ๐ Fix bug where
closeOnSelect=true
would cause component to close on state change
- ๐ Fix bug where
-
v2.8.3 Changes
- ๐ 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
- ๐ Fix
-
v2.8.2 Changes
- ๐ 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