From dea119975f5b511f6a8075e213a0bb89d2acb3ea Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 21 Jun 2026 20:20:12 +0200 Subject: [PATCH] chore: release v0.0.19 ## Summary This version adds search result excerpts and fixes several navigation and interaction regressions. Search highlighting now ignores single-character tokens, which avoids noisy matches like highlighting every `e` for queries such as `e-mail`. Tooltips now include a hover bridge so moving the cursor from the trigger to the tooltip no longer drops the popup across the visual gap. Dependencies were also updated, including TypeScript 6 and SVGO 4 compatibility adjustments. 83 new icons were added, 2 icons were removed, and 19 icons were modified. The Lucide icon set was updated to version 1.21.0. 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 e5f0ad6d..ebaff036 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.0.18", + "version": "0.0.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.0.18", + "version": "0.0.19", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 097eb2dc..bd692751 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.0.18", + "version": "0.0.19", "description": "Zensical user interface", "bugs": { "url": "https://github.com/zensical/ui/issues",