Skip to content

Releases: trueberryless-org/starlight-theme-next

[email protected]

26 Jul 21:05
4cac5bc
Compare
Choose a tag to compare

0.3.2

Patch Changes

[email protected]

26 Jul 20:54
80d4428
Compare
Choose a tag to compare

0.3.1

Patch Changes

[email protected]

26 Jul 13:26
4e19959
Compare
Choose a tag to compare

0.3.0

Minor Changes

Patch Changes

  • 9f032da Thanks @trueberryless! - Make pagination labels and arrows more subtle and adjust margins and sizes

  • 24cd5c2 Thanks @trueberryless! - Fix spacing between social icons when screen width is between 800px and 1151px

[email protected]

12 Jul 21:51
ad99d5d
Compare
Choose a tag to compare

0.2.1

Patch Changes

  • fa2e281 Thanks @trueberryless! - Improve the accessibility of the Table of Contents by highlighting the active heading with the accent color.

[email protected]

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.

[email protected]

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

0.1.4

Patch Changes

[email protected]

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

[email protected]

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

0.1.2

Patch Changes

[email protected]

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

0.1.0

Minor Changes