Starlight Changelog
0.11.1
Patch Changes
-
#892
2b30321
Thanks @delucis! - Add Patreon social link icon -
#852
344c92e
Thanks @Lootjs! - Improve Russian language support -
#891
395920c
Thanks @Frikadellios! - Add Ukrainian language support -
#890
63ea8e8
Thanks @delucis! - Updateexeca
dependency to v8 -
#859
eaa7a90
Thanks @oggnimodd! - Improve Indonesian language support
0.11.0
Minor Changes
-
#774
903a579
Thanks @HiDeoo! - Support adding HTML attributes to sidebar links from config and frontmatter -
#796
372ec96
Thanks @HiDeoo! - Add the@astrojs/sitemap
and@astrojs/mdx
integrations only if they are not detected in the Astro configuration.⚠️ BREAKING CHANGE The minimum supported version of Astro is now v3.2.0. Make sure you update Astro at the same time as updating Starlight:
Terminal window npm install astro@latest -
#447
b45719b
Thanks @andremralves! - AddtitleDelimiter
configuration option and include site title in page<title>
tags⚠️ BREAKING CHANGE — Previously, every page’s
<title>
only included its individual frontmatter title. Now,<title>
tags include the page title, a delimiter character (|
by default), and the site title. For example, in the Startlight docs,<title>Configuration Reference</title>
is now<title>Configuration Reference | Starlight</title>
.If you have a page where you need to override this new behaviour, set a custom title using the
head
frontmatter property:---title: My Pagehead:- tag: titlecontent: Custom Title--- -
#709
140e729
Thanks @delucis! - Add support for overriding Starlight’s built-in components⚠️ BREAKING CHANGE — The page footer is now included on pages with
template: splash
in their frontmatter. Previously, this was not the case. If you are usingtemplate: splash
and want to continue to hide footer elements, disable them in your frontmatter:---title: Landing pagetemplate: splash# Disable unwanted footer elements as needededitUrl: falselastUpdated: falseprev: falsenext: false---⚠️ BREAKING CHANGE — This change involved refactoring the structure of some of Starlight’s built-in components slightly. If you were previously overriding these using other techniques, you may need to adjust your code.
Patch Changes
-
#810
dbe977b
Thanks @hasham-qaiser! - Use<span>
instead of<h2>
in sidebar group headings -
#807
7c73dd1
Thanks @torn4dom4n! - Add Vietnamese translations for Starlight UI -
#756
f55a8f0
Thanks @julien-deramond! - Prevent text from overflowing in several cases
0.10.4
Patch Changes
-
#789
2528fb0
Thanks @delucis! - Update bundled version of@astrojs/mdx
to v1.1.0 -
#778
957d2c3
Thanks @jermanuts! - Improve Arabic UI translations
0.10.3
Patch Changes
-
#783
f94727e
Thanks @kevinzunigacuellar! - Fix GitHub edit link to include src path from project config -
#781
a293ef9
Thanks @dreyfus92! - Removed role from Banner component to avoid duplication in header. -
#745
006d606
Thanks @TheOtterlord! - Prevent Starlight crashing when the content folder doesn’t exist, or is empty -
#775
2ef3036
Thanks @delucis! - Fix content collection schema compatibility with Astro 3.1 and higher -
#773
423d575
Thanks @tlandmangh! - Fix Dutch UI translation for “Previous page” links
0.10.2
Patch Changes
-
#735
2da8692
Thanks @delucis! - Use Starlight font custom property in Pagefind modal -
#735
2da8692
Thanks @delucis! - Fix RTL styling in Pagefind modal -
#739
a9de4a7
Thanks @radenpioneer! - Add Indonesian UI translation -
#747
7589515
Thanks @nirtamir2! - Add Hebrew UI translations
0.10.1
Patch Changes
-
#726
f3157c6
Thanks @delucis! - Fix a rare bug in table of contents when handling headings that increase by more than one level on a page. -
#715
e726155
Thanks @itsmatteomanf! - feat: prevent scroll on body when search is open
0.10.0
Minor Changes
Patch Changes
-
#708
136cfb1
Thanks @julien-deramond! - Fix main content column width for pages without a table of contents -
#682
660a5f5
Thanks @vedmalex! - Add Russian language support
0.9.1
Patch Changes
-
#647
ea57726
Thanks @bgmort! - Fix translated 404 pages not being excluded from search results -
#667
9828f73
Thanks @delucis! - Break inline<code>
across lines to avoid overflow -
#642
e623d92
Thanks @fk! - Don’t hard-code nav height in table of contents highlighting script -
#676
6419006
Thanks @vedmalex! - Upgrade and pin Pagefind to latest beta release. -
#647
ea57726
Thanks @bgmort! - Add frontmatter option to exclude a page from Pagefind search results
0.9.0
Minor Changes
-
#626
5dd22b8
Thanks @delucis! - Throw an error for duplicate MDX or sitemap integrations -
#615
7b75b3e
Thanks @delucis! - Bump minimum required Astro version to 3.0⚠️ BREAKING CHANGE Astro v2 is no longer supported. Make sure you update Astro and any other integrations at the same time as updating Starlight.
0.8.1
Patch Changes
- #612
1b367e3
Thanks @KubaJastrz! - Avoid applying hovered<select>
text color to its<options>