You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(node): better special character encoding and detection by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1398
51
+
## 4.0.0-beta.5 - 2025-12-16
52
+
### 💥 Breaking changes
53
+
* refactor!(navigation): pass `id` of view to `setActive`[\#1418](https://github.com/nextcloud-libraries/nextcloud-files/pull/1418)\([susnux](https://github.com/susnux)\)
54
+
* refactor!: migrate from cancelable promise to AbortSignal [\#1428](https://github.com/nextcloud-libraries/nextcloud-files/pull/1428)\([susnux](https://github.com/susnux)\)
55
+
* chore!: remove commonjs entry point [\#1420](https://github.com/nextcloud-libraries/nextcloud-files/pull/1420)\([susnux](https://github.com/susnux)\)
56
+
57
+
### 🚀 Enhancements
58
+
* feat(sidebar): provide public API to register a sidebar tab with web components [\#1419](https://github.com/nextcloud-libraries/nextcloud-files/pull/1419)\([susnux](https://github.com/susnux)\)
59
+
* feat(sidebar): provide a proxy for the files sidebar [\#1306](https://github.com/nextcloud-libraries/nextcloud-files/pull/1306)\([susnux](https://github.com/susnux)\)
53
60
54
61
### Other changes
55
-
* chore(deps-dev): Bump typedoc from 0.28.14 to 0.28.15 by @dependabot[bot] in https://github.com/nextcloud-libraries/nextcloud-files/pull/1394
56
-
* chore(deps-dev): Bump vite from 7.2.4 to 7.2.6 by @dependabot[bot] in https://github.com/nextcloud-libraries/nextcloud-files/pull/1397
57
-
* chore(deps-dev): Bump @vitest/coverage-istanbul from 4.0.14 to 4.0.15 by @dependabot[bot] in https://github.com/nextcloud-libraries/nextcloud-files/pull/1396
62
+
* refactor: use interfaces where possible instead of instances [\#1417](https://github.com/nextcloud-libraries/nextcloud-files/pull/1417)\([susnux](https://github.com/susnux)\)
63
+
* refactor: drop dependency on Node modules [\#1421](https://github.com/nextcloud-libraries/nextcloud-files/pull/1421)\([susnux](https://github.com/susnux)\)
64
+
* ci: update dependencies also on stable3 [\#1400](https://github.com/nextcloud-libraries/nextcloud-files/pull/1400)\([susnux](https://github.com/susnux)\)
65
+
* ci: drop npm token publishing and use trusted publisher [\#1416](https://github.com/nextcloud-libraries/nextcloud-files/pull/1416)
66
+
* Updated dependencies:
67
+
* Bump `@nextcloud/logger` to 3.0.3
68
+
* Bump `@nextcloud/paths` to 3.0.0
69
+
70
+
## 4.0.0-beta.4 - 2025-12-09
71
+
### 🐛 Fixed bugs
72
+
* fix(node): better special character encoding and detection [\#1398](https://github.com/nextcloud-libraries/nextcloud-files/pull/1398)\([skjnldsv](https://github.com/skjnldsv)\)
58
73
59
74
## 4.0.0-beta.3 - 2025-12-03
60
75
### 💥 Breaking changes
61
-
* refactor(Node)!: make `Node.root` a required attribute by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1388
76
+
* refactor(Node)!: make `Node.root` a required attribute [\#1388](https://github.com/nextcloud-libraries/nextcloud-files/pull/1388)\([susnux](https://github.com/susnux)\)
62
77
63
78
### 🐛 Fixed bugs
64
-
* fix(actions): only pass a single node to renderInline by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1391
65
-
* fix(actions): add back nodes contents to view action params by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1392
79
+
* fix(actions): only pass a single node to renderInline [\#1391](https://github.com/nextcloud-libraries/nextcloud-files/pull/1391)\([skjnldsv](https://github.com/skjnldsv)\)
80
+
* fix(actions): add back nodes contents to view action params [\#1392](https://github.com/nextcloud-libraries/nextcloud-files/pull/1392)\([skjnldsv](https://github.com/skjnldsv)\)
66
81
67
82
### Other changes
68
-
* chore(Node)!: remove deprecated `isDavRessource`by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1390
69
-
* chore(deps): align and update vitest dependencies by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1389
* chore(deps): align and update vitest dependencies [\#1389](https://github.com/nextcloud-libraries/nextcloud-files/pull/1389)\([susnux](https://github.com/susnux)\)
70
85
71
86
## 4.0.0-beta.2 - 2025-11-27
72
87
### 💥 Breaking changes
73
-
* chore!: drop deprecated DAV exports from main entry point by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1384
74
-
* chore!: remove deprecated filename validation fallbacks for Nextcloud 29 and below by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1383
75
-
* chore!: remove deprecated `NewMenuEntry.iconClass`by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1385
88
+
* chore!: drop deprecated DAV exports from main entry point [\#1384](https://github.com/nextcloud-libraries/nextcloud-files/pull/1384)\([susnux](https://github.com/susnux)\)
89
+
* chore!: remove deprecated filename validation fallbacks for Nextcloud 29 and below [\#1383](https://github.com/nextcloud-libraries/nextcloud-files/pull/1383)\([susnux](https://github.com/susnux)\)
* feat(node): allow to cast as JSON by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1349
105
+
* feat(node): allow to cast as JSON [\#1349](https://github.com/nextcloud-libraries/nextcloud-files/pull/1349)\([skjnldsv](https://github.com/skjnldsv)\)
91
106
92
107
### 🐛 Fixed bugs
93
-
* fix(sortNodes): do not trim "extension" of folder names by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1291
108
+
* fix(sortNodes): do not trim "extension" of folder names [\#1291](https://github.com/nextcloud-libraries/nextcloud-files/pull/1291)\([susnux](https://github.com/susnux)\)
94
109
95
110
### Other changes
96
-
* chore: align devEngines with apps by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1355
97
-
* chore: remove legacy node attributes deprecation by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1379
98
-
* chore: work around bug in `corepack` blocking dependency updates by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1292
99
-
* docs(View): improve documentation of `View.emptyView`by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1290
111
+
* chore: align devEngines with apps [\#1355](https://github.com/nextcloud-libraries/nextcloud-files/pull/1355)\([susnux](https://github.com/susnux)\)
* chore: work around bug in `corepack` blocking dependency updates [\#1292](https://github.com/nextcloud-libraries/nextcloud-files/pull/1292)\([susnux](https://github.com/susnux)\)
114
+
* docs(View): improve documentation of `View.emptyView`[\#1290](https://github.com/nextcloud-libraries/nextcloud-files/pull/1290)\([susnux](https://github.com/susnux)\)
100
115
* chore(deps): Bump @nextcloud/auth from 2.5.1 to 2.5.3
101
116
* chore(deps): Bump @nextcloud/capabilities from 1.2.0 to 1.2.1
102
117
* chore(deps): Bump @nextcloud/l10n from 3.3.0 to 3.4.1
0 commit comments