Skip to content

Commit 983fe40

Browse files
authored
Merge pull request #1493 from nextcloud-libraries/chore/prepare-rc3
chore: prepare v4.0.0-rc.3
2 parents 2ef1d67 + a4a095f commit 983fe40

3 files changed

Lines changed: 38 additions & 96 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ instead just make sure to implement the provided interfaces.
8787
+ registerFileAction({ ... })
8888
```
8989

90+
## 4.0.0-rc.3 - 2026-02-09
91+
### Other changes
92+
* refactor: scope global state to major version of library [\#1492](https://github.com/nextcloud-libraries/nextcloud-files/pull/1492)
93+
To prevent apps breaking the files app with outdated library versions, all registered actions, views etc are now scoped.
94+
Meaning you have to use a compatible library version, e.g. its required to use the `@nextcloud/files` library v4 for Nextcloud 33+.
95+
Otherwise the registered entities are not picked up by the files app.
96+
9097
## 4.0.0-rc.2 - 2026-02-06
9198
### 🐛 Fixed bugs
9299
* fix: properly export all public API [\#1485](https://github.com/nextcloud-libraries/nextcloud-files/pull/1485)

0 commit comments

Comments
 (0)