Skip to content

Starlight Blog Changelog

0.4.0

   🚨 Breaking Changes

  • Bump minimum required Astro version to 3.2.0 and Starlight to 0.11.0  -  by @HiDeoo (d231b)

  • Use Starlight component overrides for custom UI  -  by @HiDeoo (cdf7c) You must update your configuration to use the new Starlight component overrides:

    starlight({
    components: {
    MarkdownContent: 'starlight-blog/overrides/MarkdownContent.astro',
    Sidebar: 'starlight-blog/overrides/Sidebar.astro',
    ThemeSelect: 'starlight-blog/overrides/ThemeSelect.astro',
    },
    }),
    View changes on GitHub

0.3.2

   🐞 Bug Fixes

  • Invalid page component import path  -  by @HiDeoo (cf9db)
    View changes on GitHub

0.3.1

   🐞 Bug Fixes

  • Build error with Starlight v0.9.1  -  by @HiDeoo (be007)
    View changes on GitHub

0.3.0

   🚨 Breaking Changes

  • Bump minimum required Astro version to 3.0 and Starlight to 0.9.0  -  by @HiDeoo (64177)

   🐞 Bug Fixes

  • Prevent CSS issues with Starlight v0.8.0  -  by @lorenzolewis and @HiDeoo (53aaf)
    View changes on GitHub

0.2.1

   🐞 Bug Fixes

    View changes on GitHub

0.2.0

   🚀 Features

    View changes on GitHub

0.1.1

   🚀 Features

  • Initial public release.