Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-31 | 1.2 kB | |
v20.0.0 source code.tar.gz | 2025-05-31 | 254.4 kB | |
v20.0.0 source code.zip | 2025-05-31 | 301.7 kB | |
Totals: 3 Items | 557.3 kB | 1 |
Update Angular 20
Library has been updated to support Angular 20.
It is recommended to stick with ngx-markdown v19.x.x if you are using Angular 19.
New features and enhancements
- Update to Angular 20
- Remove direct uses of function when providing marked extensions through
MarkdownModuleConfig.markedExtensions
- Remove
AsyncPipe
from the library to reduce bundle size
⚠ Breaking changes
- The configuration property
MarkdownModuleConfig.markedExtensions
no longer accepts an array of functions as a parameter but requires the use ofMARKED_EXTENTIONS
injection token (see marked extensions for instruction)
Special Thanks
🥇 Thanks to @arturovt for his first contribution in removing AsyncPipe
(#587)
Commits
- feat!: update to angular 20 (#584) (7705c86fb1466f11c4e954315d24b726ef2e2434) @jfcere
- feat!: remove direct use of functions for MarkdownModuleConfig.markedExtensions (#586) (4d40ae5883673522b3b407e617963ae05c5850d5) @jfcere
- refactor: remove async pipe from library (#587) (a33b3b5ac3e9374857f39e672a3bbc20ee5268cd) @arturovt