Skip to content

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.

  • 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.
  • 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 base starlight layer.
    • Styles added by this theme can now be more easily overridden with custom CSS.
  • Fix issue which may cause the build step to fail
  • Improve overflow behaviour of social media icons in sidebar
  • ⚠️ Minor change: The minimum supported version of Starlight is now 0.32.0, and Astro 5.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>
  • The minimum supported version of Starlight is now 0.31.0, and Astro 5.1.5.
  • ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.30.0, and Astro 5.0.0.
    Please follow the upgrade guide to update your project.
    Note that the legacy.collections flag is not supported by this theme and you should update your collections to use Astro’s new Content Layer API.
  • Simpler disabling of the graph and backlinks via the graph and backlinks settings
  • Site sidebar not scrolling properly on Firefox
  • Completely empty pages not rendering properly
  • Screenreader elements causing page overflow
  • Prevent additional padding on pages without a sidebar

First official release of the theme
Older versions can be found in the releases but are not recommended for use.