Skip to content

Commit a519cd5

Browse files
committed
chore: v5.3.6
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b72553c commit a519cd5

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 5.3.6
10+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.5...v5.3.6)
11+
12+
### Breaking
13+
14+
In v5.3.3 breaking changes were introduced as it dropped support for Nextcloud 28 and older on public shares.
15+
This reverts the changes to the DAV handling, for Nextcloud 29+ please use the now released version v6.0.0+.
16+
17+
### Changed
18+
* chore: Enhance docs about generic dialogs and export all related types [\#1380](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1380) \([susnux](https://github.com/susnux)\)
19+
* Migrate REUSE to TOML format [\#1386](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1386) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
20+
* chore(deps): Bump @nextcloud/typings to 1.9.1
21+
* chore(deps): Bump @nextcloud/sharing to 0.2.3
22+
* chore(deps): Bump fast-xml-parser to 4.4.1
23+
* chore(deps): Bump @nextcloud/files to 3.8.0
24+
* chore(deps): Bump @vueuse/core to 10.11.1
25+
* chore(deps): Bump webdav to 5.7.1
26+
* chore(deps): Bump axios to 1.7.4
27+
928
## 5.3.5
1029
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.4...v5.3.5)
1130

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/dialogs",
3-
"version": "5.3.5",
3+
"version": "5.3.6",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)