Skip to content

starlight-nextjs-theme@0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 21:58
· 6 commits to main since this release
bb9c8ea

0.2.0

Minor Changes

  • #14 623d0c7 Thanks @trueberryless! - Groups all of the Starlight NextJS theme CSS declarations into a single nextjs cascade layer.

    This change aligns with the Starlight CSS architecture and allows for easier customization of the Starlight NextJS theme CSS as any custom unlayered CSS will override the default styles. If you are using cascade layers in your custom CSS, you can use the @layer CSS at-rule to define the order of precedence for different layers including the ones used by Starlight and the Starlight NextJS theme.

    Make sure to check your site’s appearance when upgrading to make sure there are no style regressions caused by this change.

  • #14 623d0c7 Thanks @trueberryless! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.34.0.

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade

Patch Changes

  • #14 4a3ba25 Thanks @trueberryless! - Fixes a banner position issue when using a banner in pages with a sidebar.

  • #14 39abcc1 Thanks @trueberryless! - Fixes an issue where nested user-defined Expressive Code settings were not being applied correctly.