Releases: trueberryless-org/starlight-theme-next
[email protected]
0.3.2
Patch Changes
8262f4c
Thanks @trueberryless! - Make mobile toc even more little by decreasing the height to 3.5rem
[email protected]
0.3.1
Patch Changes
15a98fd
Thanks @trueberryless and @tsavpyn! - Fix mobile table of contents takes up too much space
[email protected]
0.3.0
Minor Changes
e0537f3
Thanks @trueberryless! - Rename NPM package to starlight-theme-next
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]
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]
0.2.0
Minor Changes
-
#14
623d0c7
Thanks @trueberryless! - Groups all of the Starlight NextJS theme CSS declarations into a singlenextjs
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 version0.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]
0.1.4
Patch Changes
ba3a9df
Thanks @trueberryless! - Fix width of banner being too large when ToC is not visible
[email protected]
0.1.3
Patch Changes
- #9
65eb62a
Thanks @trueberryless! - Fix margin between social icons, make whitespace between sidebar and content bigger
[email protected]
0.1.2
Patch Changes
- #4
479a7dc
Thanks @trueberryless! - Add keywords and lower peerDep to Starlight 0.30 because it's just CSS