calendar-js/CHANGELOG.md

156 строки
5.1 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2024-08-22 21:41:16 +03:00
## [8.0.2](https://github.com/nextcloud/calendar-js/compare/v8.0.0...v8.0.2) (2024-08-22)
2024-08-22 17:28:35 +03:00
### Bug Fixes
2024-08-22 17:28:35 +03:00
* **deps:** fix npm audit ([91b62e5](https://github.com/nextcloud/calendar-js/commit/91b62e545bae64ab97b2d559bd07cb800befbd8c))
* **deps:** Fix npm audit ([152778c](https://github.com/nextcloud/calendar-js/commit/152778cc4d0b96ee866b8b281dae6637cd1f9a62))
* **deps:** Fix npm audit ([1a04209](https://github.com/nextcloud/calendar-js/commit/1a04209a76deba87129ccea6e2c67c65e314264c))
2024-08-22 17:28:35 +03:00
# [8.0.0](https://github.com/nextcloud/calendar-js/compare/v7.0.0...v8.0.0) (2024-06-17)
### Bug Fixes
2024-08-22 17:28:35 +03:00
* **deps:** fix npm audit ([06a7c7f](https://github.com/nextcloud/calendar-js/commit/06a7c7f7e744bb083ba250fa1159161109037bb5))
2024-08-22 17:28:35 +03:00
### Features
2024-08-22 17:28:35 +03:00
* **repair:** added unicode non-character repair step ([dc5cc22](https://github.com/nextcloud/calendar-js/commit/dc5cc22299e7288f9cfe1a398043c515c18af14c))
2024-08-22 17:28:35 +03:00
# [7.0.0](https://github.com/nextcloud/calendar-js/compare/v6.1.0...v7.0.0) (2024-05-08)
2024-08-22 17:28:35 +03:00
### Bug Fixes
2024-08-22 17:28:35 +03:00
* update timezones data ([e1a68d4](https://github.com/nextcloud/calendar-js/commit/e1a68d4e608f92b7405e13ca0ffc23b54682636d))
* update timezones data ([41daddb](https://github.com/nextcloud/calendar-js/commit/41daddb3ab4ccad8c58a2ccb818aeaa46b363778))
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)