All Versions
61
Latest Version
Avg Release Cycle
155 days
Latest Release
542 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.8.4 Changes
- ๐ Fix bug where
closeOnSelect=truewould cause component to close on state change
- ๐ Fix bug where
-
v2.8.3 Changes
- ๐ Fix
isValidDaterelated bug where current month would be invalid - Trigger re-render of component when
viewModechanges - Never append
rdtOldclass 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
-
v2.8.1 Changes
- ๐ Fix timeFormat related bug where 'A' was being picked up but not 'a', for setting 12-hour clock.
-
v2.8.0 Changes
- โ Add typings for TypeScript 2.0. We now support TypeScript typings for versions 1.8 and 2.0.
-
v2.7.5 Changes
- ๐ Bumps the version to skip buggy deployment 2.7.4
-
v2.7.4 Changes
- โก๏ธ Reverting updating
reactrelated dependencies. They were not the issue so they should not be set to the latest version ofreact.
- โก๏ธ Reverting updating
-
v2.7.3 Changes
- โก๏ธ When updating
momentto2.16.0something broke, hopefully by updating allreactprefixed dependencies to15.4.0and changing the syntax in the dependency object a bit will resolve this issue.
- โก๏ธ When updating
-
v2.7.2 Changes
- ๐ Bug fix: When setting
localeand entering month view mode the component would sometimes freeze, depending on the locale. This has now been fixed.
- ๐ Bug fix: When setting
-
v2.7.1 Changes
- ๐ Bug fix:
onFocusandonBlurwere being called in a way causing state to reset. This unwanted behavior is now adjusted.
- ๐ Bug fix: