Skip to content

Releases: jfcere/ngx-markdown

v7.0.3

16 Dec 18:31
Compare
Choose a tag to compare

New features and enhancements

  • Update @types/marked to v0.5.0 and marked dependencies to v0.5.2 (#123) (f852b7e) @jfcere

v7.0.2

13 Nov 22:53
Compare
Choose a tag to compare

Bug fixes

v7.0.1

13 Nov 04:02
Compare
Choose a tag to compare

Bug fixes

v7.0.0

20 Oct 20:14
250ab40
Compare
Choose a tag to compare

ngx-markdown v7.0.0

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

Breaking Changes

  • None

Commits

v6.3.0

12 Oct 00:33
Compare
Choose a tag to compare

Breaking Changes

Please note that markdown component/directive no longer comes with default styling. This change affects table and blockquote HTML elements only but still, we suggest you review your pages.

New features and enhancements

v6.2.2

10 Oct 00:41
Compare
Choose a tag to compare

Bug fixes

  • Fix Renderer type definition by updating @types/marked dependency (#105) (1fbbf28) @jfcere

v6.2.1

29 Sep 17:26
bf23a85
Compare
Choose a tag to compare

Bug fixes

  • Fix indent detection causing first line characters sometimes to be cut (#99) (bf23a85) @jfcere

v6.2.0

25 Aug 15:53
Compare
Choose a tag to compare

New features and enhancements

Bug fixes

v6.1.0

21 Jun 03:44
Compare
Choose a tag to compare

New features and enhancements

Bug fixes

  • Fix MarkdownPipe flickering when value is updated (977afd1)

v6.0.1

29 May 01:34
Compare
Choose a tag to compare

Bug fixes