All Versions
58
Latest Version
Avg Release Cycle
71 days
Latest Release
-

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
  • v2.8.5 Changes

    • ๐Ÿ›  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
  • v2.8.4 Changes

    • ๐Ÿ›  Fix bug where closeOnSelect=true would cause component to close on state change
  • 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
  • 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