react-daterange-picker v2.0.1 Release Notes
Release Date: 2018-05-31 // almost 7 years ago-
- ๐ Fix bug where setting the month to 0, i.e. January, did not work - @james-ff
Previous changes from v2.0.0
-
Thanks 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);