Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #1733

Merged
merged 1 commit into from Apr 30, 2024
Merged

[ci] release #1733

merged 1 commit into from Apr 30, 2024

Conversation

astrobot-houston
Copy link
Collaborator

@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

Copy link

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
Collaborator 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 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 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 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 3 times, most recently from a4a3014 to 4304120 Compare April 30, 2024 15:04
@delucis delucis merged commit a70a1db into main Apr 30, 2024
2 checks passed
@delucis delucis deleted the changeset-release/main branch April 30, 2024 15:27
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.

None yet

2 participants