All versions since 0.24.3
0.24.3
Patch Changes
- #178
b2d4c4dThanks @HiDeoo! - Setups trusted publishing using OpenID Connect (OIDC) authentication — no code changes.
0.25.0
Minor Changes
- #181
5393110Thanks @HiDeoo! - Adds Astro’s built-in optimized asset support for local author profile pictures.
0.25.1
Patch Changes
0.25.2
Patch Changes
- #186
1bdbaa4Thanks @HiDeoo! - Fixes a potential issue where author and tag names containing special characters could be improperly escaped in some UI strings.
0.25.3
Patch Changes
- #194
d8721b8Thanks @HiDeoo! - Fixes a memory leak issue for blog posts with an excerpt due to a third-party dependency.
0.26.0
Minor Changes
-
#199
3c6cf12Thanks @HiDeoo! - Adds support for Astro v6, drops support for Astro v5.⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now
0.38.0.Please follow the upgrade guide to update your project.
-
#201
a3cddb7Thanks @HiDeoo! - Adds a newrssconfiguration option to disable the automatic generation of an RSS feed for the blog when the Astrositeoption is set.
0.26.1
Patch Changes
- #202
99e3282Thanks @julien-deramond! - Fixes a regression in version0.26.0preventing to useInfinityas a value for thepostCountandrecentPostCountconfiguration options.
0.27.0
Minor Changes
-
#209
e6c8154Thanks @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
e6c8154Thanks @HiDeoo! - Adds support for the Sätteri Markdown processor.
0.28.0
Minor Changes
-
#217
8ac4113Thanks @HiDeoo! - Adds support for multiple blog instances, for example to create both a regular blog and a dedicated news section. -
#213
d3efb3fThanks @HiDeoo! - Adds structured data to blog pages. -
#216
baa2c66Thanks @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
6bcd740Thanks @HiDeoo! - Makes cover images in blog post listings link to their posts. -
#222
16cfab9Thanks @HiDeoo! - Adds a<Preview>component to render posts from blog data like on blog listing pages.
Patch Changes
-
#215
ccbe187Thanks @HiDeoo! - Uses blog post descriptions as fallback RSS item descriptions when no excerpt is specified. -
#219
b18f881Thanks @HiDeoo! - Removes usage of a Starlight internal virtual module. -
#221
f0e62a1Thanks @HiDeoo! - Prevents unnecessary processing and warnings when previewing a project.
0.29.0 Latest
Minor Changes
-
#225
6449901Thanks @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.