All Versions
61
Latest Version
Avg Release Cycle
155 days
Latest Release
539 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.16.1 Changes
October 19, 2018- ๐ Fixes problems with input event overriding
-
v2.16.0 Changes
October 18, 2018- The prop
disableOnClickOutsidehas been renamed todisableCloseOnClickOutside - The calendar doesn't get closed an open when clicking in the input anymore.
- ๐ Fixes errors not finding dates when customizing day rendering.
- 0๏ธโฃ Event listeners in
inputPropsnow only override default behaviour when returningfalse. - โ Adds the
displayTimeZoneprop. Thanks to @martingordon
- The prop
-
v2.15.0 Changes
October 18, 2018 -
v2.14.0 Changes
February 11, 2018- ๐ Make
viewDatedynamic
- ๐ Make
-
v2.13.0 Changes
February 09, 2018- ๐ Use more appropriate cursor for empty space in time picker and in day texts
- โ Add
viewDateprop that sets a value when opening the calendar when there is no selected date - ๐ Make
disableOnClickOutsidework as intended - ๐ Better touch support for tapping and holding
- 0๏ธโฃ Use static property
defaultPropsinstead ofgetDefaultProps
Big thanks to all contributors!
-
v2.12.0 Changes
January 27, 2018- The
renderInputprop now receivescloseCalendarfunction as well
- The
-
v2.11.1 Changes
- The open prop should now work as intended
-
v2.11.0 Changes
November 13, 2017- ๐ป onFocus now receives the browser event
- ๐ป Do not open browser menu on right click of arrows in time view
- Open calendar when onClick is triggered, before it would just react to onFocus
- โก๏ธ Update TypeScript definitions for value and defaultValue to comply with code
- ๐ Fix bug where AM/PM would not sync between component value and input field value
- โ Add renderInput prop which let's the consumer of the component render their own HTML input element
-
v2.10.3 Changes
September 29, 2017- โก๏ธ Update react-onclickoutside dependancy
- โ Remove isValidDate check before rendering as implementation was causing crashes in some edge cases.
-
v2.10.2 Changes
September 23, 2017- ๐ Move @types/react back to devDependencies
- โ Add demo app.