Skip to content

Releases: jfcere/ngx-markdown

v10.0.0

01 Jul 01:38
Compare
Choose a tag to compare

Update Angular 10

Library has been updated to support Angular 10.

Due to TypeScript 3.9 and TSLib 2.0 the library might not be fully compatible with Angular 9 therefore dependencies have been adjusted accordingly.

It is recommended to use ngx-markdown 9 if you are using Angular 9.

Commits

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