Starlight Site Graph Changelog
This page documents the changes made to the Starlight Site Graph. For the most up-to-date information, refer to the changelog of the individual releases on the GitHub releases page.
0.3.0 (2025/03/21)
Upgrades
- ⚠️ Minor change: The minimum supported version of Starlight is now
0.32.0
, and Astro5.5.0
.
No breaking changes are introduced in this upgrade, but it is recommended to update component overrides snippets that were provided by this plugin: please remove the following lines:---import type { Props } from '@astrojs/starlight/props';import Default from "@astrojs/starlight/components/PageSidebar.astro";---<Default {...Astro.props}><slot /></Default><Default><slot /></Default>
Fixes
- Allow for the plugin configuration to be defined partially, instead of throwing an error
- Respect Astro’s
trailingSlash
configuration for sitemap generation and link following - Resolve mismatching Astro dependency versions due to old
astro
peer-dependency ofastro-integration-kit
- Bug flag not being parsed correctly, resulting in a spurious
pixi-stats
missing error
0.2.2 (2025/01/23)
Upgrades
- The minimum supported version of Starlight is now
0.31.0
, and Astro5.1.5
.
0.2.1 (2025/01/23)
Fixes
- CSS color variables for graph nodes not supporting color spaces other than
rgb
andrgba
- Re-add missing
gray-matter
dependency
0.2.0 (2025/01/22)
Upgrades
- ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now
0.30.0
.
Please follow the upgrade guide to update your project.
Note that thelegacy.collections
flag is not supported by this plugin and you should update your collections to use Astro’s new Content Layer API.
0.1.11 (2024/12/12)
Fixes
- Backlinks not being visible when graph component is hidden in sidebar
0.1.10 (2024/12/9)
Fixes
- Page backlinks not being generated in production websites
0.1.9 (2024/11/13)
First official release of the package
Older versions can be found in the releases but are not recommended for use.