pickadate.js v3.5.5 Release Notes

    • ๐Ÿ›  #180 Fixed date picker to use UTC dates.
    • ๐Ÿ›  #503 Fixed time picker to use local times.
    • ๐Ÿ›  Fixed color for โ€œclearโ€ button on time picker.
    • ๐ŸŒ Translations fixes for Italian, Slovak, French, Russian, Spanish, Hindi, Brazilian Portuguese
    • #437: Added Common JS to UMD.
    • #478: Added โ€œcloseโ€ button.
    • #406: Allow clear method to be muted.
    • #510: Added valueSubmit to get value of hidden input element.
    • #439: Added ability to set min/max date & time using formatted strings.
    • #451: Added French accessibility labels.
    • ๐Ÿ›  #462: Fixed time offset issues by using UTC based times.
    • ๐Ÿ›  #476: Fixed the main files in bower.json.
    • ๐Ÿ’ป #442: Fixed flickering on webkit browsers.
    • ๐Ÿ›  #438: Fixed adding an ID to the hidden element to remain unique.
    • ๐Ÿ›  #456: Fixed โ€œtodayโ€ button to be disabled when the date is disabled.
    • ๐Ÿ›  #419: Fixed time picker not scrolling to correct position with the โ€œclassicโ€ theme.
    • ๐Ÿ›  #531: Fixed mutation of date object passed to normalize.
    • ๐Ÿ’… #441: Fixed IE8 getComputedStyle error.
    • ๐Ÿ›  #465: Fixed IE8 error on changing input type.
    • ๐Ÿ›  #519: Fixed IE8 error of picker in iframe.
    • ๐Ÿ›  #523: Fixed iOS8 bug of picker not opening in view.
    • ๐Ÿ›  Fixed bug where it was possible to unbind internal bindings.
    • โšก๏ธ #420: Updated docs the trigger methodโ€™s ability to pass data to event callbacks.
    • ๐Ÿšš #562: Fixed hidden input to move into container when option is used.
    • #581: Added ARIA label for dates and times.
    • ๐Ÿšš #575: Removed the Sizzle dependency.
    • โž• Added closeOnSelect and closeOnClear boolean options.