Skip to content

Releases: withastro/starlight

@astrojs/[email protected]

30 May 17:48
646f937

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

29 May 20:46
00d8058

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

26 May 14:24
fe1c489

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

24 May 21:16
7af9635

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

23 May 14:58
90c421e

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

23 May 13:24
c38de0d

Choose a tag to compare

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

18 May 21:58
e4b72c7

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

17 May 22:19
acc58a4

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

16 May 21:28
4d3b81d

Choose a tag to compare

Patch Changes

  • #55 8597b9c Thanks @delucis! - Fix routing logic to handle index.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/[email protected]

15 May 21:23
c5f137f

Choose a tag to compare

Patch Changes