Skip to content

Releases: arqex/react-datetime

Version 3.3.1

Choose a tag to compare

@arqex arqex released this 13 Dec 16:15
  • Restores support for react 16.

Version 3.3.0

Choose a tag to compare

@arqex arqex released this 12 Dec 18:36
  • Support up to React 19

Version 3.1.1

Choose a tag to compare

@arqex arqex released this 06 Sep 15:51
8071a79
  • Fixes fatal error when typing misformatted dates in the input.

Version 3.1.0

Choose a tag to compare

@arqex arqex released this 06 Sep 15:27
  • Adds support for react 17

Version 3.0.3

Choose a tag to compare

@arqex arqex released this 21 Sep 16:24
  • Localize AM and PM strings
  • Make calendar fluid width
  • Fixes findDOMNode deprecated warning in Strict Mode - Thanks @kkalve
  • Simplification of the base code - Thanks @onlined

Version 3.0.2

Choose a tag to compare

@arqex arqex released this 20 Sep 11:43
  • Fixes typescript typings not being exposed publicly

Version 3.0.1

Choose a tag to compare

@arqex arqex released this 19 Sep 15:31
  • Big refactor, the state is not derived from the props after every update.
  • disableCloseOnClickOutside prop is now closeOnClickOutside (avoid double negations).
  • onBlur and onFocus are renamed to onClose and onOpen since they had nothing to do with the blur event and it was misleading some users. If we want to listen to the input's onBlur and onFocus use inputProps.
  • defaultValue prop is now called initialValue.
  • 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 to onNavigate.
  • Creates onBeforeNavigate prop.
  • Creates setViewData and navigate 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 Beta 6

v3 Beta 6 Pre-release
Pre-release

Choose a tag to compare

@arqex arqex released this 22 Jan 11:07
v3.0.0-beta.6

Renames updateViewMode to navigate. Create v3 docs. Removes demo and …

Version 2.16.2

Choose a tag to compare

@arqex arqex released this 22 Oct 08:18
  • Turns moment timezone peer dependency in a runtime error when missing using displayTimezone.

Version 2.16.1

Choose a tag to compare

@arqex arqex released this 19 Oct 08:37
  • Fixes problems with input event overriding