All Versions
61
Latest Version
Avg Release Cycle
155 days
Latest Release
542 days ago

Changelog History
Page 4

  • 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
  • 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 react related dependencies. They were not the issue so they should not be set to the latest version of react.
  • v2.7.3 Changes

    • โšก๏ธ When updating moment to 2.16.0 something broke, hopefully by updating all react prefixed dependencies to 15.4.0 and changing the syntax in the dependency object a bit will resolve this issue.
  • v2.7.2 Changes

    • ๐Ÿ› Bug fix: When setting locale and entering month view mode the component would sometimes freeze, depending on the locale. This has now been fixed.
  • v2.7.1 Changes

    • ๐Ÿ› Bug fix: onFocus and onBlur were being called in a way causing state to reset. This unwanted behavior is now adjusted.