All Versions
58
Latest Version
Avg Release Cycle
71 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.0 Changes
- โ Adds support for React 17
-
v3.0.3 Changes
September 21, 2020 -
v3.0.2 Changes
September 20, 2020- ๐ Fixes typescript typings not being exposed publicly
-
v3.0.1 Changes
September 19, 2020- ๐จ Big refactor, the state is not derived from the props after every update.
disableCloseOnClickOutside
prop is nowcloseOnClickOutside
(avoid double negations).onBlur
andonFocus
are renamed toonClose
andonOpen
since they had nothing to do with the blur event and it was misleading some users. If we want to listen to the input'sonBlur
andonFocus
useinputProps
.- 0๏ธโฃ
defaultValue
prop is now calledinitialValue
. - โก๏ธ Updated typescript definitions.
- โก๏ธ Time is not updated anymore on right clicks.
- Creates
renderView
prop to customize the whole calendar. - โก๏ธ Creates
updateOnView
prop to decide when to update the date. onViewModeChange
prop renamed toonNavigate
.- Creates
onBeforeNavigate
prop. - Creates
setViewData
andnavigate
methods. - ๐ Fixes error clicking on days from the previous or next month in the days view.
- ๐ Fixes month, year and time views for locales that doesn't use gregorian numbers.
- โ Adds a playground to make simpler to try out the library by
npm run playground
. - ๐ Not depending on gulp to create the build anymore
- โก๏ธ Updated most of the dependencies.
-
v3.0.0 Changes
- ๐ This version was published by error and can't be overriden. The first release for v3 branch is 3.0.1
-
v3.0.0-beta.6
January 22, 2020 -
v2.16.2 Changes
October 22, 2018- Turns moment timezone peer dependency in a runtime error when missing using
displayTimezone
.
- Turns moment timezone peer dependency in a runtime error when missing using
-
v2.16.1 Changes
October 19, 2018- ๐ Fixes problems with input event overriding
-
v2.16.0 Changes
October 18, 2018- The prop
disableOnClickOutside
has 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
inputProps
now only override default behaviour when returningfalse
. - โ Adds the
displayTimeZone
prop. Thanks to @martingordon
- The prop
-
v2.15.0 Changes
October 18, 2018