[ci] release#1733
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
Author
size-limit report 📦
|
00157c1 to
ddda0c2
Compare
42ca78c to
7724c32
Compare
7724c32 to
7e11251
Compare
7e11251 to
95aebfa
Compare
95aebfa to
c659e0c
Compare
b75a5ff to
5587b53
Compare
3844b7b to
65031e6
Compare
65031e6 to
b4d8d65
Compare
6cbe22f to
7bae26e
Compare
7bae26e to
c47f95f
Compare
3123aa6 to
fd515b1
Compare
fd515b1 to
3804a65
Compare
3804a65 to
2c3b4e5
Compare
2c3b4e5 to
3a0a606
Compare
b9eb904 to
4d99cc2
Compare
4d99cc2 to
df7f229
Compare
df7f229 to
e276652
Compare
91dc6ca to
0364170
Compare
0364170 to
127f58d
Compare
127f58d to
c4280d8
Compare
039970b to
b01412a
Compare
1330be8 to
d84fc93
Compare
d84fc93 to
be72bd5
Compare
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.22.0
Minor Changes
#640
7dc503eaThanks @HiDeoo! - Adds support for syncing multiple sets of tabs on the same page.#1620
ca0678caThanks @emjio! - Adds support for translating the site titletitlefield on Starlight’s internal config object has changed. This used to be a string, but is now an object.If you are relying on
config.title(for example in a custom<SiteTitle>or<Head>component), you will need to update your code. We recommend using the newsiteTitleprop available to component overrides:#1613
61493e55Thanks @HiDeoo! - Adds newdraftfrontmatter option to exclude a page from production builds.#640
7dc503eaThanks @HiDeoo! - Updates the defaultline-heightfrom1.8to1.75. This change avoids having a line height with a fractional part which can cause scripts accessing dimensions involving the line height to get an inconsistent rounded value in various browsers.If you want to preserve the previous
line-height, you can add the following custom CSS to your site:#1720
749ddf85Thanks @jacobdalamb! - Updatesastro-expressive-codedependency to the latest minor release (0.35) and exposes a new@astrojs/starlight/expressive-code/hastmodule for users who need to use Expressive Code’s version ofhast.This includes a potentially breaking change if you use custom Expressive Code plugins. See the Expressive Code release notes for full details.
#1769
bd5f1cbdThanks @ncjones! - Adds support for accessing frontmatter data as a variable when using MarkdocPatch Changes
#1788
681a4273Thanks @dragomano! - Adds Russian translations for Expressive Code labels#1780
4db6025aThanks @MiahaCybersec! - Adds 1 new icon:signal#1785
65009c9cThanks @dreyfus92! - Adds 5 new icons:node,cloudflare,vercel,netlifyanddeno#1786
d05d693aThanks @delucis! - Fixes type inference for i18n strings added by extending the default schema#1777
6949404bThanks @HiDeoo! - Fixes an issue where TypeScript could fail to serialize the frontmatter schema when configured to emit declaration files#1734
4493dcfaThanks @delucis! - Refactors<ThemeSelect>custom element logic to improve performance#1731
f08b0dffThanks @techfg! - Fixes responding to system color scheme changes when theme isauto#1793
2616f0c7Thanks @Mrahmani71! - Updates the Farsi UI translations