Releases: withastro/starlight
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
-
ded79af
Thanks @delucis! - Add missing skip link to 404 page -
#99
d162b2f
Thanks @delucis! - Fix “next page” arrow showing on pages not in sidebar -
#99
d162b2f
Thanks @delucis! - Add support for a “splash” layout -
#99
d162b2f
Thanks @delucis! - Support hiding right sidebar table of contents -
#99
d162b2f
Thanks @delucis! - Move edit page link to page footer so it is accessible on mobile
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
-
8688778
Thanks @delucis! - Fix small CSS compatibility issue -
#93
c6d7960
Thanks @delucis! - Fix default locale routing bug when not using root locale -
d8a171b
Thanks @delucis! - Fix autogenerated sidebar bug with index routes in subdirectories -
d8b9f32
Thanks @delucis! - Fix false positive in sidebar autogeneration logic -
#92
02821d2
Thanks @delucis! - Update Pagefind to latest v1 alpha -
51fe914
Thanks @delucis! - Guarantee route and autogenerated sidebar sort order -
116c4f5
Thanks @delucis! - Fix minor dev layout bug in Search modal for RTL languages
@astrojs/[email protected]
Patch Changes
- #85
c86c1d6
Thanks @BryceRussell! - Improve outside click detection on the search modal
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
-
#78
d3ee6fc
Thanks @delucis! - Add support for customising and translating Starlight’s UI.Users can provide translations in JSON files in
src/content/i18n/
which is a data collection. For example, asrc/content/i18n/de.json
might translate the search UI:{ "search.label": "Suchen", "search.shortcutLabel": "(Drücke / zum Suchen)" }
This change also allows Starlight to provide built-in support for more languages than just English and adds German & Spanish support.
-
#76
5e82073
Thanks @lloydjatkinson! - Scale down code block font size to match Figma design -
#78
d3ee6fc
Thanks @delucis! - Require a minimum Astro version of 2.5.0