Skip to content

v20.0.0

Latest
Compare
Choose a tag to compare
@jfcere jfcere released this 31 May 02:07

Update Angular 20

Library has been updated to support Angular 20.

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

New features and enhancements

  • Update to Angular 20
  • Remove direct uses of function when providing marked extensions through MarkdownModuleConfig.markedExtensions
  • Remove AsyncPipe from the library to reduce bundle size

⚠ Breaking changes

  • The configuration property MarkdownModuleConfig.markedExtensions no longer accepts an array of functions as a parameter but requires the use of MARKED_EXTENTIONS injection token (see marked extensions for instruction)

Special Thanks

🥇 Thanks to @arturovt for his first contribution in removing AsyncPipe (#587)

Commits