Skip to content

starlight-openapi@0.25.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 13:38
· 16 commits to main since this release
ff2cea6

Minor Changes

  • #152 26194b9 Thanks @HiDeoo! - Adds support for operation snippets, including autogenerated code examples and authored x-codeSamples, showing how to execute operations.

  • #153 c49f237 Thanks @HiDeoo! - Adds support for autogenerated request body snippets for JSON-like and URL-encoded form request body media types.

  • #153 c49f237 Thanks @HiDeoo! - Adds support for autogenerated response snippets for JSON-like response media types.

  • #150 0f21458 Thanks @HiDeoo! - Adds a list of operations to overview pages.

  • #146 817f809 Thanks @HiDeoo! - Adds support for on-demand rendered OpenAPI documentation pages by respecting Starlight's prerender configuration option.

  • #149 12b522b Thanks @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 c49f237 Thanks @HiDeoo! - Unifies the response example UI across OpenAPI v2 and v3.

  • #148 387f25e Thanks @HiDeoo! - Improves pagination for generated OpenAPI documentation pages to match Starlight's behavior and configuration options.

  • #149 12b522b Thanks @HiDeoo! - Improves the layout and readability of overview pages.

  • #149 12b522b Thanks @HiDeoo! - Improves the layout and readability of the Authorizations section.

Patch Changes

  • #149 12b522b Thanks @HiDeoo! - Improves the layout of schema objects, parameters, and response headers for better readability and consistent alignment.

  • #153 c49f237 Thanks @HiDeoo! - Fixes syntax highlighting for authored XML examples when the example value is a string.

  • #149 12b522b Thanks @HiDeoo! - Fixes a potential issue with contact email links on overview pages.