Releases: HiDeoo/starlight-theme-rapide
starlight-theme-rapide@0.5.2
starlight-theme-rapide@0.5.1
starlight-theme-rapide@0.5.0
Minor Changes
-
#23
b4cf090Thanks @HiDeoo! -⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version0.34.0.Please use the
@astrojs/upgradecommand to upgrade your project:npx @astrojs/upgrade
-
#23
b4cf090Thanks @HiDeoo! - Groups all of the Starlight Rapide theme CSS declarations into a singlerapidecascade layer.This change aligns with the Starlight CSS architecture and allows for easier customization of the Starlight Rapide theme CSS as any custom unlayered CSS will override the default styles. If you are using cascade layers in your custom CSS, you can use the
@layerCSS at-rule to define the order of precedence for different layers including the ones used by Starlight and the Starlight Rapide theme.Make sure to check your site’s appearance when upgrading to make sure there are no style regressions caused by this change.
-
#23
b4cf090Thanks @HiDeoo! - Adds custom styles for clickable anchor links for headings when the Starlightmarkdown.headingLinksconfiguration option is enabled. -
#23
b4cf090Thanks @HiDeoo! - Updates the styling of top-level sidebar links to be more consistent with other sidebar links. -
#23
b4cf090Thanks @HiDeoo! - Removes component overrides for the Starlight<Banner>and<PageTitle>components.Previously, the Starlight Rapide theme included overrides for these components to tweak the appearance of announcement banners displayed at the top of the page. These changes are now entirely CSS-based without any component overrides.
Patch Changes
starlight-theme-rapide@0.4.0
starlight-theme-rapide@0.3.0
Minor Changes
-
#16
5ea2109Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now0.30.0.Please follow the upgrade guide to update your project.
v0.2.1
🐞 Bug Fixes
View changes on GitHub
v0.2.0
v0.1.1
🚀 Features
- Initial public release