Skip to content

Releases: onefinestay/react-daterange-picker

v0.10.0

08 Jul 09:32
Compare
Choose a tag to compare
rebuild and version bump

0.9.0

18 Jun 14:13
Compare
Choose a tag to compare

Updated eslint settings to allow trailing commas. Fix issue with moment-range API change

0.8.1

22 May 16:09
Compare
Choose a tag to compare

Fix webpack caching issue with moment & moment-range (#39) thanks to @walkerburgin

0.8.0

20 May 13:49
Compare
Choose a tag to compare

Added new prop singleDateRange (disabled by default) that allows the user to select single date ranges (#38) thanks to @ckald

0.7.3

18 May 10:09
Compare
Choose a tag to compare
  • [https://github.com//pull/37] Fixed some lint issues

v0.7.2

12 May 10:02
Compare
Choose a tag to compare
  • Some efficiency improvements [https://github.com//pull/34]

v0.7.1

11 May 14:51
Compare
Choose a tag to compare

Improved development experience

v0.7.0

11 May 10:24
Compare
Choose a tag to compare
  • #26 - Highlight events: Hide existing selection when new range begins

v0.6.1

11 May 10:21
Compare
Choose a tag to compare

Fixed build process by dropping gulp-render

v0.6.0

03 May 12:03
Compare
Choose a tag to compare
  • 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]