Update Angular 19
Library has been updated to support Angular 19.
It is recommended to stick with ngx-markdown v18.x.x if you are using Angular 18.
New features and enhancements
- Update to Angular 19
- Update
marked
dependency to 15.0.0 - Add global configuration for
mermaid
plugin and update options
⚠ Breaking changes
Marked dependency
Marked has been updated to the latest version, 15.0.0. The renderer token override functions have changed and need to be adjusted. Extension packages will also need to be updated to match the new marked version.
Mermaid plugin
Mermaid options have been updated and bring model changes. Minor adjustments will need to be made, please refer to lib/src/mermaid-options.ts for updated typings.
Special thanks
🥇 Thanks to @pkurcx for his contribution to update Angular 19.