Skip to content

Releases: arqex/react-datetime

Version 2.14.0

11 Feb 18:38
Compare
Choose a tag to compare
  • Make viewDate dynamic

Version 2.13.0

09 Feb 11:22
Compare
Choose a tag to compare
  • Use more appropriate cursor for empty space in time picker and in day texts
  • Add viewDate prop that sets a value when opening the calendar when there is no selected date
  • Make disableOnClickOutside work as intended
  • Better touch support for tapping and holding
  • Use static property defaultProps instead of getDefaultProps

Big thanks to all contributors!

Version 2.12.0

27 Jan 00:02
Compare
Choose a tag to compare
  • The renderInput prop now receives closeCalendar function as well

Version 2.11.0

13 Nov 21:38
Compare
Choose a tag to compare
  • 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

Version 2.10.3

29 Sep 22:41
Compare
Choose a tag to compare
  • Update react-onclickoutside dependancy
  • Remove isValidDate check before rendering as implementation was causing crashes in some edge cases.

Version 2.10.2

23 Sep 14:56
Compare
Choose a tag to compare
  • Move @types/react back to devDependencies

Version 2.10.1

27 Aug 01:09
Compare
Choose a tag to compare
  • Fix build files

Version 2.10.0

26 Aug 23:44
Compare
Choose a tag to compare
  • Add isValidDate check before rendering so it doesn't render with an invalid date.

UPDATE: This is not the correct 2.10.0 as I messed up when updating the tag. See the correct 2.10.0 with HEAD at 8f6f331 below. /simeg

Version 2.9.0

30 Jul 09:00
Compare
Choose a tag to compare
  • Trigger callback method on view mode changes

Version 2.8.11

27 Jul 20:46
Compare
Choose a tag to compare

2.8.11

  • Update TypeScript definitions
  • Replace deprecated React method with non-deprecated method