You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-21Lines changed: 13 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Common Changelog](https://common-changelog.org) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [0.17.29] - 2026-05-26
7
+
## [0.17.30] - 2026-05-26
8
8
9
-
### Fixed
9
+
### Added
10
10
11
-
-Pin `flowchart.js` to exact 1.12.0 (regression from bulk bump) ([`b7f31b52`](../../commit/b7f31b52)).
12
-
-Pin `codemirror-mode-elixir` to exact 1.1.1 (regression from bulk bump) ([`660fc675`](../../commit/660fc675)).
11
+
-Render ` ```plantuml` fence blocks as PlantUML SVG via server ([`672a85f6`](../../commit/672a85f6)).
12
+
-Accept ` ```flow` as alias for ` ```flowchart` fence tag ([`6c4addaf`](../../commit/6c4addaf)).
13
13
14
-
### Changed
14
+
### Fixed
15
+
16
+
- Decode HTML entities in plantuml fence content before encoding ([`87a8773e`](../../commit/87a8773e)).
17
+
- Guard against Infinity/NaN in mermaid + svg-resize math ([`af9dab77`](../../commit/af9dab77)).
18
+
- Pin `raphael` to exact 2.2.7 (regression from bulk bump) ([`acf9a224`](../../commit/acf9a224)).
19
+
- Drop `mousewheel`/`DOMMouseScroll` from CodeMirror passive patch in Dockerfile ([`e18708dc`](../../commit/e18708dc)).
20
+
- Fix `sanitizeInline` closing-tag handler reading wrong capture group ([`1476af95`](../../commit/1476af95)).
15
21
16
-
- Bulk in-range upgrade of 14 routine dependencies (no CVEs) ([`9ba65a67`](../../commit/9ba65a67)).
17
-
- Bump `katex` direct dep to ^0.16.47 (fixes CVE-2024-28398, CVE-2025-23205) ([`ef6ddb86`](../../commit/ef6ddb86)).
18
-
- Force `dompurify` to ^2.5.4 via yarn resolutions (GHSA-mmhx-hmjr-r674) ([`5197f50e`](../../commit/5197f50e)).
19
-
- Force `handlebars` to ^4.7.7 via yarn resolutions (GHSA-q2c6-c6pm-g3gh) ([`9bf71155`](../../commit/9bf71155)).
20
-
- Force `follow-redirects` to ^1.14.7 via yarn resolutions (GHSA-74fj-2j2h-c42q) ([`aaf0c76e`](../../commit/aaf0c76e)).
21
-
- Force `lodash.merge` to ^4.6.2 via yarn resolutions (CVE-2018-16469) ([`96ec15f3`](../../commit/96ec15f3)).
22
-
- Force `codemirror` to ^5.58.2 via yarn resolutions (GHSA-3p3p-7p4f-r28x) ([`23dbc469`](../../commit/23dbc469)).
23
-
- Force `kind-of` to ^6.0.3 via yarn resolutions (CVE-2019-20149) ([`f6d7eef7`](../../commit/f6d7eef7)).
24
-
- Force `form-data` to ^2.5.4 via yarn resolutions (GHSA-fjxv-7rqg-78g4) ([`9cdbbf4e`](../../commit/9cdbbf4e)).
25
-
- Force `eventsource` to ^1.1.1 via yarn resolutions (GHSA-6h5x-7c5m-7cr5) ([`a8bd178b`](../../commit/a8bd178b)).
26
-
- Force `decompress-zip` to ^0.3.2 via yarn resolutions (GHSA-3wq5-r5w8-5xhf) ([`94f2a991`](../../commit/94f2a991)).
27
-
- Force `acorn` to ^5.7.4 via yarn resolutions (GHSA-6chw-6frg-f759) ([`8bfc0f76`](../../commit/8bfc0f76)).
28
-
- Force `ajv` to ^6.12.3 via yarn resolutions (CVE-2020-15366 + $data ReDoS) ([`ad3c2be3`](../../commit/ad3c2be3)).
29
-
- Force `remarkable` to ^1.7.2 via yarn resolutions (ReDoS + XSS) ([`d886d5f0`](../../commit/d886d5f0)).
30
-
31
-
## [0.17.28] - 2026-05-26
22
+
## [0.17.29] - 2026-05-26
32
23
33
24
### Fixed
34
25
@@ -397,6 +388,7 @@ The format is based on [Common Changelog](https://common-changelog.org) and this
0 commit comments