Skip to content

Commit 6e9fcf8

Browse files
committed
chore: prepare release v9.7.0
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 parent 961fa60 commit 6e9fcf8

3 files changed

Lines changed: 35 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,39 @@
77

88
All notable changes to this project will be documented in this file.
99

10+
## [v9.7.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.7.0) (2026-04-24)
11+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.6.0...v9.7.0)
12+
13+
### 📝 Notes
14+
* `NcRichText` component used with `useMarkdown = true` or `useExtendedMarkdown = true` no longer renders relative links that can not be resolved by Vue Router.
15+
They are might interfere with routing logic and considered not belonging to the application. Examples that are not rendered as a clickable link:
16+
* ``[unknown protocols](unknown:protocol)``
17+
* ``[unresolved relative link](internal_route)``
18+
* ``[relative parameters](?parameters=1)``
19+
* ``[relative anchor](#anchor)``
20+
21+
22+
### 🚀 Enhancements
23+
* feat(NcRichContenteditable): allow to pass `menuContainer` as string [\#8417](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8417) \([Antreesy](https://github.com/Antreesy)\)
24+
25+
### 🐛 Fixed bugs
26+
* fix(NcCheckboxRadioSwitch): use reactive state for group checkbox toggle [\#8324](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8324) \([pringelmann](https://github.com/pringelmann)\)
27+
* fix(NcRichText): do not escape markdown syntax when resolving reference [\#8351](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8351) \([Antreesy](https://github.com/Antreesy)\)
28+
* fix(NcPasswordField): reset validation state on change [\#8350](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8350) \([Antreesy](https://github.com/Antreesy)\)
29+
* fix(NcAppNavigation): close navigation on click outside for mobile dimensions [\#8284](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8284) \([grnd-alt](https://github.com/grnd-alt)\)
30+
* fix(NcAvatar): redirect to guest avatar if avatar does not exist [\#8440](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8440) \([skjnldsv](https://github.com/skjnldsv)\)
31+
* fix(NcModal): prevent focus trap race condition [\#8093](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8093) \([nikhil2297](https://github.com/nikhil2297)\)
32+
* fix(NcRichText): do not render nested links in markdown [\#8449](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8449) \([Antreesy](https://github.com/Antreesy)\)
33+
* fix(NcRichText)!: do not render invalid relative markdown links [\#8397](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8397) \([Antreesy](https://github.com/Antreesy)\)
34+
35+
### Other Changes
36+
* Updated translations
37+
38+
## New Contributors
39+
* @pringelmann made their first contribution in https://github.com/nextcloud-libraries/nextcloud-vue/pull/8324
40+
1041
## [v9.6.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.6.0) (2026-03-13)
42+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.5.0...v9.6.0)
1143
### 🚀 Enhancements
1244
* feat(NcFilePicker): add picker component to select local files [\#7097](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7097) \([susnux](https://github.com/susnux)\)
1345
* feat(emoji): extend 'emojiAddRecent' to allow pass emoji as an argument [\#8288](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8288) \([Antreesy](https://github.com/Antreesy)\)

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": "9.6.0",
3+
"version": "9.7.0",
44
"description": "Nextcloud vue components",
55
"keywords": [
66
"vuejs",

0 commit comments

Comments
 (0)