Skip to content

Releases: stefangabos/Zebra_Datepicker

2.1.0

11 May 14:52
Compare
Choose a tag to compare
  • the default_position property now takes more options; the previous valid values are still going to work for backward compatibility; this is a response to an older issue
  • fixed an issue where the plugin could run in an infinite loop in a configuration where no selectable dates were available; this fixes #53

2.0.0

28 Sep 10:33
Compare
Choose a tag to compare
  • this version removes some legacy code and makes it incompatible with Internet Explorer version 6, 7 and 8
  • removed code that is deprecated in newer versions of jQuery; this fixes #178. thanks to Roman Stefankiv for bringing this up to me!
  • a reference to the actual datepicker DOM element is now available in the plugin's properties
  • fixed #19 which was affecting functionality in responsive layouts and mostly when the date picker was initialized on elements that were hidden at the time of attaching the plugin to them. the fix comes from Imran Zahid - thank you!

1.9.19

06 Apr 06:41
Compare
Choose a tag to compare
  • the library will now allow days/months both with and without leading zeros for d, j, m and n; see #173
  • updated how the show_icon property works so that it can now be used to set the text that appears in the icon (button element); see #182
  • fixed a minor issue with the HTML markup; see #185

1.9.18b

31 Dec 17:42
Compare
Choose a tag to compare
  • forgot to update version number in files

1.9.18

31 Dec 17:39
Compare
Choose a tag to compare
  • fixed bug where certain scenarios involving disabled_dates and enabled_dates would send the script into an infinite loop; see #171

1.9.17

23 Dec 16:33
Compare
Choose a tag to compare
  • added enabled_ampm option; see #170; ; thanks Beth McIntosh!
  • fixed bug where updating container was not working - see #166; thanks Beth McIntosh!
  • case of am/pm in the time picker now respects date format (will be AM/PM if A is used, and am/pm if a is used)

1.9.16

14 Oct 12:27
Compare
Choose a tag to compare
  • fixed #161 where abbreviations of days and months were incorrectly handled unless these were exactly the first 3 letters of full days/month names; thanks nathangreaves!

1.9.15

17 Jun 12:26
Compare
Choose a tag to compare
  • SASS files are now also available in the css folder; see #157

1.9.14

27 Apr 08:53
Compare
Choose a tag to compare
  • fixed #152 where time was not selected if left to default
  • applied correct fix from @sebipopa for #145

1.9.13

26 Sep 20:35
Compare
Choose a tag to compare
  • the onChange event is now also triggered when switching to the time view
  • fixed #132 where English ordinal suffixes for 11th, 12th, and 13th where incorrectly shown as 11st, 12nd, and 13rd. - thanks @panzerchris!
  • fixed #148 where specifying enabled_hours, enabled_minutes and enabled_seconds as strings rather than integers would break the time picker
  • calling the update method now repaints the date picker
  • merged pull request #135 which allows time intervals to change while mouse button is being pressed - thanks @sebipopa!
  • merged pull request #139 which fixes a bug where, when having the year selector as the only available pane, the selected date would incorrectly be set to February instead of January - thanks @duckboy81!