From bd9c6d816946b8d48ccbf799b3ddca06755d843c Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 23 Apr 2026 16:17:04 +0200 Subject: [PATCH] chore: release v0.0.15 ## Summary This version adds native support for [GLightbox], a JavaScript lightbox library to add zoom and gallery features to images. If an image is wrapped in a link with the `glightbox` class attached, it will be automatically integrated into an image gallery and become zoomable. The next version of Zensical, which will be released shortly after, will include a complementary Markdown Extension for automatically wrapping images in the appropriate markup to enable GLightbox features without requiring manual tagging in Markdown files. ### Highlights - Add support for [GLightbox], a JavaScript lightbox library for zooming and galleries - Section titles in the table of contents will render with markup from now on [GLightbox]: https://biati-digital.github.io/glightbox/ 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 8124293e..cb5de095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.0.14", + "version": "0.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index c07d20bc..bc8a5e6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.0.14", + "version": "0.0.15", "description": "Zensical user interface", "bugs": { "url": "https://github.com/zensical/ui/issues",