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

Changelog History
Page 4

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

    • ๐Ÿ‘ isValidDate now supports months and years.
    • utc prop was added, by setting it to true input time values will be interpreted as UTC (Zulu time).
    • ๐Ÿ› Bug fix: The input value now updates when dateFormat changes.
    • โœ‚ Removed the source-map file because the commit it was introduced in was causing the minified file to be bigger than the non-minified.
  • v2.6.2 Changes

    • โšก๏ธ Update file references in package.json
  • v2.6.1 Changes

    • โž• Added a source-map file.
    • ๐Ÿ›  Fixed bug with invalid moment object.
    • โฌ‡ Decreased npm package size by ~29.3KB.