Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Releases: nextcloud-libraries/vue-richtext

v2.0.0

31 Aug 12:49
6a75823
Compare
Choose a tag to compare

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 dropped
  • disableMarkdownBlockFeatures has been dropped
  • disableMarkdownInlineFeatures 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

23 Nov 21:07
Compare
Choose a tag to compare
  • Fix issue where newlines were not properly rendered in non-markdown mode
  • Bump dependencies

v1.0.0

05 Nov 21:37
Compare
Choose a tag to compare

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

29 Aug 06:50
abcb8dd
Compare
Choose a tag to compare
  • Dependency updates
  • Remove unneeded @nextcloud/vue peer dependency

v0.3.2

14 Jul 20:37
87a7a8f
Compare
Choose a tag to compare
  • Strip trailing ')' from detected links #174
  • Bump dependencies

v0.3.1

06 Apr 11:32
557d0b7
Compare
Choose a tag to compare
  • Change url-regex to recognize urls with custom ports #62
  • Bump dependencies

v0.3.0

24 Feb 10:51
2cbd18c
Compare
Choose a tag to compare
  • 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

17 Feb 08:49
09e1989
Compare
Choose a tag to compare
  • Move to functional component
  • Make links .external @nickvergessen
  • Dependency bumps

v0.2.0

31 Jan 08:21
6bcfdb4
Compare
Choose a tag to compare
  • Implement automatic links for URLs
  • Dependency bumps

v0.1.1

30 Jan 11:47
f7289e3
Compare
Choose a tag to compare
0.1.1