Skip to content

All versions since 0.26.1

0.26.1

Patch Changes

  • #202 99e3282 Thanks @julien-deramond! - Fixes a regression in version 0.26.0 preventing to use Infinity as a value for the postCount and recentPostCount configuration options.

0.27.0

Minor Changes

  • #209 e6c8154 Thanks @HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

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

    Please follow the upgrade guide to update your project.

  • #209 e6c8154 Thanks @HiDeoo! - Adds support for the Sätteri Markdown processor.

0.28.0

Minor Changes

  • #217 8ac4113 Thanks @HiDeoo! - Adds support for multiple blog instances, for example to create both a regular blog and a dedicated news section.

  • #213 d3efb3f Thanks @HiDeoo! - Adds structured data to blog pages.

  • #216 baa2c66 Thanks @HiDeoo! - Adds support for the RFC 5005 to the RSS feed which now exposes monthly archive links to allow compatible feed readers to discover older blog posts.

  • #220 6bcd740 Thanks @HiDeoo! - Makes cover images in blog post listings link to their posts.

  • #222 16cfab9 Thanks @HiDeoo! - Adds a <Preview> component to render posts from blog data like on blog listing pages.

Patch Changes

0.29.0 Latest

Minor Changes

  • #225 6449901 Thanks @HiDeoo! - Improves the generated blog markup to provide more consistent CSS selectors for custom styling and theming.

    ⚠️ Potentially breaking change: If you have custom CSS targeting generated blog markup, you may want to double check the visual appearance of the generated pages when updating.