Releases: dangrossman/daterangepicker
Releases · dangrossman/daterangepicker
2.1.24
- Fix bug that prevented clicking a date when the end-date text input was focused
- Add option
showCustomRangeLabel
to hide the "Custom Range" predefined range label
2.1.23
2.1.22
- Fix a bug in the time picker
2.1.21
- Fix #1098 Calendar opens on wrong month
2.1.20
- Fix more deprecation warnings from moment.js
- RTL support in locale option
- Don't display the month after
maxDate
on the right calendar whenlinkedCalendars
is enabled singleDatePicker
no longer hides the time icon next to time pickers- Improved the AMD/browserify module definition
- Add
weekLabel
option to thelocale
option example on website - Add
.form-control
class to inputs within the picker to better match Bootstrap styling - Apply
in-range
class to the date you're hovering over with your mouse - Treat buttons the same as inputs and show the picker when they gain focus
- Add
isCustomDate
option that allows you to apply custom CSS classes to individual dates
2.1.19
- Fix bug when jQuery is not defined
2.1.18
Changelog:
options.template
can be a compiled jQuery object in addition to a string- SASS version of the stylesheet file added
- Fix bug where the predefined range label passed to callback functions was possibly incorrect when
autoApply
is enabled - Add
showISOWeekNumbers
option to display ISO week numbers instead of localized week numbers next to each calendar row - Add
alwaysShowCalendars
option to always allow selection of a custom range, not only after clicking "Custom Range" button
2.1.17
Another attempt at fixing time picker bugs...
2.1.16
v2.1.16 Accidental reversion
2.1.15
Bug fix in time picker.