calendar-js/CHANGELOG.md

155 строки
4.7 KiB
Markdown
Исходник Обычный вид История

# [8.0.0](https://github.com/nextcloud/calendar-js/compare/v7.0.0...v8.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](https://github.com/nextcloud/calendar-js/commit/dc5cc22299e7288f9cfe1a398043c515c18af14c))
### Bug Fixes
* Update vulnerable dependencies
# [7.0.0](https://github.com/nextcloud/calendar-js/compare/v6.1.0...v7.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
* Bump ical.js to 2.0.1
2023-11-06 12:19:22 +03:00
# [6.1.0](https://github.com/nextcloud/calendar-js/compare/v6.0.1...v6.1.0) (2023-11-06)
### Bug Fixes
* Add package exports to allow node16 projects to import module ([90f7043](https://github.com/nextcloud/calendar-js/commit/90f7043e0dec3c1f0ba806e2f1fa77cdcd7f1dab))
* Adjust badges on README for workflows, fixes [#358](https://github.com/nextcloud/calendar-js/issues/358) ([b44656a](https://github.com/nextcloud/calendar-js/commit/b44656ab4287fc4d492b7939dc34b877461e8acd))
* **timezone-action:** change commit msg of timezone update action ([ea68297](https://github.com/nextcloud/calendar-js/commit/ea682979440341816f61d5a99e5d7967a47c96e0))
### Features
* **attendee:** expose member parameter ([eb9c15b](https://github.com/nextcloud/calendar-js/commit/eb9c15bee5e22d6adf2b4c80ca78c784e33c9ef8))
2023-05-15 11:05:46 +03:00
## [6.0.1](https://github.com/nextcloud/calendar-js/compare/v5.0.5...v6.0.1) (2023-05-15)
2023-05-15 11:05:46 +03:00
### Bug Fixes
* **repair:** include EXDATE in missing VALUE=DATE repair step ([813b07e](https://github.com/nextcloud/calendar-js/commit/813b07ea361d20d17c8ad3989da00d8576dcd55e))
* updated timezone-data ([10064c8](https://github.com/nextcloud/calendar-js/commit/10064c8919065ba6a927d798806197d96b65ec6f))
2023-03-27 20:42:16 +03:00
## [5.0.5](https://github.com/nextcloud/calendar-js/compare/v5.0.4...v5.0.5) (2023-03-27)
### Reverts
* Revert "chore!(deps): Bump uuid from 8.3.2 to 9.0.0" ([2671cda](https://github.com/nextcloud/calendar-js/commit/2671cda40116632555430271f7147330bc64d84c))
2023-03-10 14:15:31 +03:00
## [5.0.4](https://github.com/nextcloud/calendar-js/compare/v5.0.3...v5.0.4) (2023-03-10)
### Bug Fixes
* adjust RRULE count when forking occurrences ([348c829](https://github.com/nextcloud/calendar-js/commit/348c829667c77712ab46a27a54ddf85ab05a0a02))
* tasks may return a nullish reference recurrence id ([5d20f29](https://github.com/nextcloud/calendar-js/commit/5d20f29daed317a74a4338c29d67c9724556563e))
2022-12-28 14:34:13 +03:00
## [5.0.3](https://github.com/nextcloud/calendar-js/compare/v5.0.2...v5.0.3) (2022-12-28)
### Bug Fixes
* **eslint:** Lower case string type ([e3c8de1](https://github.com/nextcloud/calendar-js/commit/e3c8de1c20a679fc27d3e1d84f316216fad27aa0))
2022-12-28 14:24:30 +03:00
## [5.0.2](https://github.com/nextcloud/calendar-js/compare/v5.0.1...v5.0.2) (2022-12-28)
### Bug Fixes
* **jsdoc:** Fix casing of boolean types ([ac1a9b6](https://github.com/nextcloud/calendar-js/commit/ac1a9b6e29785e0f1559a12080154e1dfd506a86))
2022-12-28 12:53:19 +03:00
## [5.0.1](https://github.com/nextcloud/calendar-js/compare/v5.0.0...v5.0.1) (2022-12-28)
### Bug Fixes
* **jsdoc:** Replace [@returns](https://github.com/returns) with [@return](https://github.com/return) ([16b7af7](https://github.com/nextcloud/calendar-js/commit/16b7af7497034d58d94505fb099c0cb973532bba))
2022-12-28 12:34:14 +03:00
# [5.0.0](https://github.com/nextcloud/calendar-js/compare/v4.0.0...v5.0.0) (2022-12-28)
* fix!: Avoid circular dependencies between timezone and timezoneComponent ([8838a8d](https://github.com/nextcloud/calendar-js/commit/8838a8d1a3da8ecb47e7f9b689cc5ce21d3b17b8))
### BREAKING CHANGES
* Removes the Timezone.toTimezoneComponent() method, which is being used in the Calendar App
Instead of ``timezone.toTimezoneComponent()`` you should use
``TimezoneComponent.fromICALJs(timezone.toICALJs())``.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-12-27 17:22:29 +03:00
# [4.0.0](https://github.com/nextcloud/calendar-js/compare/v3.1.0...v4.0.0) (2022-12-27)
* chore(deps)!: Drop support for Node 14 ([5d9084b](https://github.com/nextcloud/calendar-js/commit/5d9084b2086756b1618656670276479e74264e9f))
### Features
* **release:** Add release automation ([b228312](https://github.com/nextcloud/calendar-js/commit/b22831207f128e7ddadbc4e523631886eb476127))
### BREAKING CHANGES
* package requires Node 16+ now
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
## [1.1.1](https://github.com/nextcloud/calendar-js/compare/v1.1.0...v1.1.1) (2021-08-10)
# [1.1.0](https://github.com/nextcloud/calendar-js/compare/v1.0.0...v1.1.0) (2021-07-28)
# 1.0.0 (2021-07-26)