Skip to content

Releases: jfcere/ngx-markdown

v12.1.0

05 Feb 02:44
Compare
Choose a tag to compare

Security Update

This is a security update for Angular 12 to fix a vulnerability reported with marked version < 4.0.10

GHSA-5v2h-r2cx-5xgj
High Severity
Vulnerable versions: < 4.0.10
Patched version: 4.0.10

⚠ Breaking Changes

Javascript file for marked moved from node_modules/marked/lib/marked.js to node_modules/marked/marked.min.js and should be changed accordingly.

If you are using Angular CLI, you will need to change the path of marked file in the scripts section of your angular.json like this...

"scripts": [
- "node_modules/marked/lib/marked.js",
+ "node_modules/marked/marked.min.js",
  "node_modules/prismjs/prism.js",
  "node_modules/prismjs/components/prism-typescript.js",
  ...
]

Commits

v11.2.0

05 Feb 02:42
Compare
Choose a tag to compare

Security Update

This is a security update for Angular 11 to fix a vulnerability reported with marked version < 4.0.10

GHSA-5v2h-r2cx-5xgj
High Severity
Vulnerable versions: < 4.0.10
Patched version: 4.0.10

⚠ Breaking Changes

Javascript file for marked moved from node_modules/marked/lib/marked.js to node_modules/marked/marked.min.js and should be changed accordingly.

If you are using Angular CLI, you will need to change the path of marked file in the scripts section of your angular.json like this...

"scripts": [
- "node_modules/marked/lib/marked.js",
+ "node_modules/marked/marked.min.js",
  "node_modules/prismjs/prism.js",
  "node_modules/prismjs/components/prism-typescript.js",
  ...
]

Commits

v13.0.0

08 Nov 03:38
Compare
Choose a tag to compare

Update Angular 13

Library has been updated to support Angular 13.

It is recommended to stick with ngx-markdown v12.x.x if you are using Angular 12.

Commits

v12.0.1

22 May 18:02
Compare
Choose a tag to compare

Bug fixes

v12.0.0

16 May 17:51
Compare
Choose a tag to compare

Update Angular 12

Library has been updated to support Angular 12.

It is recommended to stick with ngx-markdown v11.x.x if you are using Angular 11.

Commits

v11.1.3

16 Apr 00:45
Compare
Choose a tag to compare

Bug fixes

v11.1.2

10 Mar 00:26
Compare
Choose a tag to compare

New features and enhancements

v11.1.1

02 Mar 00:26
Compare
Choose a tag to compare

New features and enhancements

v11.1.0

19 Feb 01:24
Compare
Choose a tag to compare

Dropping IE11 Support

ℹ️ Marked dependency has been updated to v2.0.0 and as stated in their changelog, IE11 will no longer be supported.

No longer supporting IE 11. IE 11 may still work but we are not committed to making sure it works with every update. We still provide an es5 version in lib/marked.js but some pollyfills may be needed for IE 11 in the future.

New features and enhancements

v11.0.1

04 Dec 02:37
Compare
Choose a tag to compare

Bug fixes