Skip to content

v10.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 15:07
· 3 commits to master since this release

10.0.0 (2024-06-24)

⚠ BREAKING CHANGES

  • events: removes europeanDate and showWeekDay options, this will cause the date to display
    differently and so the new option eventDateFormat will need setting.

Features

  • locale: add Spanish locale (82fda4a)
  • locale: added Ukranian language (3990c97)
  • events: remove europeanDate, remove showWeekDay, add eventDateFormat (1054cbe)

Bug Fixes

  • locale: fix import for Spanish locale (a95d00b)
  • locale: fix import for Spanish locale (2a28791)
  • re-adds support for iOS 12 by transpiling lit (91e4f06)
  • resolve issue where dashboard picker shows error if no calendar integration (85df6f3), closes #1495