Skip to content

Commit 6962453

Browse files
committed
chore: v4.0.0-beta.3
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 5423909 commit 6962453

3 files changed

Lines changed: 265 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ type ActionContext = {
4444
+ action.exec({ nodes, view, folder, contents }): Promise<boolean>
4545
```
4646

47+
## 4.0.0-beta.3 - 2025-12-03
48+
### 💥 Breaking changes
49+
* refactor(Node)!: make `Node.root` a required attribute by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1388
50+
### 🐛 Fixed bugs
51+
* fix(actions): only pass a single node to renderInline by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1391
52+
* fix(actions): add back nodes contents to view action params by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1392
53+
### Other changes
54+
* chore(Node)!: remove deprecated `isDavRessource` by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1390
55+
* chore(deps): align and update vitest dependencies by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1389
56+
4757
## 4.0.0-beta.2 - 2025-11-27
4858
### 💥 Breaking changes
4959
* chore!: drop deprecated DAV exports from main entry point by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1384

0 commit comments

Comments
 (0)