Skip to content

Releases: onefinestay/react-daterange-picker

v2.0.1

31 May 18:34
Compare
Choose a tag to compare
  • Fix bug where setting the month to 0, i.e. January, did not work - @james-ff

v2.0.0

17 May 20:35
Compare
Choose a tag to compare

Thanks to the hard work of all of those involved, v2.0.0 of react-daterange-picker is now available:

This version is a major release as react-daterange-picker now depends on moment-range v3:

Changed usage: import Moment from 'moment'; import { DateRange, extendMoment } from 'moment-js'; const moment = extendMoment(Moment);

v1.2.1

16 Apr 13:29
Compare
Choose a tag to compare

Change Log

This release supports React 0.14, 15 and 16.

v1.2.0

21 Jan 21:58
2f4a6d0
Compare
Choose a tag to compare

v1.1.0

13 Jul 16:02
Compare
Choose a tag to compare

Thanks to the great work of all of those involved, the latest version of react-daterange-picker now contains the following PRs -

v1.0.0

13 Nov 17:00
Compare
Choose a tag to compare

react-dateranger-picker now supports React 0.14, due to the great work of #79

Thanks @rolyatmax, @thathenderson and everyone else who contributed to this release.

v0.12.2

05 Nov 14:26
Compare
Choose a tag to compare

As part of this work

  • #88 Lock down the React version peer dependency to only support 0.12.x and 0.13.x
  • #99 Include CSS as part of distributed files

v0.12.1

07 Oct 15:05
Compare
Choose a tag to compare

Fix wrong attribute name in example - #65

Thanks @louy

v0.12.0

10 Aug 15:28
Compare
Choose a tag to compare
  • [https://github.com//pull/58] Use moment 2.10 + moment-range 2.x (thanks to @moimikey)

v0.11.0

31 Jul 14:02
Compare
Choose a tag to compare
  • Disable undocumented arrow navigation on hover during selections.
  • Explicit onTrigger prop for arrows, so custom arrow components can do whatever they like
  • Fix moment range comparisons