From 767b6c51df963185bbb25569333c421142d20ace Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 5 Jul 2026 16:55:07 +0200 Subject: [PATCH] chore: release v0.0.20 ## Summary This version adds native support for [markdown-exec](https://github.com/pawamoy/markdown-exec), allowing executable Python code blocks to integrate directly with the theme in both classic and modern variants. It also fixes several styling and interaction regressions. Mermaid diagram colors are now applied correctly for sequence section titles, sequence numbers and activations, flow chart arrows, and state diagram arrows. Search filter scrollbars no longer overlap selectable items, code blocks again use the intended horizontal `16px` spacing, and code blocks with titles and line numbers now render with the correct rounded borders. In addition, images using `data-gallery` are now attributed correctly again. Signed-off-by: squidfunk --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebaff036..bb8aadc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.0.19", + "version": "0.0.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.0.19", + "version": "0.0.20", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index bd692751..e5bb8c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.0.19", + "version": "0.0.20", "description": "Zensical user interface", "bugs": { "url": "https://github.com/zensical/ui/issues",