Skip to content

Releases: withastro/starlight

@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

@astrojs/starlight@0.0.8

17 May 22:19
acc58a4
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.7

16 May 21:28
4d3b81d
Compare
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/starlight@0.0.6

15 May 21:23
c5f137f
Compare
Choose a tag to compare

Patch Changes

@astrojs/starlight@0.0.5

13 May 23:59
8b8cce9
Compare
Choose a tag to compare

Patch Changes

  • #42 c6c1b67 Thanks @delucis! - Support setting custom <head> tags in config or frontmatter.