Skip to content

Commit 10ed12e

Browse files
authored
Merge pull request #1387 from nextcloud-libraries/chore/release-beta2
2 parents f442781 + 92d9885 commit 10ed12e

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ type ActionContext = {
4242
+ action.exec({ nodes, view, folder, contents }): Promise<boolean>
4343
```
4444

45+
## 4.0.0-beta.2 - 2025-11-27
46+
### 💥 Breaking changes
47+
* chore!: drop deprecated DAV exports from main entry point by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1384
48+
* chore!: remove deprecated filename validation fallbacks for Nextcloud 29 and below by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1383
49+
* chore!: remove deprecated `NewMenuEntry.iconClass` by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1385
50+
51+
### Other changes
52+
* fix(actions): rename content to contents by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1386
4553

4654
## 4.0.0-beta.1 - 2025-11-27
4755
### 🐛 Fixed bugs

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/files",
3-
"version": "4.0.0-beta.1",
3+
"version": "4.0.0-beta.2",
44
"description": "Nextcloud files utils",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)