Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/vue",
"version": "9.11.0",
"version": "9.12.0",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",
Expand Down
Loading