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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ To make work with nodes easier a new constant has been introduced:
55
55
(whereas `Permission.UPDATE` only indicates the file can be updates as in renamed or moved).
56
56
This is similar to the `Permission.CREATE` for folders.
57
57
58
+
#### Navigation view registration
59
+
* Allow to register multiple views at once.
60
+
58
61
## 4.0.0-rc.0 - 2026-01-15
59
62
### 🚀 Enhancements
60
63
* feat(sidebar): allow to postpone definition of sidebar tabs [\#1459](https://github.com/nextcloud-libraries/nextcloud-files/pull/1459)\([susnux](https://github.com/susnux)\)
@@ -232,11 +235,11 @@ This is similar to the `Permission.CREATE` for folders.
* Scope package into modules [\#1025](https://github.com/nextcloud-libraries/nextcloud-files/pull/1025)\([susnux](https://github.com/susnux)\)
238
+
* Scope package into modules [\#1025](https://github.com/nextcloud-libraries/nextcloud-files/pull/1025)\([susnux](https://github.com/susnux)\)
236
239
All DAV related functions are now moved to the `@nextcloud/files/dav` module.
237
240
You can still import them from the main entrypoint, but this is now deprecated.
238
241
New functions will only be available in the `@nextcloud/files/dav` entrypoint.
239
-
* feat: Add reset method to file list filters [\#1116](https://github.com/nextcloud-libraries/nextcloud-files/pull/1116)\([susnux](https://github.com/susnux)\)
242
+
* feat: Add reset method to file list filters [\#1116](https://github.com/nextcloud-libraries/nextcloud-files/pull/1116)\([susnux](https://github.com/susnux)\)
240
243
* feat: Add current folder context for file list actions [\#1113](https://github.com/nextcloud-libraries/nextcloud-files/pull/1113)\([Pytal](https://github.com/Pytal)\)
241
244
* feat: Allow cloning a node [\#1077](https://github.com/nextcloud-libraries/nextcloud-files/pull/1077)\([Pytal](https://github.com/Pytal)\)
242
245
* feat(FileAction): Allow to set `destructive` flag [\#1076](https://github.com/nextcloud-libraries/nextcloud-files/pull/1076)\([susnux](https://github.com/susnux)\)
0 commit comments