Releases: dangrossman/daterangepicker
Releases · dangrossman/daterangepicker
2.1.14
- 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
- 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
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
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
CSS tweaks for mobile
2.0.12
Bug fixes
2.0.11
Small fix from 2.0.10
2.0.10
- 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
v2.0.9 2.0.9
2.0.8
Fix #762