starlight-openapi@0.25.0
Minor Changes
-
#152
26194b9Thanks @HiDeoo! - Adds support for operation snippets, including autogenerated code examples and authoredx-codeSamples, showing how to execute operations. -
#153
c49f237Thanks @HiDeoo! - Adds support for autogenerated request body snippets for JSON-like and URL-encoded form request body media types. -
#153
c49f237Thanks @HiDeoo! - Adds support for autogenerated response snippets for JSON-like response media types. -
#150
0f21458Thanks @HiDeoo! - Adds a list of operations to overview pages. -
#146
817f809Thanks @HiDeoo! - Adds support for on-demand rendered OpenAPI documentation pages by respecting Starlight'sprerenderconfiguration option. -
#149
12b522bThanks @HiDeoo! - Improves the generated OpenAPI markup to provide more consistent CSS selectors for custom styling and theming.⚠️ Potentially breaking change: If you have custom CSS targeting generated OpenAPI markup, you may want to double check the visual appearance of the generated pages when updating. -
#153
c49f237Thanks @HiDeoo! - Unifies the response example UI across OpenAPI v2 and v3. -
#148
387f25eThanks @HiDeoo! - Improves pagination for generated OpenAPI documentation pages to match Starlight's behavior and configuration options. -
#149
12b522bThanks @HiDeoo! - Improves the layout and readability of overview pages. -
#149
12b522bThanks @HiDeoo! - Improves the layout and readability of the Authorizations section.
Patch Changes
-
#149
12b522bThanks @HiDeoo! - Improves the layout of schema objects, parameters, and response headers for better readability and consistent alignment. -
#153
c49f237Thanks @HiDeoo! - Fixes syntax highlighting for authored XML examples when the example value is a string. -
#149
12b522bThanks @HiDeoo! - Fixes a potential issue with contact email links on overview pages.