Swagger UI Versions Save

Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

v5.17.1

1 week ago

5.17.1 (2024-04-24)

Bug Fixes

  • json-schema-2020-12-samples: skip anyOf and oneOf while merging schemas (#9853) (f7373a0), closes #9198
  • utils: fix validation for required values without specified type (#9863) (6fccf9e), closes #8007
  • deps: eliminate runtime errors related to traverse library
  • upstream fixes in swagger-client (v3.27.1, v3.27.2)

v5.17.0

1 week ago

5.17.0 (2024-04-22)

Features

  • config: expose config and make it overridable (#9862) (17d50a6)
  • swagger-ui-react: rewrite into SSR compatible function component (#9855) (351191b), closes #9243

v5.16.2

1 week ago

5.16.2 (2024-04-19)

Bug Fixes

  • swagger-ui-react: avoid triggering implicit system rendering (#9847) (3a671c6), closes #9846

v5.16.1

2 weeks ago

5.16.1 (2024-04-18)

Bug Fixes

v5.16.0

2 weeks ago

5.16.0 (2024-04-18)

Bug Fixes

  • config: cast configuration values into proper types (#9829) (7378821), closes #9808
  • config: fix precedence for system options (#9831) (2720d76), closes #9818
  • config: handle query config options (#9824) (6923111), closes #9807
  • resolve: fix infinite recursions and cycle detection in OpenAPI 3.1.0 resolution (#9837) (c452527)

Features

  • expose build info via new versions plugin (#9820) (463cd35)
  • request-snippets: use active class modifier for active snippet (#9826) (06e6dfa)

v5.15.2

2 weeks ago

5.15.2 (2024-04-15)

Bug Fixes

  • try-it-out: fix objects in arrays being stringified twice when building requests (#9805) (9e02f47)
  • utils: make URL search params parsing and serialization WHATWG URL compliant (#9809) (52c4b95), closes #9804

v5.15.1

3 weeks ago

5.15.1 (2024-04-11)

Bug Fixes

  • spec: format validation errors for nested parameters (#9775) (0f395c2), closes #9774

v5.15.0

3 weeks ago

5.15.0 (2024-04-10)

Bug Fixes

  • json-schema-2020-12-samples: apply string constraints sensibly (#9796) (b6b0d28), closes #9739
  • oas31: allow override names of top level schemas (#9787) (111e420), closes #9713
  • oas3: compensate for JSON Schemas left unresolved by swagger-client (#9794) (3bea389), closes #9790

Features

v5.14.0

3 weeks ago

5.14.0 (2024-04-08)

Bug Fixes

  • docker: fix CVE-2024-27983 related to Node.js (#9786) (a94dd28)

Features

  • consolidate syntax highlighting code into standalone plugin (#9783) (7260005)

v5.13.0

1 month ago

5.13.0 (2024-03-29)

Bug Fixes

  • oas3: add support for oneOf/anyOf JSON Schema keywords in request-body rendering (#9767) (ed983eb), closes #9763
  • oas3: fix getting initial values for request body in OpenAPI 3.x (#9762) (8086d97), closes #9745

Features

  • plugins: expose JSON Schema merging mechanism from samples plugins (#9766) (6a493fb), closes #9765