Skip to content

Releases: withastro/starlight

@astrojs/starlight@0.0.18

03 Jun 21:17
42720c1
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.17

03 Jun 01:22
0ab2bd6
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.16

02 Jun 15:54
9a9b0a4
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.15

30 May 17:48
646f937
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.14

29 May 20:46
00d8058
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.13

26 May 14:24
fe1c489
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.12

24 May 21:16
7af9635
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.11

23 May 14:58
90c421e
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.10

23 May 13:24
c38de0d
Compare
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/starlight@0.0.9

18 May 21:58
e4b72c7
Compare
Choose a tag to compare

Patch Changes