Skip to content

Releases: trueberryless-org/starlight-nextjs-theme

starlight-nextjs-theme@0.2.0

16 May 21:58
bb9c8ea
Compare
Choose a tag to compare

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.

starlight-nextjs-theme@0.1.4

16 May 15:25
bb1889a
Compare
Choose a tag to compare

0.1.4

Patch Changes

starlight-nextjs-theme@0.1.3

15 May 20:51
aae7c6c
Compare
Choose a tag to compare

0.1.3

Patch Changes

  • #9 65eb62a Thanks @trueberryless! - Fix margin between social icons, make whitespace between sidebar and content bigger

starlight-nextjs-theme@0.1.2

08 Apr 19:27
e274704
Compare
Choose a tag to compare

0.1.2

Patch Changes

starlight-nextjs-theme@0.1.0

06 Apr 19:18
7fb3e45
Compare
Choose a tag to compare

0.1.0

Minor Changes