Skip to content

Releases: jfcere/ngx-markdown

v9.1.1

20 May 00:31
Compare
Choose a tag to compare

Bug fixes

v9.1.0

18 May 14:21
Compare
Choose a tag to compare

New features and enhancements

v9.0.0

14 Feb 02:20
Compare
Choose a tag to compare

Update Angular 9

Library has been updated to support Angular 9. As per Angular Documentation the new version stays backward compatible with Angular 8.

Dependencies as been updated to support Marked ^0.8.0 which brings a few breaking changes due to some deprecation.

⚠️ Breaking Changes

The following modifications has been done to MarkdownModule configuration:

  • Removed MarkedOptions.tables option (now enabled with gfm)
  • Removed MarkedOptions.sanitize and sanitizer options (deprecated by marked.js)
  • Changed MarkedOptions.smartLists default value to false (to be inline with marked.js)
  • Added sanitize option to specify SecurityContext when sanitizing (defaulted to SecurityContext.HTML)

📘 Please refer to sanitization section of the README.md file regarding the sanitize configuration with MarkdownModule.forRoot().

Commits

v8.2.2

28 Jan 01:54
Compare
Choose a tag to compare

New features and enhancements

Bug fixes

v8.2.1

12 Oct 02:42
Compare
Choose a tag to compare

Bug fixes

v8.2.0

08 Oct 01:52
Compare
Choose a tag to compare

New features and enhancements

🥇 Special thanks to @DomiDre for his contribution!

v8.1.2

05 Oct 04:53
Compare
Choose a tag to compare

Bug fixes

v8.1.1

28 Sep 18:15
Compare
Choose a tag to compare

Bug fixes

v8.1.0

06 Jul 18:26
Compare
Choose a tag to compare

New features and enhancements

v8.0.2

01 Jun 19:00
Compare
Choose a tag to compare

Bug fixes