Skip to content

Releases: HiDeoo/starlight-image-zoom

starlight-image-zoom@0.10.0

17 Dec 16:48
cd0f5cc
Compare
Choose a tag to compare

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 now 0.30.0.

    Please follow the upgrade guide to update your project.

v0.9.0

06 Nov 13:21
v0.9.0
d53e75b
Compare
Choose a tag to compare

   🐞 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

21 Aug 16:58
v0.8.0
bb2fbcf
Compare
Choose a tag to compare

   🚀 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

16 Jul 15:56
v0.7.0
b46bc13
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • Moves the zoom in button to the top left corner of images instead of the top right corner  -  by @HiDeoo (8b762)

   🐞 Bug Fixes

  • Fixes an issue preventing remote SVG images with no explicit width from being displayed correctly  -  by @HiDeoo (67bd2)
    View changes on GitHub

v0.6.0

24 Jun 09:31
v0.6.0
1f07fa2
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.5.0

19 May 10:54
v0.5.0
c97c0a4
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • Bumps minimum required Starlight version to 0.22.0  -  by @HiDeoo (8aace)

   🐞 Bug Fixes

  • Fixes an issue preventing to use Expressive Code attributes in Markdown files  -  by @HiDeoo (ae1a4)
    View changes on GitHub

v0.4.0

08 May 16:08
v0.4.0
61d1363
Compare
Choose a tag to compare

   🚀 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

25 Apr 23:05
v0.3.0
47d6c9d
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.2.0

23 Mar 13:19
v0.2.0
1af52dd
Compare
Choose a tag to compare

   🚀 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

16 Mar 16:25
v0.1.0
3cde78f
Compare
Choose a tag to compare

   🚀 Features

  • Initial public release.