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.