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.2 (2025/05/09)
Section titled “0.3.2 (2025/05/09)”Upgrades
Section titled “Upgrades”- Switch all CSS provided by this package to a CSS cascade layer.
- The theme now exists on the
sitegraph
layer, added after the basestarlight
layer. - Styles added by this package can now be more easily overridden with custom CSS.
- The theme now exists on the
- Made the package version constraint less stringent, making
npm
less likely to throw a peer dependency error when installing the package. - Catch cases where an unloaded CSS variable gets passed to
chroma
, causing a minor error in the console.
0.3.1 (2025/05/02)
Section titled “0.3.1 (2025/05/02)”Upgrades
Section titled “Upgrades”- The minimum supported version of Starlight is now
0.33.0
due to a change in the social link syntax.
0.3.0 (2025/03/21)
Section titled “0.3.0 (2025/03/21)”Upgrades
Section titled “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>
- 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)
Section titled “0.2.2 (2025/01/23)”Upgrades
Section titled “Upgrades”- The minimum supported version of Starlight is now
0.31.0
, and Astro5.1.5
.
0.2.1 (2025/01/23)
Section titled “0.2.1 (2025/01/23)”- 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)
Section titled “0.2.0 (2025/01/22)”Upgrades
Section titled “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)
Section titled “0.1.11 (2024/12/12)”- Backlinks not being visible when graph component is hidden in sidebar
0.1.10 (2024/12/9)
Section titled “0.1.10 (2024/12/9)”- Page backlinks not being generated in production websites
0.1.9 (2024/11/13)
Section titled “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.