Skip to content

Releases: HiDeoo/starlight-sidebar-topics

starlight-sidebar-topics@0.6.0

18 Mar 16:51
93df1b2
Compare
Choose a tag to compare

Minor Changes

  • #29 5c337bc Thanks @HiDeoo! - Adds a route data object accessible on Starlight pages using Astro.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 new topics 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

13 Mar 10:57
b2d1d6b
Compare
Choose a tag to compare

Patch Changes

  • #25 ca87a7b Thanks @HiDeoo! - Adds the .starlight-sidebar-topics CSS class around the sidebar topics list to make it easier to style it.

starlight-sidebar-topics@0.5.0

04 Mar 18:33
9f26529
Compare
Choose a tag to compare

Minor Changes

  • #22 0e5806f Thanks @HiDeoo! - Adds a new exclude 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

20 Feb 08:59
892408a
Compare
Choose a tag to compare

Patch Changes

starlight-sidebar-topics@0.4.0

17 Feb 16:15
58c1786
Compare
Choose a tag to compare

Minor Changes

  • #16 61fee66 Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.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 rendering starlight-sidebar-topics/overrides/Pagination.astro in a custom override, you can now remove it.

starlight-sidebar-topics@0.3.0

17 Dec 15:57
d5a4c7e
Compare
Choose a tag to compare

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 now 0.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

20 Nov 09:17
v0.2.1
fdd81dc
Compare
Choose a tag to compare

   🐞 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

23 Oct 07:23
v0.2.0
ef55e83
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.1.0

09 Oct 10:29
v0.1.0
f1ae3f0
Compare
Choose a tag to compare

🚀 Features

  • Initial public release