Skip to content

Starlight Blog Changelog

Version 0.17.0

Minor Changes

  • #111 144e6b2 Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.32.0.

    Please use the @astrojs/upgrade command to upgrade your project:

    Terminal window
    npx @astrojs/upgrade
  • #111 144e6b2 Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The Starlight Blog plugin no longer overrides the <Sidebar> component. If you were manually rendering starlight-blog/overrides/Sidebar.astro in a custom override, you can now remove it.

  • #111 144e6b2 Thanks @HiDeoo! - Adds a blog data object accessible on Starlight pages using Astro.locals.starlightBlog containing information about all the blog posts in your project. This can be useful for example to create a widget that lists recent blog posts on your homepage.

    See the “Blog Data” guide for more information.

  • #111 144e6b2 Thanks @HiDeoo! - Fixes a regression introduced in version 0.16.0 of the plugin where the generated RSS feed no longer included content of blog posts due to a bug in Astro.