Skip to content

Releases: withastro/starlight

@astrojs/starlight@0.21.4

05 Apr 18:43
88468d0
Compare
Choose a tag to compare

Patch Changes

  • #1703 b26238f2 Thanks @HiDeoo! - Fixes aside custom titles rendering for nested asides.

  • #1708 a72cb966 Thanks @HiDeoo! - Fixes translation issues with Expressive Code when using a default language other than English

@astrojs/starlight@0.21.3

01 Apr 12:30
7477179
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.21.2

20 Mar 10:19
db7cff6
Compare
Choose a tag to compare

Patch Changes

  • #1628 24c0823c Thanks @o-az! - Adds 1 new icon: nix

  • #1614 78fc9042 Thanks @kpodurgiel! - Adds Polish UI translations

  • #1596 13ed30cd Thanks @HiDeoo! - Adds support for toggling the built-in search modal using the Ctrl+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 setting expressiveCode: false.

@astrojs/starlight@0.21.1

04 Mar 09:45
6204cf2
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.21.0

01 Mar 18:06
ab38709
Compare
Choose a tag to compare

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 the seti: 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, and pnpm.

@astrojs/starlight@0.20.1

24 Feb 08:53
5191425
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.20.0

23 Feb 22:40
8fb77bc
Compare
Choose a tag to compare

Minor Changes

  • #1541 1043052f Thanks @hippotastic! - Updates astro-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/starlight@0.19.1

20 Feb 18:47
544fcb2
Compare
Choose a tag to compare

Patch Changes

  • #1527 163bc84 Thanks @HiDeoo! - Exports the StarlightPageProps 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 the sidebar prop used by the new <StarlightPage> component.

@astrojs/starlight@0.19.0

16 Feb 22:59
b85eb39
Compare
Choose a tag to compare

Minor Changes

@astrojs/starlight@0.18.1

14 Feb 11:28
e3c5366
Compare
Choose a tag to compare

Patch Changes