|
5 | 5 |
|
6 | 6 | # Changelog |
7 | 7 |
|
| 8 | +## [v8.38.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.38.0) (2026-04-24) |
| 9 | +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.37.0...v8.38.0) |
| 10 | + |
| 11 | +### π Notes |
| 12 | +* `NcRichText` component used with `useMarkdown = true` or `useExtendedMarkdown = true` no longer renders relative links that can not be resolved by Vue Router. |
| 13 | +They are might interfere with routing logic and considered not belonging to the application. Examples that are not rendered as a clickable link: |
| 14 | + * ``[unknown protocols](unknown:protocol)`` |
| 15 | + * ``[unresolved relative link](internal_route)`` |
| 16 | + * ``[relative parameters](?parameters=1)`` |
| 17 | + * ``[relative anchor](#anchor)`` |
| 18 | + |
| 19 | +### π Enhancements |
| 20 | +* [stable8] feat(NcRichContenteditable): allow to pass `menuContainer` as string [\#8424](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8424) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
| 21 | + |
| 22 | +### π Fixed bugs |
| 23 | +* [stable8] fix(NcCheckboxRadioSwitch): use reactive state for group checkbox toggle [\#8355](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8355) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
| 24 | +* [stable8] fix(NcRichText): do not escape chars when resolving reference [\#8356](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8356) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
| 25 | +* [stable8] fix(NcFormBox): add NcButton to supported components [\#7898](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7898) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
| 26 | +* [stable8] fix(NcAvatar): redirect to guest avatar if avatar doesnt exist [\#8445](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8445) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
| 27 | +* [stable8] fix(NcPasswordField): reset validation on change [\#8357](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8357) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
| 28 | +* [stable8] fix: set clickOutsideDeactivates [\#8379](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8379) \([grnd-alt](https://github.com/grnd-alt)\) |
| 29 | +* [stable8] fix(NcAppNavigation): also emit `navigation-toggled` on mobile change [\#8354](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8354) \([skjnldsv](https://github.com/skjnldsv)\) |
| 30 | +* [stable8] fix(NcRichText): do not render nested links in markdown [\#8465](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8465) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
| 31 | +* [stable8] fix(NcRichText): do not render invalid relative markdown links [\#8467](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8467) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
| 32 | + |
| 33 | +### Other Changes |
| 34 | +* [stable8] chore(NcActions): outline icons in docs [\#7921](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7921) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
| 35 | + |
| 36 | + |
8 | 37 | ## [v8.37.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.37.0) (2026-03-13) |
| 38 | +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.36.0...v8.37.0) |
| 39 | + |
9 | 40 | ### π Enhancements |
10 | 41 | * feat(NcFilePicker): add picker component to select local files [\#8180](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8180) |
11 | 42 | * feat(emoji): extend 'emojiAddRecent' to allow pass emoji as an argument [\#8290](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8290) |
|
25 | 56 | * test(cypress): adjust workflow and fix broken tests [\#8178](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8178) \([susnux](https://github.com/susnux)\) |
26 | 57 |
|
27 | 58 | ## [v8.36.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.36.0) (2026-02-04) |
| 59 | +[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.35.3...v8.36.0) |
28 | 60 |
|
29 | 61 | ### π Enhancements |
30 | 62 | * [stable8] feat(NcRadioGroupButton): add disabled state styling to NcRadioGroupButton [\#8126](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8126) \([backportbot[bot]](https://github.com/backportbot[bot])\) |
|
0 commit comments