Releases: HiDeoo/starlight-openapi
Releases · HiDeoo/starlight-openapi
starlight-openapi@0.19.1
starlight-openapi@0.19.0
Minor Changes
-
#112
64e03d9
Thanks @HiDeoo! - Adds support for specifying custom sidebar groups for individual OpenAPI schemas.When generating documentation for multiple schemas, this allows you to place the generated documentation pages for each schema anywhere in the Starlight sidebar, even in different sidebar groups.
See the "Sidebar groups" section in the documentation for more information.
starlight-openapi@0.18.0
Minor Changes
- #109
6de8f2b
Thanks @HiDeoo! - Respects Starlight convention to generate URLs with a trailing slash when using thetrailingSlash: 'ignore'
Astro configuration option (the default) as many common hosting providers redirect to URLs with a trailing slash by default.
Patch Changes
starlight-openapi@0.17.0
starlight-openapi@0.16.1
Patch Changes
- #100
1b00fcf
Thanks @cruzdanilo! - Fixes an issue preventing numeric enum values from being rendered.
starlight-openapi@0.16.0
Minor Changes
-
#96
933cc5c
Thanks @HiDeoo! -⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version0.34.0
.Please use the
@astrojs/upgrade
command to upgrade your project:npx @astrojs/upgrade
-
#96
933cc5c
Thanks @HiDeoo! - Adds clickable anchor links to headings which respects the Starlightmarkdown.headingLinksSection
configuration option.