Bump starlight-theme-obsidian from 0.0.10 to 0.2.2
Bumps starlight-theme-obsidian from 0.0.10 to 0.2.2.
Release notes
Sourced from starlight-theme-obsidian's releases.
0.2.2
0.2.2
Fixes
- Fixes an issue which may cause the website
buildto fail (#12, thanks to@furkantaskinfor the fix!)0.2.1
0.2.1
Fixes
- Improve overflow behaviour of social media icons in sidebar (fixes #11, thanks to
@HuakunShenfor the report!)0.2.0
0.2.0
Upgrades
- ⚠️ Minor change: The minimum supported version of Starlight is now
0.32.0, and Astro5.5.0. No breaking changes are introduced in this upgrade, but it is recommended to update component overrides snippets that were provided by this plugin: please remove the following lines:--- -import type { Props } from '@astrojs/starlight/props'; import Default from "@astrojs/starlight/components/PageSidebar.astro"; ----<Default {...Astro.props}><slot /></Default>
+<Default><slot /></Default>
Thanks very much to@HuakunShenfor their contribution with PR #8!Fixes
- Center header for full-screen pages
- Slightly improve rendering for dark reader extension users
- All fixes from
starlight-site-graphversion0.3.00.1.1
0.1.1
Upgrades
- The minimum supported version of Starlight is now
0.31.0, and Astro5.1.5.0.1.0
0.1.0
Upgrades
⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now
0.30.0.Please follow the upgrade guide to update your project.
Note that the
legacy.collectionsflag is not supported by this plugin and you should update your collections to use Astro's new Content Layer API.
... (truncated)
Changelog
Sourced from starlight-theme-obsidian's changelog.
0.2.2 (2025/03/28)
Fixes
- Fix issue which may cause the
buildstep to fail0.2.1 (2025/03/22)
Fixes
- Improve overflow behaviour of social media icons in sidebar
0.2.0 (2025/03/21)
Upgrades
- ⚠️ Minor change: The minimum supported version of Starlight is now
0.32.0, and Astro5.5.0. No breaking changes are introduced in this upgrade, but it is recommended to update component overrides snippets that were provided by this plugin: please remove the following lines:--- -import type { Props } from '@astrojs/starlight/props'; import Default from "@astrojs/starlight/components/PageSidebar.astro"; ----<Default {...Astro.props}><slot /></Default>
+<Default><slot /></Default>
Fixes
- Center header for full-screen pages
- Slightly improve rendering for dark reader extension users
- All fixes from
starlight-site-graphversion0.3.00.1.1 (2025/01/23)
Upgrades
- The minimum supported version of Starlight is now
0.31.0, and Astro5.1.5.0.1.0 (2025/01/22)
Upgrades
- ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now
0.30.0, and Astro5.0.0. Please follow the upgrade guide to update your project. Note that thelegacy.collectionsflag is not supported by this theme and you should update your collections to use Astro's new Content Layer API.
Commits
f461c19chore(release): 0.2.23c6d886fix: remove duplicate semicolon2f66db8chore(release): 0.2.1a32f2f1fix: better support for many social media icons in sidebar (fixes #11)cc63498chore(release): 0.2.057e6d1afix: slightly improve compatibility with dark readerabdb36cfeat: center full page header on widescreens45296acchore: finish upgrade to 0.32.395e8657fix: type error98c73a6fix: type errors- Additional commits viewable 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)
Superseded by #237.