Skip to content

Releases: HiDeoo/starlight-blog

[email protected]

25 Feb 09:42
b00fa8b
Compare
Choose a tag to compare

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.

[email protected]

24 Feb 15:23
325b7a5
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

17 Feb 09:03
7888904
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

15 Feb 20:22
a6257a2
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

15 Feb 18:31
c529bf6
Compare
Choose a tag to compare

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:

    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.

[email protected]

22 Dec 11:16
fb46bad
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Dec 15:00
7716de0
Compare
Choose a tag to compare

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.

v0.15.0

23 Nov 15:30
v0.15.0
0bd66fd
Compare
Choose a tag to compare

   🚀 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

v0.14.1

22 Oct 08:37
v0.14.1
99d3d11
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.14.0

16 Oct 12:27
v0.14.0
f22abee
Compare
Choose a tag to compare

   🚨 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