Skip to content

[ci] release#1733

Merged
delucis merged 1 commit into
mainfrom
changeset-release/main
Apr 30, 2024
Merged

[ci] release#1733
delucis merged 1 commit into
mainfrom
changeset-release/main

Conversation

@astrobot-houston
Copy link
Copy Markdown
Contributor

@astrobot-houston astrobot-houston commented Apr 10, 2024

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 7dc503ea Thanks @HiDeoo! - Adds support for syncing multiple sets of tabs on the same page.

  • #1620 ca0678ca Thanks @emjio! - Adds support for translating the site title

    ⚠️ Potentially breaking change: The shape of the title field 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 new siteTitle prop available to component overrides:

    ---
    import type { Props } from '@astrojs/starlight/props';
    
    // The site title for this page’s language:
    const { siteTitle } = Astro.props;
    ---
  • #1613 61493e55 Thanks @HiDeoo! - Adds new draft frontmatter option to exclude a page from production builds.

  • #640 7dc503ea Thanks @HiDeoo! - Updates the default line-height from 1.8 to 1.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:

    :root {
    	--sl-line-height: 1.8;
    }
  • #1720 749ddf85 Thanks @jacobdalamb! - Updates astro-expressive-code dependency to the latest minor release (0.35) and exposes a new @astrojs/starlight/expressive-code/hast module for users who need to use Expressive Code’s version of hast.

    This includes a potentially breaking change if you use custom Expressive Code plugins. See the Expressive Code release notes for full details.

  • #1769 bd5f1cbd Thanks @ncjones! - Adds support for accessing frontmatter data as a variable when using Markdoc

Patch Changes

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
starlight ✅ Ready (Inspect) Visit Preview Apr 30, 2024 3:26pm

@github-actions github-actions Bot added the 🌟 core Changes to Starlight’s main package label Apr 10, 2024
@astrobot-houston
Copy link
Copy Markdown
Contributor Author

size-limit report 📦

Path Size
/index.html 6.1 KB (+0.04% 🔺)
/_astro/*.js 21.58 KB (0%)
/_astro/*.css 13.45 KB (0%)

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 00157c1 to ddda0c2 Compare April 10, 2024 16:37
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 42ca78c to 7724c32 Compare April 10, 2024 20:11
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7724c32 to 7e11251 Compare April 11, 2024 02:46
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7e11251 to 95aebfa Compare April 11, 2024 09:13
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 95aebfa to c659e0c Compare April 11, 2024 11:14
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from b75a5ff to 5587b53 Compare April 11, 2024 11:33
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 3844b7b to 65031e6 Compare April 11, 2024 15:03
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 65031e6 to b4d8d65 Compare April 11, 2024 15:23
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 6cbe22f to 7bae26e Compare April 12, 2024 10:21
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7bae26e to c47f95f Compare April 12, 2024 10:27
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3123aa6 to fd515b1 Compare April 15, 2024 15:31
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fd515b1 to 3804a65 Compare April 15, 2024 18:33
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3804a65 to 2c3b4e5 Compare April 16, 2024 12:44
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2c3b4e5 to 3a0a606 Compare April 18, 2024 07:48
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from b9eb904 to 4d99cc2 Compare April 22, 2024 07:32
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4d99cc2 to df7f229 Compare April 22, 2024 07:42
@github-actions github-actions Bot force-pushed the changeset-release/main branch from df7f229 to e276652 Compare April 22, 2024 08:07
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 91dc6ca to 0364170 Compare April 23, 2024 07:58
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 0364170 to 127f58d Compare April 23, 2024 08:04
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 127f58d to c4280d8 Compare April 24, 2024 08:56
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 039970b to b01412a Compare April 26, 2024 09:50
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 1330be8 to d84fc93 Compare April 29, 2024 11:02
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d84fc93 to be72bd5 Compare April 29, 2024 12:12
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.

2 participants