Skip to content

Releases: jfcere/ngx-markdown

v7.0.2

13 Nov 22:53
Compare
Choose a tag to compare

Bug fixes

v7.0.1

13 Nov 04:02
Compare
Choose a tag to compare

Bug fixes

v7.0.0

20 Oct 20:14
250ab40
Compare
Choose a tag to compare

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

12 Oct 00:33
Compare
Choose a tag to compare

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

10 Oct 00:41
Compare
Choose a tag to compare

Bug fixes

  • Fix Renderer type definition by updating @types/marked dependency (#105) (1fbbf28) @jfcere

v6.2.1

29 Sep 17:26
bf23a85
Compare
Choose a tag to compare

Bug fixes

  • Fix indent detection causing first line characters sometimes to be cut (#99) (bf23a85) @jfcere

v6.2.0

25 Aug 15:53
Compare
Choose a tag to compare

New features and enhancements

Bug fixes

v6.1.0

21 Jun 03:44
Compare
Choose a tag to compare

New features and enhancements

Bug fixes

  • Fix MarkdownPipe flickering when value is updated (977afd1)

v6.0.1

29 May 01:34
Compare
Choose a tag to compare

Bug fixes

v6.0.0

28 May 03:19
Compare
Choose a tag to compare

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 of HttpClient 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 your package.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.

Commits