30 May 2026
Notes
- The month-name and day-name translation keys (
january–december,monday–sunday,mon–sun) have been removed from theTranslationstype. Month and weekday names are now localized through the dayjs locale instead of translation overrides — import the locale and set thelocaleprop (e.g.import 'dayjs/locale/de'thenlocale="de"). Customtranslationsfor these specific keys no longer apply.
Features
- feat: add
hideExportButtonprop to hide the calendar's Export button (#164) — Thanks @maxdelorme! — Closes#163
Fixes
- fix:
IlamyResourceCalendarnow reflects changes to theresourcesprop after mount instead of requiring a full remount (#154) — Closes#153 - fix: localization — day/week view headers, the week-range title, the date picker, and the recurrence editor now follow the active dayjs locale (
#124) — Thanks @maxdelorme! — Closes#141,#142,#143,#144,#145,#146,#147,#148 - fix: editing a recurring series with scope "all" no longer drops the occurrences before the edited event (
#161) — Thanks @maxdelorme! — Closes#150 - fix: event title, description, and location inputs keep focus while typing (
#128) — Thanks @maxdelorme! — Closes#166 - fix: calendar body height is now dynamic instead of fixed (
#135) — Thanks @maxdelorme! - fix: week-view day columns align to equal width, including the all-day row and header in the vertical resource week view (
#169) — Thanks @maxdelorme! — Closes#160 - fix: compact, locale-aware week range in the header (e.g.
May 24 – 30) (#167) - fix: apply the "today" highlight consistently in the resource week view (
#175) — Closes#159 - fix: resource week view headers show only the day number, matching the standard week view (
#178) — Closes#157 - fix: hide the current-time line in day-resolution vertical views (resource month, resource week daily), where a sub-day line is meaningless (
#179) — Closes#123 - fix: consistent cell borders across views, plus improved font sizing and label truncation on narrow viewports (
#174)