Skip to content

Releases: dangrossman/daterangepicker

2.1.14

11 Dec 18:01
Compare
Choose a tag to compare
  • Time selection bug fixes
  • Time selected on right calendar is preserved when changing the date selection
  • Return DateRangePicker object in factory for AMD/webpack
  • Fix variable leaked to global

2.1.13

17 Oct 15:01
Compare
Choose a tag to compare
  • Support unicode characters in range names
  • Maintain correct position of the picker when window is resized
  • Ignore partially typed dates in text input when the input is too short or invalid
  • Fix time picker bug when start and end dates fall on the same day

2.1.12

08 Oct 14:11
Compare
Choose a tag to compare

There are no changes in this release. I'm bumping the version number to fix an issue with one of the CDNs that automatically hosts this library due to a typo in a previous release tag.

2.0.14

07 Oct 15:31
Compare
Choose a tag to compare

Removed the timezone option, which has not functioned correctly since its inception. I recommend managing time zones in your application, or through the moment object, where you can set a global time zone. http://momentjs.com/timezone/docs/

2.0.13

06 Oct 18:44
Compare
Choose a tag to compare

CSS tweaks for mobile

2.0.12

30 Sep 17:45
Compare
Choose a tag to compare

Bug fixes

2.0.11

16 Sep 20:32
Compare
Choose a tag to compare

Small fix from 2.0.10

2.0.10

16 Sep 20:25
Compare
Choose a tag to compare
  • Have the widget expand in the direction of the "opens" setting when clicking "Custom Range"
  • Ignore mouse movements when editing the text boxes within the widget, so your work doesn't get overwritten when moving from the start to the end box
  • Update the element value if you programmatically call setStartDate or setEndDate while the UI is hidden
  • Remove some cruft

2.0.9

21 Aug 14:03
Compare
Choose a tag to compare
v2.0.9

2.0.9

2.0.8

10 Aug 13:06
Compare
Choose a tag to compare

Fix #762