Skip to content

Commit 0885b45

Browse files
committed
chore: Bump version to 4.0.0-rc.1
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent 0781fc5 commit 0885b45

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ To make work with nodes easier a new constant has been introduced:
5555
(whereas `Permission.UPDATE` only indicates the file can be updates as in renamed or moved).
5656
This is similar to the `Permission.CREATE` for folders.
5757

58+
#### Navigation view registration
59+
* Allow to register multiple views at once.
60+
5861
## 4.0.0-rc.0 - 2026-01-15
5962
### 🚀 Enhancements
6063
* 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.
232235
[Full changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.9.2...v3.10.0)
233236

234237
### Added
235-
* 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)\)
236239
All DAV related functions are now moved to the `@nextcloud/files/dav` module.
237240
You can still import them from the main entrypoint, but this is now deprecated.
238241
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)\)
240243
* feat: Add current folder context for file list actions [\#1113](https://github.com/nextcloud-libraries/nextcloud-files/pull/1113) \([Pytal](https://github.com/Pytal)\)
241244
* feat: Allow cloning a node [\#1077](https://github.com/nextcloud-libraries/nextcloud-files/pull/1077) \([Pytal](https://github.com/Pytal)\)
242245
* feat(FileAction): Allow to set `destructive` flag [\#1076](https://github.com/nextcloud-libraries/nextcloud-files/pull/1076) \([susnux](https://github.com/susnux)\)

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/files",
3-
"version": "4.0.0-rc.0",
3+
"version": "4.0.0-rc.1",
44
"description": "Nextcloud files utils",
55
"keywords": [
66
"nextcloud",
@@ -93,4 +93,4 @@
9393
"version": "^24.0.0"
9494
}
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)