Skip to content

Commit 5f8105a

Browse files
authored
Merge pull request #7620 from nextcloud-libraries/chore/release-v8
chore: prepare release of v8.32.0
2 parents 9449592 + b6aa971 commit 5f8105a

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55

66
# Changelog
77

8+
## [v8.31.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.32.0) (2025-10-06)
9+
### πŸš€ Enhancements
10+
* feat(NcColorPicker): allow to clear selected value [\#7531](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7531)
11+
* feat(NcModal): add new `closeButtonOutside` prop and deprecated `closeButtonContained` [\#7553](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7553) \([Antreesy](https://github.com/Antreesy)\)
12+
13+
### πŸ› Fixed bugs
14+
* fix(useHotKey): use correct callback type [\#7511](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7511)
15+
* fix(NcRadioGroupButton): adjust hight if needed [\#7554](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7554)
16+
* fix(NcAvatar): log error and URL on error [\#7561](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7561) \([ChristophWurst](https://github.com/ChristophWurst)\)
17+
* fix(console): fix log context object [\#7563](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7563) \([ChristophWurst](https://github.com/ChristophWurst)\)
18+
* fix(NcAppContent): avoid double content mount [\#7619](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7619)
19+
* fix(NcAppContent): add reactivity to pane config key [\#7573](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7573) \([GVodyanov](https://github.com/GVodyanov)\)
20+
21+
### Other Changes
22+
* refactor(NcColorPicker): migrate component to Typescript and script-setup [\#7532](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7532)
23+
* refactor(NcAppSettingsDialog): migrate to Typescript and script-setup [\#7517](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7517)
24+
825
## [v8.31.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.31.0) (2025-09-11)
926
### πŸ“ Notes
1027
The `NcSettingsInputText` component was deprecated,

β€Ž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/vue",
3-
"version": "8.31.0",
3+
"version": "8.32.0",
44
"description": "Nextcloud vue components",
55
"keywords": [
66
"vuejs",

0 commit comments

Comments
Β (0)