S

Starlight

S
Starlight Dev Tools v0.41.5

@astrojs/starlight@0.41.5

Patch Changes #4095 bb06434 Thanks @HiDeoo! - Fixes a regression when using a union to extend Starlight’s docsSchema().

S
Starlight Dev Tools v0.41.4

@astrojs/starlight@0.41.4

Patch Changes #3936 712eedd Thanks @miichom! - Fixes support for modifying Zod enums when passing an extend option to Starlight’s docsSchema() #4092 0896b91 Thanks @delucis! - Fixes support for links containing a protocol like mailto: in the sidebar #4088 4486ba4 Thanks @delucis! - Simplifies Starlight’s client-side sidebar state persistence script slightly

S
Starlight Dev Tools v0.41.3

@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.

S
Starlight Dev Tools v0.41.2

@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

S
Starlight Dev Tools v0.41.1

@astrojs/starlight@0.41.1

Patch Changes #3967 72e63dc Thanks @HiDeoo! - Adds 2 new icons: link and link-alt. #3988 ac55cfa Thanks @delucis! - Fixes a dependency resolution issue introduced in Starlight v0.41 #3967 72e63dc Thanks @HiDeoo! - Optimizes the icons of Markdown asides.

S
Starlight Dev Tools v0.41.0

@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…

S
Starlight Dev Tools v0.7.0

@astrojs/starlight-markdoc@0.7.0

Minor Changes #3951 1202dd4 Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.41.0 Please use the @astrojs/upgrade command to upgrade your project: npx @astrojs/upgrade

S
Starlight Dev Tools v0.40.0

@astrojs/starlight@0.40.0

Minor Changes #3923 edf2e6b Thanks @Princesseuh! - Adds support for Astro 6.4 and the new Sätteri Markdown processor. It is now possible to opt into using Astro's 6.4 Sätteri Markdown processor by installing the @astrojs/markdown-satteri package and configuring it in your astro.config.mjs file: // astro.config.mjs import { defineConfig } from 'astro/config'; import { satteri } from '@astrojs/markd…

S
Starlight Dev Tools v0.39.3

@astrojs/starlight@0.39.3

Patch Changes #3910 dddf405 Thanks @andreialba! - Improves Romanian UI translations #3924 02f2ce1 Thanks @BouRock! - Improves Turkish UI translations #3928 11a7ed2 Thanks @delucis! - Updates Pagefind to v1.5 and adds support for Pagefind’s new diacriticSimilarity and metaWeights advanced ranking options #3927 e944870 Thanks @HiDeoo! - Refactors internal file path handling for Starlight content col…

S
Starlight Dev Tools v0.39.2

@astrojs/starlight@0.39.2

Patch Changes #3890 2d05e18 Thanks @tats-u! - Fixes CSS selector for text-autospace styles in Chromium browsers

S
Starlight Dev Tools v0.39.1

@astrojs/starlight@0.39.1

Patch Changes #3885 010eed1 Thanks @ArmandPhilippot! - Fixes the version mentioned in an error message related to autogenerated sidebar groups support. #3887 b3c6990 Thanks @delucis! - Adds 13 new icons: clock, desktop, mobile-android, window, database, server, code-branch, notes, question, question-circle, analytics, padlock, and solidjs.

S
Starlight Dev Tools v0.39.0

@astrojs/starlight@0.39.0

Minor Changes #3618 dcf6d09 Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: This release changes how autogenerated links work in Starlight’s sidebar configuration. If you have sidebar groups using the autogenerate key, you must now wrap that configuration in an items array: { label: 'My group', - autogenerate: { directory: 'some-dir' }, + items: [{ autogenerate: { directory: 'some-dir' } }], } This change u…