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 #816

Merged
merged 1 commit into from
Oct 6, 2023
Merged

[ci] release #816

merged 1 commit into from
Oct 6, 2023

Conversation

astrobot-houston
Copy link
Collaborator

@astrobot-houston astrobot-houston commented Oct 6, 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/starlight@0.11.0

Minor Changes

  • #774 903a579 Thanks @HiDeoo! - Support adding HTML attributes to sidebar links from config and frontmatter

  • #796 372ec96 Thanks @HiDeoo! - Add the @astrojs/sitemap and @astrojs/mdx integrations only if they are not detected in the Astro configuration.

    ⚠️ BREAKING CHANGE The minimum supported version of Astro is now v3.2.0. Make sure you update Astro at the same time as updating Starlight:

    npm install astro@latest
  • #447 b45719b Thanks @andremralves! - Add titleDelimiter configuration option and include site title in page <title> tags

    ⚠️ BREAKING CHANGE — Previously, every page’s <title> only included its individual frontmatter title.
    Now, <title> tags include the page title, a delimiter character (| by default), and the site title.
    For example, in the Startlight docs, <title>Configuration Reference</title> is now <title>Configuration Reference | Starlight</title>.

    If you have a page where you need to override this new behaviour, set a custom title using the head frontmatter property:

    ---
    title: My Page
    head:
      - tag: title
        content: Custom Title
    ---
  • #709 140e729 Thanks @delucis! - Add support for overriding Starlight’s built-in components

    ⚠️ BREAKING CHANGE — The page footer is now included on pages with template: splash in their frontmatter. Previously, this was not the case. If you are using template: splash and want to continue to hide footer elements, disable them in your frontmatter:

    ---
    title: Landing page
    template: splash
    # Disable unwanted footer elements as needed
    editUrl: false
    lastUpdated: false
    prev: false
    next: false
    ---

    ⚠️ BREAKING CHANGE — This change involved refactoring the structure of some of Starlight’s built-in components slightly. If you were previously overriding these using other techniques, you may need to adjust your code.

Patch Changes

@vercel
Copy link

vercel bot commented Oct 6, 2023

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

Name Status Preview Updated (UTC)
starlight ✅ Ready (Inspect) Visit Preview Oct 6, 2023 4:57pm

@netlify
Copy link

netlify bot commented Oct 6, 2023

Deploy Preview for astro-starlight ready!

Name Link
🔨 Latest commit b248304
🔍 Latest deploy log https://app.netlify.com/sites/astro-starlight/deploys/65203bf5e6005a0008dfc5e6
😎 Deploy Preview https://deploy-preview-816--astro-starlight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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 Oct 6, 2023
@astrobot-houston
Copy link
Collaborator Author

size-limit report 📦

Path Size
/index.html 9.42 KB (0%)
/_astro/*.js 19.25 KB (0%)
/_astro/*.css 10.9 KB (0%)

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 90b64bb to fda5f7d Compare October 6, 2023 14:22
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from e272be7 to da5722b Compare October 6, 2023 14:30
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 9eca704 to d3f1ae0 Compare October 6, 2023 15:54
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from c914aba to de1c6c5 Compare October 6, 2023 16:18
@delucis delucis merged commit 6786f82 into main Oct 6, 2023
5 checks passed
@delucis delucis deleted the changeset-release/main branch October 6, 2023 16:58
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