Releases: withastro/starlight
@astrojs/[email protected]
Patch Changes
-
#2062
5ac0ac6
Thanks @evadecker! - Increase theme and language select inline padding -
#2056
87e9ad0
Thanks @HiDeoo! - Fixes an issue preventing remark plugins injected by Starlight plugins to handle Markdown text and leaf directives. -
#2063
3ee1a94
Thanks @delucis! - TranslatefileTree.directory
andaside.*
UI string into Norwegian (Bokmål). -
#2054
dbfd3ee
Thanks @HiDeoo! - Fixes an issue when using the<StarlightPage>
component in a custom page with a user-definedsrcDir
configuration.
@astrojs/[email protected]
Patch Changes
-
#2038
87f3f92
Thanks @dragomano! - Updates Russian UI translations -
#2043
53f4cd4
Thanks @playmr365! - Updates Czech UI translations -
#2041
8af5a60
Thanks @HiDeoo! - Fixes<Steps>
numbering bug caused by Chrome v126 CSS counter rewrite
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
-
#2008
40359c7
Thanks @vnepogodin! - Add Slovak language UI translation. -
#2004
0aa2f06
Thanks @liruifengv! - Removes an outdated export inpackage.json
-
#2007
44ca490
Thanks @delucis! - Updates internal dependencies -
#1993
60165b2
Thanks @HiDeoo! - Fixes an i18n configuration issue when using a single root locale.
@astrojs/[email protected]
Patch Changes
-
#1978
a5ab8cd6
Thanks @kylewlacy! - Add new social icon for Zulip -
#1962
2ef19a94
Thanks @torn4dom4n! - Updates Vietnamese UI translations -
#1976
5a61f73c
Thanks @jsparkdev! - Updates Korean UI translations -
#1987
0b8a8439
Thanks @HiDeoo! - Fixes issues with the locale text direction detection mechanism in some environments like WebContainers or Bun.
@astrojs/[email protected]
Minor Changes
-
#1841
ee0cd38a
Thanks @HiDeoo! - Adds support forAstro.currentLocale
and Astro’s i18n routing.⚠️ Potentially breaking change: Starlight now configures Astro’si18n
option for you based on itslocales
config.If you are currently using Astro’s
i18n
option as well as Starlight’slocales
option, you will need to remove one of these.
In general we recommend using Starlight’slocales
, but if you have a more advanced configuration you may choose to keep Astro’si18n
config instead. -
#1958
081d1a96
Thanks @delucis! - Allows users to opt into displaying a “Built with Starlight” link in the site footer -
#1530
dd64836a
Thanks @kevinzunigacuellar! - Adds a new<Badge>
component