Skip to content

Conversation

@astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Aug 7, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@astrojs/[email protected]

Minor Changes

  • #441 0119a49 Thanks @lorenzolewis! - Add support for hiding entries from an autogenerated sidebar:

    ---
    title: About this project
    sidebar:
      hidden: true
    ---
  • #470 d076aec Thanks @delucis! - Drop support for the --sl-hue-accent CSS custom property.

    ⚠️ BREAKING CHANGE — In previous Starlight versions you could control the accent color by setting the --sl-hue-accent custom property. This could result in inaccessible color contrast and unpredictable results.

    You must now set accent colors directly. If you relied on setting --sl-hue-accent, migrate by setting light and dark mode colors in your custom CSS:

    :root {
    	--sl-hue-accent: 234;
    	--sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%);
    	--sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%);
    	--sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%);
    }
    
    :root[data-theme='light'] {
    	--sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%);
    	--sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%);
    	--sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%);
    }

    The new color theme editor might help if you’d prefer to set a new color scheme.

  • #397 73eb5e6 Thanks @lorenzolewis! - Add LinkCard component

Patch Changes

  • #460 2e0fb90 Thanks @HiDeoo! - Fix current page highlight in sidebar for URLs with no trailing slash

  • #467 461a5d5 Thanks @delucis! - Fix type error for downstream tsc users

  • #475 06a205e Thanks @Yan-Thomas! - Locales whose language tag includes a regional subtag now use built-in UI translations for their base language. For example, a locale with a language of pt-BR will use our pt UI translations.

  • #473 6a7692a Thanks @HiDeoo! - Fix issue with nested <Tabs> components

@astrojs/[email protected]

Minor Changes

Patch Changes

@netlify
Copy link

netlify bot commented Aug 7, 2023

Deploy Preview for astro-starlight ready!

Name Link
🔨 Latest commit 9e8a01c
🔍 Latest deploy log https://app.netlify.com/sites/astro-starlight/deploys/64d4c571744db700083752cc
😎 Deploy Preview https://deploy-preview-468--astro-starlight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the 🌟 core Changes to Starlight’s main package label Aug 7, 2023
@astrobot-houston
Copy link
Contributor Author

size-limit report 📦

Path Size
/index.html 13.18 KB (+0.01% 🔺)
/_astro/*.js 16.55 KB (0%)
/_astro/*.css 8.55 KB (0%)

@github-actions github-actions bot force-pushed the changeset-release/main branch 15 times, most recently from 0a3e8e5 to c8ebc8b Compare August 10, 2023 11:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from c8ebc8b to 9e8a01c Compare August 10, 2023 11:09
@delucis delucis merged commit 6dab3e4 into main Aug 10, 2023
@delucis delucis deleted the changeset-release/main branch August 10, 2023 11:12
Yoxnear pushed a commit to Yoxnear/starlight-custom that referenced this pull request Jul 23, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🌟 core Changes to Starlight’s main package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants