Skip to content

Starlight Blog Changelog

0.16.0

Minor Changes

  • #100 679e509 Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.30.0.

    Please follow the upgrade guide to update your project.

    Note that the legacy.collections flag is not supported by this plugin and you should update your collections to use Astro’s new Content Layer API.

    ⚠️ BREAKING CHANGE: The generated RSS feed no longer includes content of blog posts due to a regression in Astro v5. The feature will be restored in a future release. If you rely on this feature, please stay on a previous version of Starlight and Astro in the meantime.

0.15.0

   🚀 Features

  • Refactors full-text RSS feed to use the experimental Astro Container API  -  by @HiDeoo (2268e) This change fixes various rendering issues with MDX content or images.
    View changes on GitHub

0.14.1

   🚀 Features

  • Adds Italian UI translations  -  by @casungo and @HiDeoo (6934b)
  • Adds German UI translations  -  by @trueberryless, Ergberg and @HiDeoo (af0c3)
    View changes on GitHub

0.14.0

   🚨 Breaking Changes

  • Bumps minimum required Starlight version to 0.28.3  -  by @HiDeoo (ec996)

   🚀 Features

  • Adds support for multilingual blogs with routing and fallback content  -  by @HiDeoo (d2d7f)
  • Adds support for translating the blog title  -  by @HiDeoo (59462)
  • Adds support for Starlight UI translations API  -  by @HiDeoo (a9150)
  • Adds French UI translations  -  by @HiDeoo (fa4c3)
    View changes on GitHub

0.13.0

   🚀 Features

  • Adds author pages listing all posts by author  -  by @HiDeoo (b7bab)
  • Lists authors in the sidebar if there are multiple authors  -  by @HiDeoo (c22d7)
    View changes on GitHub

0.12.0

   🚀 Features

  • Adds new featured frontmatter field to mark a blog post as featured. Featured posts are listed in a dedicated group in the sidebar.  -  by @HiDeoo (93f06)
    View changes on GitHub

0.11.1

   🐞 Bug Fixes

  • Fixes a potential build error with recent Rollup versions  -  by @HiDeoo (6e213)
    View changes on GitHub

0.11.0

   🚨 Breaking Changes

  • Uses Starlight lastUpdated frontmatter field to display the update date of a blog post  -  by @HiDeoo (75205)
    View changes on GitHub

0.10.0

   🚀 Features

  • Adds support for specifying a blog post’s updated date  -  by @julien-deramond and @HiDeoo (569e0)
    View changes on GitHub

0.9.1

   🐞 Bug Fixes

  • Fixes an issue that could cause duplicated pagination links to be rendered  -  by @HiDeoo (50d7c)
    View changes on GitHub