Releases: nextcloud/calendar-js
Releases · nextcloud/calendar-js
v8.1.0
Bug Fixes
Features
- use browser native UUID function (8cfcf7f)
v8.0.0
8.0.0 (2024-06-17)
Breaking Changes
- Bundle with vite and ship cjs instead of umd bundle
- Move time zone logic and data to @nextcloud/timezones
Features
- repair: added unicode non-character repair step (dc5cc22)
Bug Fixes
- Update vulnerable dependencies
7.0.0
7.0.0 (2024-05-08)
Breaking Changes
- TimezoneManager class is not exported any longer. Please use getTimezoneManager() to get an instance.
- TimezoneAdapter has been removed. TimezoneManager propagates time zones to ICAL.TimezoneService on its own by default.
Features
v6.1.0
Bug Fixes
- Add package exports to allow node16 projects to import module (90f7043)
- Adjust badges on README for workflows, fixes #358 (b44656a)
- timezone-action: change commit msg of timezone update action (ea68297)
Features
- attendee: expose member parameter (eb9c15b)
v6.0.1
Bug Fixes
- repair: include EXDATE in missing VALUE=DATE repair step (813b07e)
- updated timezone-data (10064c8)
v6.0.0
6.0.0 (2023-03-27)
BREAKING CHANGES
- Update
uuid
from v8 to v9
v5.0.5
Reverts
- Revert "chore!(deps): Bump uuid from 8.3.2 to 9.0.0" (2671cda)
v5.0.4
Bug Fixes
- adjust RRULE count when forking occurrences (348c829)
- tasks may return a nullish reference recurrence id (5d20f29)