Merged
Conversation
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
56b155a to
106d350
Compare
Contributor
Author
size-limit report 📦
|
d9a18db to
479fd16
Compare
479fd16 to
ce5281d
Compare
HiDeoo
added a commit
to HiDeoo/starlight
that referenced
this pull request
Nov 2, 2023
* main: (22 commits) fix(docs-i18n-tracker): update `translations` import (withastro#1025) [ci] format i18n(zh-cn): Update css-and-tailwind.mdx (withastro#1018) [ci] format i18n(zh-cn): Update authoring-content.md (withastro#1016) i18n(ko-KR): update `configuration.mdx` (withastro#1015) i18n(ko-KR): update `sidebar.mdx` (withastro#1014) i18n(ko-KR): update `i18n.mdx` (withastro#1013) [ci] format i18n(ko-KR): update `frontmatter.md` (withastro#1017) [ci] format i18n(pt-BR): Update `css-and-tailwind.mdx`, `authoring-content.md` and `overrides.md` (withastro#1009) [ci] format [ci] release (withastro#996) Fix Prettier-compatibility of i18n test fixture Refactor translation system to be reusable in non-Astro code (withastro#1003) Add social icons to mobile menu footer (withastro#988) [ci] format Add Galician language support (withastro#1004) feat: add support for light / dark hero images (withastro#280) ...
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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/starlight@0.12.0
Minor Changes
#995
5bf4457Thanks @kevinzunigacuellar! - Adds support for adding sidebar badges to group headings#988
977fe13Thanks @magicDGS! - Include social icon links in mobile menu#280
72cca2dThanks @cbontems! - Support light & dark variants of the hero image.hero.imageschema is now slightly stricter than previously.The
hero.image.htmlproperty can no longer be used alongside thehero.image.altorhero.image.fileproperties.Previously,
htmlwas ignored when used withfileandaltwas ignored when used withhtml.Now, those combinations will throw errors.
If you encounter errors, remove the
image.heroproperty that is not in use.Patch Changes
#1004
7f92213Thanks @nunhes! - Add Galician language support#1003
f1fdb50Thanks @delucis! - Internal: refactor translation string loading to make translations available to Starlight integration code@astrojs/starlight-tailwind@2.0.1
Patch Changes
232f512Thanks @torn4dom4n! - Showtailwind.config.mjsfile in docs