Skip to content

Releases: withastro/starlight

@astrojs/[email protected]

09 Apr 11:19
d220ef3
Compare
Choose a tag to compare

Patch Changes

  • #1728 0a75680d Thanks @delucis! - Adds 1 new icon: pkl

  • #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 using aria-selected="false" for inactive tabs instead of removing aria-selected="true" in the tablist of Starlight’s <Tabs> component

  • #1706 f171ac4d Thanks @jorenbroekema! - Fixes some minor type errors

@astrojs/[email protected]

09 Apr 11:19
d220ef3
Compare
Choose a tag to compare

Patch Changes

  • #1726 1aae51ac Thanks @delucis! - Adds warning log if a user tries to set colors.white in their Tailwind theme config with an object instead of a string.

@astrojs/[email protected]

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/[email protected]

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

Patch Changes

@astrojs/[email protected]

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/[email protected]

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

Patch Changes

@astrojs/[email protected]

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/[email protected]

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

Patch Changes

@astrojs/[email protected]

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/[email protected]

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.