All Versions
58
Latest Version
Avg Release Cycle
71 days
Latest Release
-
Changelog History
Page 4
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 ofreact
.
- โก๏ธ Reverting updating
-
v2.7.3 Changes
- โก๏ธ When updating
moment
to2.16.0
something broke, hopefully by updating allreact
prefixed dependencies to15.4.0
and changing the syntax in the dependency object a bit will resolve this issue.
- โก๏ธ When updating
-
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.
- ๐ Bug fix: When setting
-
v2.7.1 Changes
- ๐ Bug fix:
onFocus
andonBlur
were being called in a way causing state to reset. This unwanted behavior is now adjusted.
- ๐ Bug fix:
-
v2.7.0 Changes
- ๐
isValidDate
now supports months and years. utc
prop was added, by setting it totrue
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
- โก๏ธ Update file references in
-
v2.6.1 Changes
- โ Added a source-map file.
- ๐ Fixed bug with invalid moment object.
- โฌ Decreased npm package size by ~29.3KB.