diff --git a/CHANGELOG.md b/CHANGELOG.md index 7843bd7235..0a5e9701d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ All notable changes to this project will be documented in this file. +## [v9.12.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.12.0) (2026-09-11) +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.11.0...v9.12.0) + +### 🚀 Enhancements +* feat(NcUploadPicker): migrate component from `@nextcloud/upload` [\#7882](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7882) \([susnux](https://github.com/susnux)\) + +### 🐛 Fixed bugs +* fix: modal height in small screen [\#8859](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8859) \([kristian-zendato](https://github.com/kristian-zendato)\) +* fix(NcDateTimePicker): for week picker do not show time picker [\#8923](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8923) \([odzhychko](https://github.com/odzhychko)\) +* fix(NcAvatar): pick the avatar variant a display actually needs [\#8948](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8948) \([pringelmann](https://github.com/pringelmann)\) +* fix(NcReferenceList): do not flash empty widget list before first fetch [\#8865](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8865) \([jospoortvliet](https://github.com/jospoortvliet)\) +* fix: update profile hovercard content data [\#8885](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8885) \([kristian-zendato](https://github.com/kristian-zendato)\) + +### Other Changes +* Revert "feat(NcAppNavigation): add animation effect for navigation items" [\#8939](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8939) \([susnux](https://github.com/susnux)\) +* Updated dependencies +* Updated translations + ## [v9.11.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.11.0) (2026-08-28) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.10.0...v9.11.0) diff --git a/package-lock.json b/package-lock.json index fc44df3810..fa1ca0a3e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/vue", - "version": "9.11.0", + "version": "9.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/vue", - "version": "9.11.0", + "version": "9.12.0", "license": "AGPL-3.0-or-later", "dependencies": { "@ckpack/vue-color": "^1.6.0", diff --git a/package.json b/package.json index 196e3f912e..c21414157e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/vue", - "version": "9.11.0", + "version": "9.12.0", "description": "Nextcloud vue components", "keywords": [ "vuejs",