pickadate.js v3.4.0 Release Notes

    • πŸ‘ ARIA support added. :star2:
    • πŸ“œ #128: Date parser recognizes a string value and uses month index as 1.
    • 0️⃣ #316: Date and time parser fall back to default format if none is specified.
    • πŸ›  #326: Fixed set('disable', true) crashing with max: true in options.
    • πŸ“œ #329: Fixed time picker not parsing midnight correcly.
    • πŸ›  #325: Fixed Firefox bug with querying for active element with $.contains.
    • πŸ›  #330: Fixed month selector navigation from month with more days to one with less.
    • πŸ›  #332: Fixed issue where right-clicks caused picker to close in Firefox.
    • πŸ›  #338: Fixed IE issue with month & year selector not working correctly.
    • πŸ‘Œ Improved time picker setting a time relative to β€œnow”.
    • πŸ‘Œ Improved disabling/enabling dates and times.
    • 🌐 Spanish translations typo fixed.
    • βž• Added the off method.
    • βž• Added Galician translations.
    • βž• Added Slovenian translations.
    • βž• Added Icelandic translations.
    • βž• Added option to disable dates & times within a range.
    • βž• Added option to set the select, highlight, and view using a string and parsing format.
    • βž• Added some performance improvents.
    • βž• Added more tests and documentation.
    • πŸ›  Fixed picker.get('select') when there’s no value.