Skip to content

Releases: stefangabos/Zebra_Datepicker

2.2.0

01 Nov 10:37
Compare
Choose a tag to compare
  • fixed #192 where in Firefox the date picker was not usable if it was open by clicking on the input field and not on the icon; thanks to mccabeservant for reporting this!
  • minor visual improvements on mobile devices
  • minor (non-visible) updates to the CSS files because of how the latest SASS works

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