Skip to content

Releases: dangrossman/daterangepicker

3.1

24 May 07:33
5d9eb2c
Compare
Choose a tag to compare
v3.1

Bump version

3.0.5

22 Apr 14:23
Compare
Choose a tag to compare

Re-published to fix a dependency issue in package.json and bump copyright year

3.0.4

11 Apr 21:39
Compare
Choose a tag to compare

Merged various bug fixes and minor improvements

3.0.3

22 May 16:11
Compare
Choose a tag to compare
  • Re-add the feature where date range is highlighted on hover during selection

3.0.2

09 May 20:27
Compare
Choose a tag to compare
  • Don't trigger change event on input if value hasn't changed
  • Rename the calendar CSS class to avoid conflicts
  • Use :text selector instead of type="text"
  • Add missing section back to documentation site

3.0.1

30 Apr 20:35
Compare
Choose a tag to compare
  • Update moment.min.js version to latest
  • Tighten up the padding in the stylesheet a bit

3.0.0

29 Apr 03:20
Compare
Choose a tag to compare
  • 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

12 Dec 08:45
d4aabfb
Compare
Choose a tag to compare
  • Fix #1626

2.1.26

12 Dec 05:27
Compare
Choose a tag to compare
  • 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

17 Jan 18:50
Compare
Choose a tag to compare
  • 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