Releases: onefinestay/react-daterange-picker
Releases · onefinestay/react-daterange-picker
v2.0.1
v2.0.0
Thanks to the hard work of all of those involved, v2.0.0 of react-daterange-picker is now available:
- 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
v1.2.0
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
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
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
v0.12.1
v0.12.0
v0.11.0
- 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