This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
Releases: nextcloud-libraries/vue-richtext
Releases · nextcloud-libraries/vue-richtext
v2.0.0
Breaking changes
A couple of rendering options have been removed due to complications with the
new remark/rehype versions. Those may be re-added in the future, but currently
are considered unsupported:
markdownCssClasses
have been droppeddisableMarkdownBlockFeatures
has been droppeddisableMarkdownInlineFeatures
has been dropped
Enhancements
- Link preview using the server references APP (Requires Nextcloud 25)
- Plain text rendering is no longer using remark/rehype
- Bundling with vite and exposing es modules
v1.0.1
- Fix issue where newlines were not properly rendered in non-markdown mode
- Bump dependencies
v1.0.0
This version adds markdown support to the rich text component and refactors the parsing and placeholder replacement to use rehype/remark.
See the documentation for a full example on the new markdown functionallity.
Thanks a lot to @Cacodaimon for working on this.
v0.3.3
- Dependency updates
- Remove unneeded
@nextcloud/vue
peer dependency
v0.3.2
v0.3.1
v0.3.0
- Simplify split logic and keep brackets in fallback
- Do not add dot,comma,semicolon at the end of a link to the href
- Allow apps to overwrite the link component
- Bump dependencies
v0.2.1
- Move to functional component
- Make links .external @nickvergessen
- Dependency bumps
v0.2.0
- Implement automatic links for URLs
- Dependency bumps
v0.1.1
0.1.1