diff --git a/packages/pluggableWidgets/markdown-web/CHANGELOG.md b/packages/pluggableWidgets/markdown-web/CHANGELOG.md index bd05bae839..45810a9f3d 100644 --- a/packages/pluggableWidgets/markdown-web/CHANGELOG.md +++ b/packages/pluggableWidgets/markdown-web/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.1.0] - 2026-09-15 + ### Changed - We updated markdown-it dependencies to mitigate potential security vulnerabilities. @@ -13,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - We added plugin support for subscript and superscript. + - We added support for math expressions (KaTeX), using `$...$` for inline math and `$$...$$`, `\begin...\end` or ```math fenced blocks for block math. ## [1.0.3] - 2026-07-17 diff --git a/packages/pluggableWidgets/markdown-web/package.json b/packages/pluggableWidgets/markdown-web/package.json index d9808a4f47..266c6bdc08 100644 --- a/packages/pluggableWidgets/markdown-web/package.json +++ b/packages/pluggableWidgets/markdown-web/package.json @@ -1,7 +1,7 @@ { "name": "@mendix/markdown-web", "widgetName": "Markdown", - "version": "1.0.3", + "version": "1.1.0", "description": "Markdown viewer to preview markdown.", "copyright": "© Mendix Technology BV 2025. All rights reserved.", "license": "Apache-2.0", diff --git a/packages/pluggableWidgets/markdown-web/src/package.xml b/packages/pluggableWidgets/markdown-web/src/package.xml index 40ba0449a3..a7e0fdd0e3 100644 --- a/packages/pluggableWidgets/markdown-web/src/package.xml +++ b/packages/pluggableWidgets/markdown-web/src/package.xml @@ -1,6 +1,6 @@ - +