calendar-js/CHANGELOG.md

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

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)