Skip to content

v14.0.0

Compare
Choose a tag to compare
@jfcere jfcere released this 16 Jun 01:39
· 76 commits to master since this release

Update Angular 14

Library has been updated to support Angular 14.

It is recommended to stick with ngx-markdown v13.x.x if you are using Angular 13.

⚠ Breaking Changes

  • MarkdownService.compile function has been renamed to parse and its parameters combined into the parseOptions object
  • MarkdownService.render function has been added to render elements once markdown has been parsed into HTML
  • MarkdownService.renderKatex function is now private and called within the MarkdownService.render function
  • Katex plugin now requires Katex Auto-render extension (refer to README.md for instructions)

New features and enhancements

Bug fixes

Special thanks

  • syabru for his contribution to add the inline parsing option
  • shanmukhateja for his contribution to add the re-rendering feature with the demo page