Skip to content

Starlight Blog Changelog

0.23.1

Patch Changes

0.23.0

Minor Changes

  • #147 23f3f67 Thanks @HiDeoo! - Uses Starlight’s built-in support for internationalization powered by i18next to render blog post creation and update dates.

    This change allows for more flexibility in formatting and translating these dates, including the ability to use different formats for different locales.

    The starlightBlog.post.date string has been added to the list of UI strings provided by the plugin and the existing starlightBlog.post.lastUpdate string has been updated.

0.22.0

Minor Changes

  • #144 93a5d70 Thanks @HiDeoo! - Adds support for defining excerpts using excerpt delimiters in blog posts. Any content above an excerpt delimiter will be used as the excerpt of a blog post.

    To learn more about excerpts, check the new “Excerpts” guide.

0.21.0

Minor Changes

  • #139 6ed1559 Thanks @HiDeoo! - Displays cover images for blog posts in pages that list blog posts such as the blog index page.

  • #139 6ed1559 Thanks @HiDeoo! - Adds a new navigation option to the blog configuration to control the type of navigation links to the blog to display on a page.

    The current behavior (header-end) to add a link to the blog before the theme switcher in the header on large viewports and a link to the mobile menu sidebar for non-blog pages on smaller viewports remains unchanged. Two new behaviors are now available:

    • header-start — Adds a link to the blog after the site title or logo in the header on large viewports. On smaller viewports, a link to the blog is added to the mobile menu sidebar for non-blog pages.
    • none — Does not add any links to the blog and it is up to the user to add links to the blog wherever they want.

Patch Changes

  • #139 6ed1559 Thanks @HiDeoo! - Fixes an inconsistency in blog post ordering for posts with the same date.

    Blog posts are now consistently ordered by their date in descending order, and then by their title in ascending order if the dates are identical.

0.20.0

Minor Changes

  • #131 32d0fdd Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.33.0.

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

    Terminal window
    npx @astrojs/upgrade

0.19.0

Minor Changes

0.18.0

Minor Changes

  • #122 75dee60 Thanks @HiDeoo! - Respects Starlight convention to generate URLs with a trailing slash when using the trailingSlash: 'ignore' Astro configuration option (the default) as many common hosting providers redirect to URLs with a trailing slash by default.

0.17.3

Patch Changes

  • #120 24172db Thanks @HiDeoo! - Fixes a potential build issue for blogs with more than 20 posts also generating an RSS feed.

0.17.2

Patch Changes

  • #115 90da130 Thanks @HiDeoo! - Improves build performance for large sites by adding a caching layer to blog entries and data.

0.17.1

Patch Changes

  • #113 b6f7122 Thanks @HiDeoo! - Fixes an issue where aside icons were not removed from RSS content.