Releases: onefinestay/react-daterange-picker
Releases · onefinestay/react-daterange-picker
0.9.0
Updated eslint settings to allow trailing commas. Fix issue with moment-range API change
0.8.1
Fix webpack caching issue with moment & moment-range (#39) thanks to @walkerburgin
0.8.0
Added new prop singleDateRange
(disabled by default) that allows the user to select single date ranges (#38) thanks to @ckald
0.7.3
- [https://github.com//pull/37] Fixed some lint issues
v0.7.2
- Some efficiency improvements [https://github.com//pull/34]
v0.7.1
Improved development experience
v0.7.0
- #26 - Highlight events: Hide existing selection when new range begins
v0.6.1
Fixed build process by dropping gulp-render
v0.6.0
- Add onSelectStart function to DateRangePicker (thanks to @HelenDea) [https://github.com//pull/20]
- Set it as a React as a peer dependency to allow upgrading it without version bumps [https://github.com//pull/23]
- Upgrade to babel and remove object-assign as a dependancy [https://github.com//pull/25]