Starlight Changelog
0.5.3
Patch Changes
-
#352
a2e23be
Thanks @TheOtterlord! - Fix page scrolling when the window resizes, while the mobile nav is open -
#353
65b2b75
Thanks @liruifengv! - Add Simplified Chinese language support
0.5.2
Patch Changes
- #343
d618678
Thanks @delucis! - Fix escaping of non-relative user config file paths for custom CSS and logos
0.5.1
Patch Changes
-
#336
2b3302b
Thanks @delucis! - Add support for LinkedIn, Threads, and Twitch social icon links -
#335
757c65f
Thanks @delucis! - Fix relative path resolution on Windows -
#332
0600c1a
Thanks @sasoria! - Add Norwegian UI translations -
#328
e478848
Thanks @astridx! - Add missing accessible labels for Codeberg and YouTube social links
0.5.0
Minor Changes
-
#313
dc42569
Thanks @delucis! - Add anot-content
CSS class that allows users to opt out of Starlight’s default content styling -
#297
fb15a9b
Thanks @HiDeoo! - Improve<Tabs>
component keyboard interactions -
#303
69b7d4c
Thanks @HiDeoo! - Add new globalpagination
option defaulting totrue
to define whether or not the previous and next page links are shown in the footer. A page can override this setting or the link text and/or URL using the newprev
andnext
frontmatter fields.
Patch Changes
- #318
5db3e6e
Thanks @delucis! - Support relative paths in Starlight config forcustomCSS
andlogo
paths
0.4.2
Patch Changes
0.4.1
Patch Changes
-
#300
377a25d
Thanks @cbontems! - Fix broken link on 404 page whendefaultLocale: 'root'
is set inastro.config.mjs
-
#289
dffca46
Thanks @RyanRBrown! - Fix saturation of purple text in light theme -
#301
d47639d
Thanks @delucis! - Enable inline stylesheets for Astro versions ≥2.6.0
0.4.0
Minor Changes
-
#259
8102389
Thanks @HiDeoo! - Add support for collapsed sidebar groups -
#256
048e948
Thanks @HiDeoo! - Add new globallastUpdated
option defaulting tofalse
to define whether or not the last updated date is shown in the footer. A page can override this setting or the generated date using the newlastUpdated
frontmatter field.⚠️ Breaking change. Starlight will no longer show this date by default. To keep the previous behavior, you must explicitly set
lastUpdated
totrue
in your configuration.starlight({lastUpdated: true,}),
Patch Changes
-
#264
ed1e46b
Thanks @astridx! - Add new icon for displaying codeberg.org in social links. -
#260
01b65b1
Thanks @ElianCodes! - Add Dutch UI translations -
#269
fdc18b5
Thanks @baspinarenes! - Add Turkish UI translations -
#270
1d3e705
Thanks @cbontems! - Improve French UI translations -
#272
6b23ebc
Thanks @cbontems! - Add YouTube social link support -
#273
d4f5134
Thanks @Waxer59! - Fix typo in Spanish UI translations
0.3.1
Patch Changes
-
#257
0502327
Thanks @JosefJezek! - Add Czech language support -
#261
2062b9e
Thanks @delucis! - Fix autogenerated navigation for pages using fallback content
0.3.0
Minor Changes
-
#237
4279d75
Thanks @HiDeoo! - Use path instead of slugified path for auto-generated sidebar item configuration⚠️ Potentially breaking change. If your docs directory names don’t match their URLs, for example they contain whitespace like
docs/my docs/
, and you were referencing these in anautogenerate
sidebar group asmy-docs
, update your config to reference these with the directory name instead of the slugified version:autogenerate: {directory: 'my-docs',directory: 'my docs',} -
#226
1aa2187
Thanks @delucis! - Add support for custom 404 pages.
Patch Changes
-
#234
91309ae
Thanks @morinokami! - Add Japanese translation forsearch.devWarning
-
#227
fbdecfa
Thanks @Yan-Thomas! - Add missing i18n support to the Search component’s dev warning. -
#244
f1bcbeb
Thanks @Waxer59! - Add Spanish translation forsearch.devWarning
0.2.0
Minor Changes
-
#171
198c3f0
Thanks @delucis! - Add Starlight generator tag to HTML output -
#217
490fd98
Thanks @delucis! - Updated sidebar styles. Sidebars now support top-level links and groups are styled with a subtle border and indentation to improve comprehension of nesting. -
#178
d046c55
Thanks @delucis! - Add support for translating the Pagefind search modal -
#210
cb5b121
Thanks @delucis! - Change page title ID to_top
for cleaner hash URLs⚠️ Potentially breaking change if you were linking manually to
#starlight__overview
anywhere. If you were, update these links to use#_top
instead.