Releases: jfcere/ngx-markdown
Releases · jfcere/ngx-markdown
v7.0.2
v7.0.1
v7.0.0
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
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
v6.2.1
v6.2.0
v6.1.0
v6.0.1
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.