Changelog
This page documents the changes made to the Starlight Obsidian Theme. For the most up-to-date information, refer to the changelog of the individual releases on the GitHub releases page.
0.3.1 (2025/05/09)
Section titled “0.3.1 (2025/05/09)”- Properly add
sitegraph
as a layer to the CSS cascade, so that this theme can override its variables - Made the package version constraint less stringent, making
npm
less likely to throw a peer dependency error when installing the package.
0.3.0 (2025/05/09)
Section titled “0.3.0 (2025/05/09)”Upgrades
Section titled “Upgrades”- The minimum supported version of Starlight is now
0.33.0
due to a change in the social link syntax and support for CSS cascade layers.- The theme now exists on the
obsidian
layer, added after the basestarlight
layer. - Styles added by this theme can now be more easily overridden with custom CSS.
- The theme now exists on the
0.2.2 (2025/03/28)
Section titled “0.2.2 (2025/03/28)”- Fix issue which may cause the
build
step to fail
0.2.1 (2025/03/22)
Section titled “0.2.1 (2025/03/22)”- Improve overflow behaviour of social media icons in sidebar
0.2.0 (2025/03/21)
Section titled “0.2.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>
- Center header for full-screen pages
- Slightly improve rendering for dark reader extension users
- All fixes from
starlight-site-graph
version0.3.0
0.1.1 (2025/01/23)
Section titled “0.1.1 (2025/01/23)”Upgrades
Section titled “Upgrades”- The minimum supported version of Starlight is now
0.31.0
, and Astro5.1.5
.
0.1.0 (2025/01/22)
Section titled “0.1.0 (2025/01/22)”Upgrades
Section titled “Upgrades”- ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now
0.30.0
, and Astro5.0.0
.
Please follow the upgrade guide to update your project.
Note that thelegacy.collections
flag is not supported by this theme and you should update your collections to use Astro’s new Content Layer API.
0.0.10 (2024/12/12)
Section titled “0.0.10 (2024/12/12)”Features
Section titled “Features”- Simpler disabling of the graph and backlinks via the
graph
andbacklinks
settings
0.0.9 (2024/11/11)
Section titled “0.0.9 (2024/11/11)”- Site sidebar not scrolling properly on Firefox
- Completely empty pages not rendering properly
0.0.8 (2024/10/30)
Section titled “0.0.8 (2024/10/30)”- Screenreader elements causing page overflow
- Prevent additional padding on pages without a sidebar
0.0.7 (2024/10/18)
Section titled “0.0.7 (2024/10/18)”First official release of the theme
Older versions can be found in the releases but are not recommended for use.