Skip to content

Releases: dangrossman/daterangepicker

2.1.24

15 Jul 17:11
Compare
Choose a tag to compare
  • 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

30 Jun 12:09
Compare
Choose a tag to compare
  • Fix #1153, #1144 where UI may break when time picker is enabled
  • Can use special characters in range names
  • Better UX when using the text inputs above the calendars

2.1.22

16 Jun 12:40
Compare
Choose a tag to compare
  • Fix a bug in the time picker

2.1.21

31 May 12:42
Compare
Choose a tag to compare
  • Fix #1098 Calendar opens on wrong month

2.1.20

25 May 20:38
Compare
Choose a tag to compare
  • Fix more deprecation warnings from moment.js
  • RTL support in locale option
  • Don't display the month after maxDate on the right calendar when linkedCalendars is enabled
  • singleDatePicker no longer hides the time icon next to time pickers
  • Improved the AMD/browserify module definition
  • Add weekLabel option to the locale 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

09 Mar 20:54
Compare
Choose a tag to compare
  • Fix bug when jQuery is not defined

2.1.18

22 Feb 21:51
Compare
Choose a tag to compare

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

17 Dec 23:14
Compare
Choose a tag to compare

Another attempt at fixing time picker bugs...

2.1.16

17 Dec 22:24
Compare
Choose a tag to compare
v2.1.16

Accidental reversion

2.1.15

17 Dec 22:20
Compare
Choose a tag to compare

Bug fix in time picker.