Releases: withastro/starlight
@astrojs/[email protected]
Patch Changes
-
ded79afThanks @delucis! - Add missing skip link to 404 page -
#99
d162b2fThanks @delucis! - Fix “next page” arrow showing on pages not in sidebar -
#99
d162b2fThanks @delucis! - Add support for a “splash” layout -
#99
d162b2fThanks @delucis! - Support hiding right sidebar table of contents -
#99
d162b2fThanks @delucis! - Move edit page link to page footer so it is accessible on mobile
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
-
8688778Thanks @delucis! - Fix small CSS compatibility issue -
#93
c6d7960Thanks @delucis! - Fix default locale routing bug when not using root locale -
d8a171bThanks @delucis! - Fix autogenerated sidebar bug with index routes in subdirectories -
d8b9f32Thanks @delucis! - Fix false positive in sidebar autogeneration logic -
#92
02821d2Thanks @delucis! - Update Pagefind to latest v1 alpha -
51fe914Thanks @delucis! - Guarantee route and autogenerated sidebar sort order -
116c4f5Thanks @delucis! - Fix minor dev layout bug in Search modal for RTL languages
@astrojs/[email protected]
Patch Changes
- #85
c86c1d6Thanks @BryceRussell! - Improve outside click detection on the search modal
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
-
#78
d3ee6fcThanks @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.jsonmight 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
5e82073Thanks @lloydjatkinson! - Scale down code block font size to match Figma design -
#78
d3ee6fcThanks @delucis! - Require a minimum Astro version of 2.5.0
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
-
#62
a91191eThanks @delucis! - Makebasesupport consistent, including whentrailingSlash: 'never'is set. -
#61
608f34cThanks @liruifengv! - Fix toc headingsObserver rootMargin -
#66
9ca67d8Thanks @Yan-Thomas! - Make site title width fit the content -
#64
4460e55Thanks @delucis! - Fix table of contents intersection observer for all possible viewport sizes. -
#67
38c2c1fThanks @TheOtterlord! - Fix background color on select component -
#57
5b6cccbThanks @BryceRussell! - Update site title link to include locale
@astrojs/[email protected]
Patch Changes
-
#55
8597b9cThanks @delucis! - Fix routing logic to handleindex.mdslug differences between docs collection root and nested directories. -
#54
db728d6Thanks @TheOtterlord! - Add padding to scroll preventing headings being obscured by nav -
#51
3adbdbbThanks @delucis! - Support displaying a custom logo in the nav bar. -
#51
3adbdbbThanks @delucis! - All Starlight projects now use Astro’s experimental optimized asset support.
@astrojs/[email protected]
Patch Changes
-
#47
e96d9a7Thanks @delucis! - Fix CSS ordering issue caused by imports in 404 route. -
#47
e96d9a7Thanks @delucis! - Highlight current page section in table of contents. -
05f8fd4Thanks @delucis! - Includeinitial-scale=1in viewport meta tag. -
#47
e96d9a7Thanks @delucis! - Fix usage ofaria-currentin navigation sidebar to usepagevalue. -
#48
a49485dThanks @delucis! - Improve right sidebar layout.