Releases: stefangabos/Zebra_Datepicker
Releases · stefangabos/Zebra_Datepicker
2.2.0
- 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
- 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
- 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
1.9.18b
- forgot to update version number in files
1.9.18
1.9.17
- 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
ifA
is used, andam/pm
ifa
is used)
1.9.16
- 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!