|
7 | 7 |
|
8 | 8 | All notable changes to this project will be documented in this file. |
9 | 9 |
|
| 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 | +* fix(NcAppNavigationSearch): Show search clear icon only when field contains something [\#8454](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8454) \([jancborchardt](https://github.com/jancborchardt)\) |
| 35 | + |
| 36 | +### Other Changes |
| 37 | +* Updated translations |
| 38 | + |
| 39 | +## New Contributors |
| 40 | +* @pringelmann made their first contribution in https://github.com/nextcloud-libraries/nextcloud-vue/pull/8324 |
| 41 | + |
10 | 42 | ## [v9.6.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.6.0) (2026-03-13) |
| 43 | +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.5.0...v9.6.0) |
11 | 44 | ### 🚀 Enhancements |
12 | 45 | * feat(NcFilePicker): add picker component to select local files [\#7097](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7097) \([susnux](https://github.com/susnux)\) |
13 | 46 | * 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)\) |
|
0 commit comments