Skip to content

Releases: jfcere/ngx-markdown

v8.0.2

01 Jun 19:00
Compare
Choose a tag to compare

Bug fixes

v8.0.1

30 May 02:31
66e9002
Compare
Choose a tag to compare

Bug fixes

v8.0.0

30 May 01:45
5244ef3
Compare
Choose a tag to compare

Update Angular 8

Library has been updated to support Angular 8. As per Angular Documentation the new version stays backward compatible with Angular 7. For this reason updating ngx-markdown should bring no breaking changes.

If you experience any problems concerning backward compatibility or anything please fill out an issue.

Breaking Changes

  • Should be none

Commits

v7.1.5

06 Apr 18:37
Compare
Choose a tag to compare

Bug fixes

v7.1.4

01 Mar 03:03
Compare
Choose a tag to compare

Bug fixes

v7.1.3

30 Jan 01:49
Compare
Choose a tag to compare

Bug fixes

v7.1.2

26 Jan 19:25
Compare
Choose a tag to compare

Bug fixes

  • Return empty string when value is null/undefined using MarkdownPipe (#133) (466c129) @jfcere

v7.1.1

16 Jan 23:24
Compare
Choose a tag to compare

Bug fixes

  • Fix MarkdownService.highlight() backward compatibility by making element parameter optional (#131) (a5d1783) @jfcere

v7.1.0

13 Jan 20:55
Compare
Choose a tag to compare

New features and enhancements

v7.0.4

09 Jan 02:14
Compare
Choose a tag to compare

New features and enhancements

  • Update marked to to v0.6.0 and @types/marked dependencies to v0.6.0 (#127) (7f5244c) @jfcere