Skip to content

chore(deps): update dependency ngx-markdown to v22#1186

Merged
json-derulo merged 1 commit into
mainfrom
renovate/ngx-markdown-22.x
Jun 13, 2026
Merged

chore(deps): update dependency ngx-markdown to v22#1186
json-derulo merged 1 commit into
mainfrom
renovate/ngx-markdown-22.x

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ngx-markdown 21.3.022.0.0 age confidence

Release Notes

jfcere/ngx-markdown (ngx-markdown)

v22.0.0

Compare Source

Update Angular 22

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

New features and enhancements
  • Add support for Angular 22
  • Migrate math rendering with KaTeX from katex/auto-render to marked-katex-extension fixing important rendering problems
  • Deprecate MarkdownModule, which will be removed in the next major release in favour of provideMarkdown
⚠ Breaking changes
Fix for KaTeX math rendering
  • KaTeX support now requires the optional marked-katex-extension package in addition to katex.
  • Global KaTeX options can now be provided through the new katexOptions provider config in MarkdownModule.forRoot() or provideMarkdown() using the KATEX_OPTIONS injection token.
  • Updated KaTeX installation instructions: include katex.min.css and do not rely on the old KaTeX auto-render script configuration.
Migration guidance

Remove the old KaTeX script entries and keep styles entry from angular.json:

"styles": [
+ "node_modules/katex/dist/katex.min.css"
],
"scripts": [
- "node_modules/katex/dist/katex.min.js",
- "node_modules/katex/dist/contrib/auto-render.min.js",
]

Install new extension:

npm install katex@^0.16.0 marked-katex-extension@^5.0.0 --save

If you previously used MarkdownService.render() with katex or katexOptions, move KaTeX configuration to the new provider-style setup and enable KaTeX at parse time instead.

📘 See the Math Rendering section in the README.md for more information.

Commits
Security fixes

Full Changelog: jfcere/ngx-markdown@v21.3.0...v22.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@json-derulo json-derulo merged commit 2aff8cd into main Jun 13, 2026
12 checks passed
@json-derulo json-derulo deleted the renovate/ngx-markdown-22.x branch June 13, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant