Releases: HiDeoo/starlight-sidebar-topics
starlight-sidebar-topics@0.6.0
Minor Changes
-
#29
5c337bc
Thanks @HiDeoo! - Adds a route data object accessible on Starlight pages usingAstro.locals.starlightSidebarTopics
containing information about all the topics configured in your project. This can be useful to create custom topic lists to replace the built-in topic list.See the “Custom Topic List” guide for more information.
-
#29
5c337bc
Thanks @HiDeoo! - Adds a newtopics
plugin configuration option to map topic identifiers to a list of pages or glob patterns that should be associated with the topic.This option can be useful for custom pages generated and included in the sidebar by other plugins that have no knowledge of the Starlight Sidebar Topics plugin that should be associated with a specific topic.
See the “Unlisted Pages” guide to learn more about how to associate pages with a specific topic.
starlight-sidebar-topics@0.5.1
starlight-sidebar-topics@0.5.0
Minor Changes
-
#22
0e5806f
Thanks @HiDeoo! - Adds a newexclude
plugin configuration option to exclude pages from any topic.This options can be useful for custom pages that use a custom site navigation sidebar which do not belong to any topic. Excluded pages will use the built-in Starlight sidebar and not render a list of topics.
See the “Excluded Pages” guide to learn more about how to exclude content pages from any topic.
starlight-sidebar-topics@0.4.1
Patch Changes
- #19
3d32f9d
Thanks @HiDeoo! - Fixes an issue with unlisted custom pages.
starlight-sidebar-topics@0.4.0
Minor Changes
-
#16
61fee66
Thanks @HiDeoo! -⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version0.32.0
.Please use the
@astrojs/upgrade
command to upgrade your project:npx @astrojs/upgrade
-
#16
61fee66
Thanks @HiDeoo! -⚠️ BREAKING CHANGE: The Starlight Sidebar Topics plugin no longer overrides the<Pagination>
component. If you were manually renderingstarlight-sidebar-topics/overrides/Pagination.astro
in a custom override, you can now remove it.
starlight-sidebar-topics@0.3.0
Minor Changes
-
#11
40fe392
Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now0.30.0
.Please follow the upgrade guide to update your project.
Note that the
legacy.collections
flag is not supported by this plugin and you should update your collections to use Astro's new Content Layer API.
v0.2.1
🐞 Bug Fixes
- Improves missing topic error messages by including the slug of the relevant page - by @HiDeoo (fe9f7)
View changes on GitHub
v0.2.0
v0.1.0
🚀 Features
- Initial public release