-
Notifications
You must be signed in to change notification settings - Fork 861
Releases: arqex/react-datetime
Releases · arqex/react-datetime
Version 3.3.1
- Restores support for react 16.
Assets 2
1 person reacted
Version 3.3.0
- Support up to React 19
Assets 2
1 person reacted
Version 3.1.1
Version 3.1.0
- Adds support for react 17
Assets 2
Version 3.0.3
Assets 2
Version 3.0.2
- Fixes typescript typings not being exposed publicly
Assets 2
Version 3.0.1
- Big refactor, the state is not derived from the props after every update.
disableCloseOnClickOutsideprop is nowcloseOnClickOutside(avoid double negations).onBlurandonFocusare renamed toonCloseandonOpensince they had nothing to do with the blur event and it was misleading some users. If we want to listen to the input'sonBlurandonFocususeinputProps.defaultValueprop is now calledinitialValue.- Updated typescript definitions.
- Time is not updated anymore on right clicks.
- Creates
renderViewprop to customize the whole calendar. - Creates
updateOnViewprop to decide when to update the date. onViewModeChangeprop renamed toonNavigate.- Creates
onBeforeNavigateprop. - Creates
setViewDataandnavigatemethods. - 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.
Assets 2
v3 Beta 6
v3 Beta 6
Pre-release
Pre-release
v3.0.0-beta.6 Renames updateViewMode to navigate. Create v3 docs. Removes demo and ...
Assets 2
Version 2.16.2
- Turns moment timezone peer dependency in a runtime error when missing using
displayTimezone.
Assets 2
Version 2.16.1
- Fixes problems with input event overriding