You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NcRichText component used with useMarkdown = true or useExtendedMarkdown = true no 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
feat(NcRichContenteditable): allow to pass menuContainer as string #8417 (Antreesy)
๐ Fixed bugs
fix(NcCheckboxRadioSwitch): use reactive state for group checkbox toggle #8324 (pringelmann)
fix(NcRichText): do not escape markdown syntax when resolving reference #8351 (Antreesy)
fix(NcPasswordField): reset validation state on change #8350 (Antreesy)
fix(NcAppNavigation): close navigation on click outside for mobile dimensions #8284 (grnd-alt)
fix(NcAvatar): redirect to guest avatar if avatar does not exist #8440 (skjnldsv)