From 9663033f4e8e0eb7a63af85e193b9fae6fffe4a5 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 9 Dec 2025 12:54:48 +0100 Subject: [PATCH] chore: v4.0.0-beta.4 Signed-off-by: skjnldsv --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 492ed082..da568417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,12 +44,23 @@ type ActionContext = { + action.exec({ nodes, view, folder, contents }): Promise ``` +## 4.0.0-beta.4 - 2025-12-09 +### 🐛 Fixed bugs +* fix(node): better special character encoding and detection by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1398 + +### Other changes +* chore(deps-dev): Bump typedoc from 0.28.14 to 0.28.15 by @dependabot[bot] in https://github.com/nextcloud-libraries/nextcloud-files/pull/1394 +* chore(deps-dev): Bump vite from 7.2.4 to 7.2.6 by @dependabot[bot] in https://github.com/nextcloud-libraries/nextcloud-files/pull/1397 +* chore(deps-dev): Bump @vitest/coverage-istanbul from 4.0.14 to 4.0.15 by @dependabot[bot] in https://github.com/nextcloud-libraries/nextcloud-files/pull/1396 + ## 4.0.0-beta.3 - 2025-12-03 ### 💥 Breaking changes * refactor(Node)!: make `Node.root` a required attribute by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1388 + ### 🐛 Fixed bugs * fix(actions): only pass a single node to renderInline by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1391 * fix(actions): add back nodes contents to view action params by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1392 + ### Other changes * chore(Node)!: remove deprecated `isDavRessource` by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1390 * chore(deps): align and update vitest dependencies by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1389 diff --git a/package-lock.json b/package-lock.json index cf760e98..ae2d8116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/files", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/files", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.3", diff --git a/package.json b/package.json index edd3e511..bdaa6f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/files", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "description": "Nextcloud files utils", "keywords": [ "nextcloud",