All Versions
36
Latest Version
Avg Release Cycle
18 days
Latest Release
1153 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.4.0 Changes
May 30, 2019- ๐ fix(minDate,maxDate): Fixing minDate/maxDate to allow one or the other
- removing dateform parameter from getMonthShortInLocale that was never sent
- Range month year picker
- ๐ Fix for Issue #1670
-
v2.3.0 Changes
March 25, 2019- Month year picker
- ๐ Fix minify error in
unpkg
bundle - ๐ Fix render-custom-day
-
v2.2.0 Changes
March 15, 2019- Locales without globals
- ๐ Make date parsing conform strictly to the date format
- โ Add time input variation
- ๐ Exposing onDayMouseEnter and onMonthMouseLeave callback
-
v2.1.0 Changes
March 15, 2019- ๐ Fix: onBlur firing twice, one without an event
- โ Remove hardcoded popper placement and get them from popper library
- โ Remove duplicate declaration of defaultprops in calendar component
- ๐ Fix issue #1337
- โก๏ธ date-fns compatibility update for weekday formatting
- catch range errors when dates are invalid and instead return boolean
- โก๏ธ Update locale example, clearify date-fns version
- โก๏ธ Updating main field in package.json and fixing january test
-
v2.0.0 Changes
November 17, 2018- โ Removed Moment.js in favor of native Date objects
- โ Added setOpen as prop to week select function
- โฌ๏ธ Upgrade test runner to use Firefox Headless
- ๐ฆ Switch to newer Codecov package
-
v1.8.0 Changes
November 03, 2018- ๐ Fix blur events
- โ Add verification to time picker when shouldCloseOnSelect is false
- โ Added renderDayContents prop for custom day contents/day formatting
- ๐ Allow passing popperProps
- โ Add error emitter for user input errors
- โ remove extra div
- More convenient examples navigation