withastro/starlight
 Watch   
 Star   
 Fork   
1 days ago
starlight

@astrojs/starlight@0.41.9

Patch Changes

2 days ago
starlight

@astrojs/starlight@0.41.8

Patch Changes

  • #4142 cacbc9f Thanks @alebelcor! - Adds 1 new icon: whatsApp

  • #4133 3944311 Thanks @delucis! - Internal refactor: numbered id attributes in the <Tabs> component are now page-specific instead of using a global counter

  • #4138 cd4b665 Thanks @delucis! - Fixes localisation of code block UI elements when using the Sätteri Markdown processor

21 days ago
starlight

@astrojs/starlight@0.41.7

Patch Changes

  • #4114 3e486fb Thanks @delucis! - Fixes processing of code examples in RTL languages when using Astro’s Sätteri Markdown processor
25 days ago
starlight

@astrojs/starlight@0.41.6

Patch Changes

29 days ago
starlight

@astrojs/starlight@0.41.5

Patch Changes

2026-07-22 22:16:30
starlight

@astrojs/starlight@0.41.4

Patch Changes

2026-07-04 04:20:30
starlight

@astrojs/starlight@0.41.3

Patch Changes

  • #3911 1686ecc Thanks @timothyjordan! - Keeps keyboard focus inside the mobile menu while it is open, preventing focus moving to hidden interactive elements in page content.
2026-07-01 19:32:47
starlight

@astrojs/starlight@0.41.2

Patch Changes

  • #4008 58a3520 Thanks @FrancoKaddour! - Fixes the table of contents overflowing the right edge of the viewport when a custom --sl-content-width value exceeds available space

  • #4015 bdbfffc Thanks @delucis! - Fixes an issue where aside icons were rendered incorrectly in projects where Astro’s MDX integration had optimization disabled

2026-06-25 20:49:51
starlight

@astrojs/starlight@0.41.1

Patch Changes

2026-06-24 03:21:45
starlight

@astrojs/starlight@0.41.0

Minor Changes

  • #3951 1202dd4 Thanks @HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    Upgrade Astro and dependencies

    ⚠️ BREAKING CHANGE: Astro v6 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

    npx @astrojs/upgrade

    Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v7. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 111 (released 07 March 2023) and Safari-based browsers prior to version 16.4 (released 27 March 2023). You can find a list of currently supported browsers and their versions using this browserslist query.

Patch Changes

  • #3953 a935d33 Thanks @HiDeoo! - Fixes Starlight Markdown processing being potentially applied to files that should not be processed.