Releases: jfcere/ngx-markdown
v12.1.0
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
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
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
v12.0.0
v11.1.3
v11.1.2
v11.1.1
v11.1.0
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.