Skip to content

Releases: voxmedia/convert-rich-text

v6.1.0

01 May 22:10
7ac96c2
Compare
Choose a tag to compare

Update public HTML of autolinks to optionally include data-source attribute when source exists in the rich text.

v6.0.1

02 Apr 18:49
Compare
Choose a tag to compare

Moved to GitHub actions for CI and updated several dev dependencies to address security warnings. No changes to lib code.

v6.0.0

23 Sep 21:31
615da97
Compare
Choose a tag to compare

This release removes all references to internal or private methods and formats, as well as the toInternalHtml export. This is not a backward-compatible change.

v5.4.1

18 Jun 18:00
14b49c8
Compare
Choose a tag to compare

Addresses security vulnerabilities in development dependencies:

  • Updates all devDependencies with security vulnerabilities
  • Updates karma and webpack configs to match new releases

v5.4.0

16 Jun 21:03
cb1eee8
Compare
Choose a tag to compare

Update jsdom and lodash dependencies

  • Resolves security alerts around jsdom and lodash dependencies.
  • Updates CI badge URL in README.md
  • Cleans up package management-This repo uses yarn, package-lock.json is no longer required here.
  • Updates base support for node.js v10 and v12, this has been reflected in the CI
    test configuration.