Starlight Obsidian Theme 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.2.2 (2025/03/28)
Fixes
- Fix issue which may cause the
build
step to fail
0.2.1 (2025/03/22)
Fixes
- Improve overflow behaviour of social media icons in sidebar
0.2.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
- 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)
Upgrades
- The minimum supported version of Starlight is now
0.31.0
, and Astro5.1.5
.
0.1.0 (2025/01/22)
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)
Features
- Simpler disabling of the graph and backlinks via the
graph
andbacklinks
settings
0.0.9 (2024/11/11)
Fixes
- Site sidebar not scrolling properly on Firefox
- Completely empty pages not rendering properly
0.0.8 (2024/10/30)
Fixes
- Screenreader elements causing page overflow
- Prevent additional padding on pages without a sidebar
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.