Releases: withastro/starlight
@astrojs/starlight@0.0.14
@astrojs/starlight@0.0.13
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/starlight@0.0.12
Patch Changes
- #85
c86c1d6
Thanks @BryceRussell! - Improve outside click detection on the search modal
@astrojs/starlight@0.0.11
@astrojs/starlight@0.0.10
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
@astrojs/starlight@0.0.9
@astrojs/starlight@0.0.8
Patch Changes
-
#62
a91191e
Thanks @delucis! - Makebase
support consistent, including whentrailingSlash: 'never'
is set. -
#61
608f34c
Thanks @liruifengv! - Fix toc headingsObserver rootMargin -
#66
9ca67d8
Thanks @Yan-Thomas! - Make site title width fit the content -
#64
4460e55
Thanks @delucis! - Fix table of contents intersection observer for all possible viewport sizes. -
#67
38c2c1f
Thanks @TheOtterlord! - Fix background color on select component -
#57
5b6cccb
Thanks @BryceRussell! - Update site title link to include locale
@astrojs/starlight@0.0.7
Patch Changes
-
#55
8597b9c
Thanks @delucis! - Fix routing logic to handleindex.md
slug differences between docs collection root and nested directories. -
#54
db728d6
Thanks @TheOtterlord! - Add padding to scroll preventing headings being obscured by nav -
#51
3adbdbb
Thanks @delucis! - Support displaying a custom logo in the nav bar. -
#51
3adbdbb
Thanks @delucis! - All Starlight projects now use Astro’s experimental optimized asset support.
@astrojs/starlight@0.0.6
Patch Changes
-
#47
e96d9a7
Thanks @delucis! - Fix CSS ordering issue caused by imports in 404 route. -
#47
e96d9a7
Thanks @delucis! - Highlight current page section in table of contents. -
05f8fd4
Thanks @delucis! - Includeinitial-scale=1
in viewport meta tag. -
#47
e96d9a7
Thanks @delucis! - Fix usage ofaria-current
in navigation sidebar to usepage
value. -
#48
a49485d
Thanks @delucis! - Improve right sidebar layout.