Releases: withastro/starlight
@astrojs/[email protected]
Patch Changes
-
#1709
c5cd1811
Thanks @HiDeoo! - Fixes a UI strings translation issue for sites configured with a single non-root language different from English. -
#1723
3b29b3ab
Thanks @OliverSpeir! - Fixes accessibility by usingaria-selected="false"
for inactive tabs instead of removingaria-selected="true"
in the tablist of Starlight’s<Tabs>
component -
#1706
f171ac4d
Thanks @jorenbroekema! - Fixes some minor type errors
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
-
#1622
3a074bad
Thanks @SamuelLHuber! - Adds 1 new icon:farcaster
-
#1616
a86f9b71
Thanks @dragomano! - Updates Russian UI strings -
#1698
67b892fd
Thanks @liruifengv! - Adds 1 new icon:starlight
-
#1687
6fa9ea7e
Thanks @mingjunlu! - TranslatesfileTree.directory
UI string into Traditional Chinese.
@astrojs/[email protected]
Patch Changes
-
#1614
78fc9042
Thanks @kpodurgiel! - Adds Polish UI translations -
#1596
13ed30cd
Thanks @HiDeoo! - Adds support for toggling the built-in search modal using theCtrl+k
keyboard shortcut. -
#1608
4096e1b7
Thanks @HiDeoo! - Removes nested CSS from the<FileTree>
component to prevent a potential warning when using Tailwind CSS. -
#1626
67459cb4
Thanks @hippotastic! - Fixes a bundling issue that caused imports from@astrojs/starlight/components
to fail when using the config settingexpressiveCode: false
.
@astrojs/[email protected]
Patch Changes
-
#1584
8851d5cd
Thanks @HiDeoo! - Adds 2 new icons:apple
andlinux
. -
#1577
0ba77890
Thanks @morinokami! - TranslatesfileTree.directory
UI string into Japanese. -
#1593
fa7ed245
Thanks @liruifengv! - TranslatesfileTree.directory
UI string into simplified Chinese. -
#1585
bd4e278f
Thanks @HiDeoo! - TranslatesfileTree.directory
UI string into French. -
#1587
c5794260
Thanks @Eveeifyeve! - Adds 1 new icon:homebrew
.
@astrojs/[email protected]
Minor Changes
-
#1568
5f99a71d
Thanks @HiDeoo! - Adds support for optionally setting an icon on a<TabItem>
component to make it easier to visually distinguish between tabs. -
#1308
9a918a5b
Thanks @HiDeoo! - Adds<FileTree>
component to display the structure of a directory. -
#1308
9a918a5b
Thanks @HiDeoo! - Adds 144 new file-type icons from the Seti UI icon set, available with theseti:
prefix, e.g.seti:javascript
. -
#1564
d880065e
Thanks @delucis! - Adds a<Steps>
component for styling more complex guided tasks. -
#1308
9a918a5b
Thanks @HiDeoo! - Adds 5 new icons:astro
,biome
,bun
,mdx
, andpnpm
.
@astrojs/[email protected]
Patch Changes
- #1553
8e091147
Thanks @hippotastic! - Updates Expressive Code to v0.33.4 to fix potential race condition bug in Shiki.
@astrojs/[email protected]
Minor Changes
-
#1541
1043052f
Thanks @hippotastic! - Updatesastro-expressive-code
dependency to the latest minor release (0.33).This unlocks support for word wrap and line numbers, as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.
See the Expressive Code release notes for more information including details of potentially breaking changes.
Patch Changes
@astrojs/[email protected]
Patch Changes
-
#1527
163bc84
Thanks @HiDeoo! - Exports theStarlightPageProps
TypeScript type representing the props expected by the<StarlightPage />
component. -
#1504
fc83a05
Thanks @mingjunlu! - Adds Traditional Chinese UI translations -
#1534
aada680
Thanks @delucis! - Improves DX of thesidebar
prop used by the new<StarlightPage>
component.