Skip to content

v8.38.0

Choose a tag to compare

@Antreesy Antreesy released this 27 Apr 12:07
· 89 commits to stable8 since this release
02536bf

v8.38.0 (2026-04-24)

Full Changelog

๐Ÿ“ Notes

  • 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

๐Ÿ› Fixed bugs

Other Changes