From b7901c365c1244d29147b1117f20dc961aee221f Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 28 Mar 2026 17:35:43 +0100 Subject: [PATCH] chore: release v0.0.11 ## Summary This version ships a new table of contents implementation for the mobile view in the modern theme in form of a floating sidebar. The button is located at the bottom, so it's easily reachable with the thumb, and the sidebar itself is scrollable, so it can accommodate arbitrarily long tables of contents. Additionally, it include several tweaks to make the user interface more snappy and improve readability of tooltips and inline code blocks. 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 0ea6d9bc..8d8414ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.0.10", + "version": "0.0.11", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 9f2ab844..8055fe57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.0.10", + "version": "0.0.11", "description": "Zensical user interface", "bugs": { "url": "https://github.com/zensical/ui/issues",