Skip to content

Releases: jfcere/ngx-markdown

v1.3.0

23 Aug 05:27
Compare
Choose a tag to compare

Enhancement

The library is now distributed in plain Javascript with definitelytyped files instead of TypeScript (also includes UMD bundle files).

⚠️ Please note that breaking changes are no longer valid in version 1.3.1 Please be sure to be up-to-date to avoid the strikethrough step below.

Breaking changes

Library marked is no longer automatically imported which means you will need to add marked.js file manually to you application.

v1.2.1

04 Jun 20:43
Compare
Choose a tag to compare

v1.2.0

03 Jun 17:59
Compare
Choose a tag to compare

v1.1.3

07 May 16:49
Compare
Choose a tag to compare

v1.1.2

26 Mar 17:52
Compare
Choose a tag to compare
  • Fixed error: 'Prism' refers to a UMD global, but the current file is a module. Consider adding an import instead (88f7793) @jfcere
  • Update readme.md (8671517) @jfcere

v1.1.1

20 Mar 00:02
Compare
Choose a tag to compare
  • set peerDependencies

v1.1.0

14 Mar 13:12
Compare
Choose a tag to compare
  • Updated @angular/cli @ 1.0.0-rc.1
  • Updated readme.md

v1.0.0 - Stable Release

04 Mar 20:02
Compare
Choose a tag to compare

Official release as there will still be improvements but basics are here to stay.

v0.1.0

04 Mar 20:00
Compare
Choose a tag to compare
  • Improved support for tables and blockquotes

v0.0.9

23 Feb 04:38
Compare
Choose a tag to compare
  • Updated @angular/cli @ 1.0.0-beta.32.3
  • Fixed typing error for ObservableError in markdown-to-html.service.ts