Skip to content

[ci] release#1079

Merged
delucis merged 1 commit into
mainfrom
changeset-release/main
Nov 20, 2023
Merged

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

Conversation

@astrobot-houston
Copy link
Copy Markdown
Contributor

@astrobot-houston astrobot-houston commented Nov 17, 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.13.0

Minor Changes

  • #1023 a3b80f7 Thanks @kevinzunigacuellar! - Respect the trailingSlash and build.format Astro options when creating Starlight navigation links.

    ⚠️ Potentially breaking change:
    This change will cause small changes in link formatting for most sites.
    These are unlikely to break anything, but if you care about link formatting, you may want to change some Astro settings.

    If you want to preserve Starlight’s previous behavior, set trailingSlash: 'always' in your astro.config.mjs:

    import { defineConfig } from 'astro/config';
    import starlight from '@astrojs/starlight';
    
    export default defineConfig({
    	trailingSlash: 'always',
    	integrations: [
    		starlight({
    			// ...
    		}),
    	],
    });
  • #742 c6a4bcb Thanks @hippotastic! - Adds Expressive Code as Starlight’s default code block renderer

    ⚠️ Potentially breaking change:
    This addition changes how Markdown code blocks are rendered. By default, Starlight will now use Expressive Code.
    If you were already customizing how code blocks are rendered and don't want to use the features provided by Expressive Code, you can preserve the previous behavior by setting the new config option expressiveCode to false.

    If you had previously added Expressive Code manually to your Starlight project, you can now remove the manual set-up in astro.config.mjs:

    • Move your configuration to Starlight’s new expressiveCode option.
    • Remove the astro-expressive-code integration.

    For example:

    import starlight from '@astrojs/starlight';
    import { defineConfig } from 'astro/config';
    - import expressiveCode from 'astro-expressive-code';
    
    export default defineConfig({
      integrations: [
    -   expressiveCode({
    -     themes: ['rose-pine'],
    -   }),
        starlight({
          title: 'My docs',
    +     expressiveCode: {
    +       themes: ['rose-pine'],
    +     },
        }),
      ],
    });

    Note that the built-in Starlight version of Expressive Code sets some opinionated defaults that are different from the astro-expressive-code defaults. You may need to set some styleOverrides if you wish to keep styles exactly the same.

  • #517 5b549cb Thanks @liruifengv! - Add i18n support for default aside labels

Patch Changes

@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 17, 2023

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

Name Status Preview Updated (UTC)
starlight ✅ Ready (Inspect) Visit Preview Nov 20, 2023 9:50pm

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

size-limit report 📦

Path Size
/index.html 5.12 KB (0%)
/_astro/*.js 19.27 KB (0%)
/_astro/*.css 9.71 KB (0%)

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 644d926 to 19b093b Compare November 17, 2023 11:14
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 6d8155c to 6566293 Compare November 17, 2023 11:21
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 8f49479 to 999939e Compare November 17, 2023 11:59
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 9f0ee17 to 9f71623 Compare November 17, 2023 12:15
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 9840266 to 1d3ba1a Compare November 17, 2023 12:33
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1d3ba1a to ef18b3f Compare November 17, 2023 13:46
@github-actions github-actions Bot force-pushed the changeset-release/main branch from ef18b3f to 5fc3395 Compare November 17, 2023 13:48
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5fc3395 to 2953c6b Compare November 17, 2023 13:53
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from c315c4d to 283ba72 Compare November 17, 2023 14:12
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from c8eca16 to fc7db00 Compare November 17, 2023 14:17
@github-actions github-actions Bot force-pushed the changeset-release/main branch from a1a09c3 to d3e0e8e Compare November 17, 2023 18:54
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d3e0e8e to d07a258 Compare November 18, 2023 09:31
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from ea331f6 to e780828 Compare November 18, 2023 09:37
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e780828 to 57c3d79 Compare November 18, 2023 10:27
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 57c3d79 to 76f7341 Compare November 18, 2023 12:12
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 76f7341 to 05ffb3f Compare November 19, 2023 09:35
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 05ffb3f to 95f8905 Compare November 19, 2023 09:40
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 95f8905 to 098dd10 Compare November 19, 2023 09:46
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 098dd10 to 0644d84 Compare November 19, 2023 21:46
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from f10909f to 4243b57 Compare November 19, 2023 21:52
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 573c3c2 to 8f01e7b Compare November 20, 2023 21:44
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