Skip to content

2.0.0

Compare
Choose a tag to compare
@stefangabos stefangabos released this 28 Sep 10:33
· 61 commits to master since this release
  • 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!