|
6 | 6 |
|
7 | 7 | All notable changes to this project will be documented in this file. |
8 | 8 |
|
| 9 | +## 4.0.0-beta.0 - 2025-11-27 |
| 10 | +### 💥 Breaking changes |
| 11 | +* fix(node): cloning by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1348 |
| 12 | +* feat(actions): standardize contexts by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1124 |
| 13 | + |
| 14 | +### 🚀 Enhancements |
| 15 | +* feat(node): allow to cast as JSON by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/1349 |
| 16 | + |
| 17 | +### 🐛 Fixed bugs |
| 18 | +* fix(sortNodes): do not trim "extension" of folder names by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1291 |
| 19 | + |
| 20 | +### Other changes |
| 21 | +* chore: align devEngines with apps by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1355 |
| 22 | +* chore: work around bug in `corepack` blocking dependency updates by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1292 |
| 23 | +* docs(View): improve documentation of `View.emptyView` by @susnux in https://github.com/nextcloud-libraries/nextcloud-files/pull/1290 |
| 24 | +* chore(deps): Bump @nextcloud/auth from 2.5.1 to 2.5.3 |
| 25 | +* chore(deps): Bump @nextcloud/capabilities from 1.2.0 to 1.2.1 |
| 26 | +* chore(deps): Bump @nextcloud/l10n from 3.3.0 to 3.4.1 |
| 27 | +* chore(deps): Bump @nextcloud/paths from 2.2.1 to 2.3.0 |
| 28 | +* chore(deps): Bump @nextcloud/router from 3.0.1 to 3.1.0 |
| 29 | +* chore(deps): Bump @nextcloud/sharing from 0.2.4 to 0.3.0 |
| 30 | +* chore(deps): Bump brace-expansion |
| 31 | +* chore(deps): Bump is-svg from 6.0.0 to 6.1.0 |
| 32 | +* chore(deps-dev): Bump @nextcloud/event-bus from 3.3.2 to 3.3.3 |
| 33 | +* chore(deps-dev): Bump @nextcloud/typings from 1.9.1 to 1.10.0 |
| 34 | +* chore(deps-dev): Bump @nextcloud/vite-config from 2.3.5 to 2.4.0 |
| 35 | +* chore(deps-dev): Bump @types/node from 24.0.3 to 24.10.0 |
| 36 | +* chore(deps-dev): Bump @vitest/coverage-istanbul from 4.0.6 to 4.0.13 |
| 37 | +* chore(deps-dev): Bump fast-xml-parser from 5.2.5 to 5.3.2 |
| 38 | +* chore(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1 |
| 39 | +* chore(deps-dev): Bump jsdom from 26.1.0 to 27.2.0 |
| 40 | +* chore(deps-dev): Bump sha.js from 2.4.11 to 2.4.12 |
| 41 | +* chore(deps-dev): Bump typedoc from 0.28.10 to 0.28.10 |
| 42 | +* chore(deps-dev): Bump typedoc-plugin-missing-exports from 4.0.0 to 4.1.2 |
| 43 | +* chore(deps-dev): Bump typescript from 5.8.3 to 5.9.3 |
| 44 | +* chore(deps-dev): Bump vite from 6.3.5 to 7.2.4 |
| 45 | +* chore(deps-dev): Bump vitest from 3.2.4 to 4.0.6 |
| 46 | + |
9 | 47 | ## 3.12.0 - 2025-07-24 |
10 | 48 | ### 🚀 Enhancements |
11 | 49 | * feat(actions): allow to define hotkey for file action [\#1288](https://github.com/nextcloud-libraries/nextcloud-files/pull/1288) \([susnux](https://github.com/susnux)\) |
|
0 commit comments