v8.38.0
v8.38.0 (2026-04-24)
๐ Notes
NcRichTextcomponent used withuseMarkdown = trueoruseExtendedMarkdown = trueno longer renders relative links that can not be resolved by Vue Router.
They are might interfere with routing logic and considered not belonging to the application. Examples that are not rendered as a clickable link:[unknown protocols](unknown:protocol)[unresolved relative link](internal_route)[relative parameters](?parameters=1)[relative anchor](#anchor)
๐ Enhancements
- [stable8] feat(NcRichContenteditable): allow to pass
menuContaineras string #8424 (backportbot[bot])
๐ Fixed bugs
- [stable8] fix(NcCheckboxRadioSwitch): use reactive state for group checkbox toggle #8355 (backportbot[bot])
- [stable8] fix(NcRichText): do not escape chars when resolving reference #8356 (backportbot[bot])
- [stable8] fix(NcFormBox): add NcButton to supported components #7898 (backportbot[bot])
- [stable8] fix(NcAvatar): redirect to guest avatar if avatar doesnt exist #8445 (backportbot[bot])
- [stable8] fix(NcPasswordField): reset validation on change #8357 (backportbot[bot])
- [stable8] fix: set clickOutsideDeactivates #8379 (grnd-alt)
- [stable8] fix(NcAppNavigation): also emit
navigation-toggledon mobile change #8354 (skjnldsv) - [stable8] fix(NcRichText): do not render nested links in markdown #8465 (backportbot[bot])
- [stable8] fix(NcRichText): do not render invalid relative markdown links #8467 (backportbot[bot])
Other Changes
- [stable8] chore(NcActions): outline icons in docs #7921 (backportbot[bot])