All Versions
10
Latest Version
Avg Release Cycle
115 days
Latest Release
2420 days ago
Changelog History
Changelog History
-
v2.0.1 Changes
May 31, 2018- ๐ Fix bug where setting the month to 0, i.e. January, did not work - @james-ff
-
v2.0.0 Changes
May 17, 2018Thanks to the hard work of all of those involved, v2.0.0 of react-daterange-picker is now available:
- 0๏ธโฃ Added event.preventDefault() to touchEnd @jontelm
- Unselection by passing falsy value in props @yacinehmito
- ๐ Add support for moment v3, and add specify it as a peer dependency @wmertens
- Fix highlighting and selection display across month boundaries @chadnickbok
๐ 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 Changes
April 16, 2018๐ Change Log
๐ This release supports React 0.14, 15 and 16.
-
v1.2.0 Changes
January 21, 2018๐ Change Log
- ๐ i18n support + Migrate to Babel 6 - @maullerz + @thaerlabs
- Allow externally setting dates - @jonniedarko + @AlanFoster
- โฌ๏ธ Upgrade karma dependencies - @jhohlfeld
- Allow adding a custom CSS class to the DateRangePicker - @andywer
- โ Fix React 15 Warnings - @josephMG
๐ Thanks everyone that help made this release happen ๐
-
v1.1.0 Changes
July 13, 2016โ 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 Changes
November 13, 2015๐
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 Changes
November 05, 2015 -
v0.12.1 Changes
October 07, 2015 -
v0.12.0 Changes
August 10, 2015- [https://github.com/[/pull/58](https://github.com/onefinestay/react-daterange-picker/pull/58)] Use moment 2.10 + moment-range 2.x (thanks to @moimikey)
-
v0.11.0 Changes
July 31, 2015- 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