Releases: dangrossman/daterangepicker
Releases · dangrossman/daterangepicker
3.1
3.0.5
Re-published to fix a dependency issue in package.json and bump copyright year
3.0.4
Merged various bug fixes and minor improvements
3.0.3
- Re-add the feature where date range is highlighted on hover during selection
3.0.2
- Don't trigger
change
event on input if value hasn't changed - Rename the
calendar
CSS class to avoid conflicts - Use
:text
selector instead oftype="text"
- Add missing section back to documentation site
3.0.1
- Update moment.min.js version to latest
- Tighten up the padding in the stylesheet a bit
3.0.0
- Removed Bootstrap dependency
- Removed font icon dependency
- Updated layout a bit to address UX complaints
- Added minYear/maxYear settings for min/max years to include in year dropdowns
- Renamed dateLimit to maxSpan
- Renamed applyClass to applyButtonClasses
- Renamed cancelClass to cancelButtonClasses
- Updated website/documentation/examples/config generator
- Manually merged some of the PRs with bug fixes into this version
2.1.27
- Fix #1626
2.1.26
- Don't add global to namespace in AMD context
- Fixed a validation problem for certain date formats
- Workaround to fix some issues with daylight savings time in Brazil
- Made keyboard behavior consistent between IE11 and other browsers
- Fixed a bug in the configuration generator
- Calculate chosen label correctly when time picker is disabled
- Added support for
$.fn.daterangepicker.defaultOptions
to set default options for all pickers on page
2.1.25
- Default date format comes from Moment.js locale instead of hardcoding MM/DD/YYYY
- Fix bug that could result in chosenLabel not being updated properly
- Suggested possible bug fix for time not being saved between selections when time picker is enabled
- Avoid accidentally overwriting "background-clip" styles set by Bootstrap
- Fix to better support unicode characters in range labels
- Don't read data-title of table headers on hover, only dates in the body of the table
- Other minor bug fixes