Skip to content

Starlight Changelog

0.0.14

Patch Changes

0.0.13

Patch Changes

0.0.12

Patch Changes

0.0.11

Patch Changes

0.0.10

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

0.0.9

Patch Changes

0.0.8

Patch Changes

0.0.7

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.

0.0.6

Patch Changes

0.0.5

Patch Changes

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