Skip to content

1.9.9

Compare
Choose a tag to compare
@stefangabos stefangabos released this 06 Jul 08:15
· 243 commits to master since this release
  • global defaults can now be set; see #110 and #94
  • setting the readonly_element property to FALSE will now unset the readonly attribute from the element, if present; see #109
  • fixed a bug where on pages with multiple time pickers, selecting a time on one would select the time on all other time pickers that are empty; see #115 and thank you michealharrington!
  • added a new disable_time_picker property for explicitly disabling the time picker even if format includes time-related characters; see #118
  • fixed an issue on Android devices; see #116
  • allow accented chars in weekday name; see #120
  • added version number as a public property - useful to find out the version number even if all you have is the minified source code; see #96