Releases: HiDeoo/starlight-image-zoom
Releases · HiDeoo/starlight-image-zoom
starlight-image-zoom@0.10.0
Minor Changes
-
#27
e716c66
Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now0.30.0
.Please follow the upgrade guide to update your project.
v0.9.0
🐞 Bug Fixes
- Rewrites the zooming logic to avoid blurry images on some devices/browsers (especially visible on images with text) - by @HiDeoo (72a5a)
View changes on GitHub
v0.8.0
🚀 Features
- Removes warning when a
MarkdownContent
component override already exists - by @HiDeoo (d1657)
For more informations, check out the guide on how to use the Starlight Image Zoom plugin with an existing custom override for the<MarkdownContent>
component.
View changes on GitHub
v0.7.0
v0.6.0
🐞 Bug Fixes
- Prevents a possible scrollbar related layout shift during zoom in/out - by @millette and @HiDeoo (8529c)
View changes on GitHub
v0.5.0
v0.4.0
🚀 Features
- Adds a
showCaptions
option to disable the current behavior of displaying an image's alternate text as a caption when the image is zoomed - by @HiDeoo (7b2a2)
View changes on GitHub
v0.3.0
v0.2.0
🚀 Features
- Adds the
--starlight-image-zoom-backdrop-bg
CSS custom property to customize the backdrop background color of zoomed images - by @HiDeoo (b302a)
View changes on GitHub
v0.1.0
🚀 Features
- Initial public release.