v6.0.0
ngx-markdown v6.0.0
- Version has been bumped to
6.0.0
to be aligned with Angular - Repository now uses Angular's library architecture
- Npm package is now published following the Angular Package Format (APF) specifications and bundled in FESM2015, FESM5, and UMD formats to be consumed by Angular CLI, Webpack, or SystemJS
MarkdownModule.forRoot()
method can now optionally accept an instance ofHttpClient
as parameter to avoid conflict with interceptors when using lazy-loaded modules (see issue angular/angular#20575)
Breaking Changes
MarkdownModule.forRoot()
method parameters have changed- Npm package folders structure has changed
Prism
syntax higlight package is now set as a dependency and no longer requires to be added manualy to yourpackage.json
althought it remains optional and do not have to be included into your application if not wanted.
Be sure to follow the README.md for installation if needed.