Skip to content

v15.1.0

Compare
Choose a tag to compare
@jfcere jfcere released this 15 Jan 19:19
· 74 commits to master since this release

New features and enhancements

  • Add disableSanitizer: boolean option as an input property to MarkdownComponent and as a parameter to MarkdownPipe, allowing to bypass the DOM sanitizer (default is false) (#430) (434b9c1) @paviad @jfcere
  • Add srcRelativeLink: boolean input property to MarkdownComponent to support relative links for remotely loaded markdown (default is false) (#431) (1dd4951) @datumgeek @jfcere

Special Thanks

🥇 Thanks to paviad for his contribution to adding the disableSanitizer option.
🥇 Thanks to datumgeek for his contribution to adding the srcRelativeLink option.