Skip to content

1.9.7

Compare
Choose a tag to compare
@stefangabos stefangabos released this 03 Dec 20:24
· 322 commits to master since this release
  • the date picker now also works as a time picker by setting time-related parts in the format property
  • the date picker can now also be shown when the parent element and/or the associated icon is focused by setting the newly add open_on_focus property to TRUE; see #80
  • fixed a bug where clearing a date would not return focus to the parent element
  • fixed memory leaks, see #81, thanks to @sszabolcs
  • fixed value of "today" being cached; see #83, thanks to @CJDennis
  • fixed possible issues by adding more randomness for each date picker's internally used ID; see #84
  • rewrote the SCSS for all the 3 themes and made theming a lot easier by introducing variables
  • all the themes are now using a single sprite image instead of multiple images
  • source code updates and tweaks because of which the plugin is now compatible with jQuery 1.7.0+ (previously it was compatible with jQuery 1.5.2+)
  • improved user experience in examples
  • some documentation updates