# starlight-auto-sidebar

## 0.4.0

### Minor Changes

- [#24](https://github.com/HiDeoo/starlight-auto-sidebar/pull/24) [`1235f38`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/1235f38012a38d69ed3ab2470ef6b9ce8db2cf64) Thanks [@HiDeoo](https://github.com/HiDeoo)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now `0.39.0`.

  Please use the `@astrojs/upgrade` command to upgrade your project:

  ```sh
  npx @astrojs/upgrade
  ```

- [#24](https://github.com/HiDeoo/starlight-auto-sidebar/pull/24) [`1235f38`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/1235f38012a38d69ed3ab2470ef6b9ce8db2cf64) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds support for root metadata files for entire autogenerated sidebars.

### Patch Changes

- [#24](https://github.com/HiDeoo/starlight-auto-sidebar/pull/24) [`1235f38`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/1235f38012a38d69ed3ab2470ef6b9ce8db2cf64) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with custom pages using custom sidebars where such pages could end up with an empty sidebar.

## 0.3.0

### Minor Changes

- [#22](https://github.com/HiDeoo/starlight-auto-sidebar/pull/22) [`cb65f04`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/cb65f04ad3a5eecd73b08c06812944e88305d9a1) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds support for sorting autogenerated sidebar groups by sidebar label, including reverse ordering.

## 0.2.0

### Minor Changes

- [#19](https://github.com/HiDeoo/starlight-auto-sidebar/pull/19) [`71c6744`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/71c67448e3c3492877287fb2357e411f7e22bfe2) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds support for Astro v6, drops support for Astro v5.

  ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now `0.38.0`.

  Please follow the [upgrade guide](https://github.com/withastro/starlight/releases/tag/%40astrojs%2Fstarlight%400.38.0) to update your project.

## 0.1.4

### Patch Changes

- [#16](https://github.com/HiDeoo/starlight-auto-sidebar/pull/16) [`de4c67e`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/de4c67e9dce506191160d8beee830711531d9d4e) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with autogenerated sidebar group configured with a trailing slash in the `directory` path.

## 0.1.3

### Patch Changes

- [#12](https://github.com/HiDeoo/starlight-auto-sidebar/pull/12) [`5bd4963`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/5bd49639325a2a921cd7d7e7063abd2be4122ff5) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Setups trusted publishing using OpenID Connect (OIDC) authentication — no code changes.

## 0.1.2

### Patch Changes

- [#9](https://github.com/HiDeoo/starlight-auto-sidebar/pull/9) [`0023eea`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/0023eea5e51f806d1a18122fc90ca36435981a81) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue where metadata files could be ignored when using non-slugified directory names.

## 0.1.1

### Patch Changes

- [#6](https://github.com/HiDeoo/starlight-auto-sidebar/pull/6) [`01fe23a`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/01fe23a6b87203946fad3600a4ea1f0b97151bca) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue where using the Starlight [`pagination`](https://starlight.astro.build/reference/configuration/#pagination) configuration option to disable pagination links in the footer would have no effect for pages of autogenerated sidebar groups.

## 0.1.0

### Minor Changes

- [#1](https://github.com/HiDeoo/starlight-auto-sidebar/pull/1) [`c4b41ff`](https://github.com/HiDeoo/starlight-auto-sidebar/commit/c4b41ff7c495da3bfbd9cb5ca2b1bbb630a5d2ed) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Initial public release
