Bump @astrojs/starlight from 0.25.5 to 0.26.1
Bumps @astrojs/starlight from 0.25.5 to 0.26.1.
Release notes
Sourced from @astrojs/starlight's releases.
@astrojs/starlight@0.26.1Patch Changes
- #2219
74d4716Thanks@HiDeoo! - Fixes a sidebar persistence issue when navigating between pages with different sidebar content.
@astrojs/starlight@0.26.0Minor Changes
#1784
68f56a7Thanks@HiDeoo! - Adds<LinkButton>component for visually distinct and emphasized call to action links#2150
9368494Thanks@delucis! - Adds state persistence across page navigations to the main site sidebar#2087
caa84eaThanks@HiDeoo! - Adds persistence to synced<Tabs>so that a user's choices are reflected across page navigations.#2051
ec3b579Thanks@HiDeoo! - Adds a guideline to the last step of the<Steps>component.If you want to preserve the previous behaviour and hide the guideline on final steps, you can add the following custom CSS to your site:
/* Hide the guideline for the final step in <Steps> lists. */ .sl-steps > li:last-of-type::after { background: transparent; }#1784
68f56a7Thanks@HiDeoo! - Changes the hero component action button default variant fromminimaltoprimary.⚠️ BREAKING CHANGE: If you want to preserve the previous appearance, hero component action buttons previously declared without a
variantwill need to be updated to include thevariantproperty with the valueminimal.hero: actions: - text: View on GitHub link: https://github.com/astronaut/my-project icon: external + variant: minimal#2168
e044feeThanks@HiDeoo! - ⚠️ BREAKING CHANGE: Updates the<StarlightPage />componentsidebarprop to accept an array ofSidebarItems like the main Starlightsidebarconfiguration inastro.config.mjs.This change simplifies the definition of sidebar items in the
<StarlightPage />component, allows for shared sidebar configuration between the globalsidebaroption and<StarlightPage />component, and also enables the usage of autogenerated sidebar groups with the<StarlightPage />component. If you are using the<StarlightPage />component with a customsidebarconfiguration, you will need to update thesidebarprop to an array ofSidebarItemobjects.For example, the following custom page with a custom
sidebarconfiguration defines a “Resources” group with a “New” badge, a link to the “Showcase” page which is part of thedocscontent collection, and a link to the Starlight website:--- // src/pages/custom-page/example.astro ---
... (truncated)
Changelog
Sourced from @astrojs/starlight's changelog.
0.26.1
Patch Changes
- #2219
74d4716Thanks@HiDeoo! - Fixes a sidebar persistence issue when navigating between pages with different sidebar content.0.26.0
Minor Changes
#1784
68f56a7Thanks@HiDeoo! - Adds<LinkButton>component for visually distinct and emphasized call to action links#2150
9368494Thanks@delucis! - Adds state persistence across page navigations to the main site sidebar#2087
caa84eaThanks@HiDeoo! - Adds persistence to synced<Tabs>so that a user's choices are reflected across page navigations.#2051
ec3b579Thanks@HiDeoo! - Adds a guideline to the last step of the<Steps>component.If you want to preserve the previous behaviour and hide the guideline on final steps, you can add the following custom CSS to your site:
/* Hide the guideline for the final step in <Steps> lists. */ .sl-steps > li:last-of-type::after { background: transparent; }#1784
68f56a7Thanks@HiDeoo! - Changes the hero component action button default variant fromminimaltoprimary.⚠️ BREAKING CHANGE: If you want to preserve the previous appearance, hero component action buttons previously declared without a
variantwill need to be updated to include thevariantproperty with the valueminimal.hero: actions: - text: View on GitHub link: https://github.com/astronaut/my-project icon: external + variant: minimal#2168
e044feeThanks@HiDeoo! - ⚠️ BREAKING CHANGE: Updates the<StarlightPage />componentsidebarprop to accept an array ofSidebarItems like the main Starlightsidebarconfiguration inastro.config.mjs.This change simplifies the definition of sidebar items in the
<StarlightPage />component, allows for shared sidebar configuration between the globalsidebaroption and<StarlightPage />component, and also enables the usage of autogenerated sidebar groups with the<StarlightPage />component. If you are using the<StarlightPage />component with a customsidebarconfiguration, you will need to update thesidebarprop to an array ofSidebarItemobjects.For example, the following custom page with a custom
sidebarconfiguration defines a “Resources” group with a “New” badge, a link to the “Showcase” page which is part of thedocscontent collection, and a link to the Starlight website:--- // src/pages/custom-page/example.astro
... (truncated)
Commits
f68fe5b[ci] release (#2220)74d4716Fix a sidebar persistence issue when navigating between pages with different ...96d5967[ci] release (#2217)caa84eaAdd synced tabs persistence (#2087)e044feeUse Starlightsidebaruser-config format for\<StarlightPage />sidebar...68f56a7Add\<LinkButton>component (#1784)9368494Sidebar state persistence (#2150)ec3b579Add guideline to last step of the\<Steps>component (#2051)8a861d1Disable update check in E2E tests (#2212)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploying smd-wiki with
Cloudflare Pages
| Latest commit: |
d531a21
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://df9cedde.smd.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-astr-mjd6.smd.pages.dev |
Superseded by #141.