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);