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.16.2

4 weeks ago

5.16.2 (2024-04-19)

Bug Fixes

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

v5.16.1

4 weeks ago

5.16.1 (2024-04-18)

Bug Fixes

v5.16.0

4 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

1 month 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

1 month ago

5.15.1 (2024-04-11)

Bug Fixes

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

v5.15.0

1 month 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

1 month 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

v5.12.3

1 month ago

5.12.3 (2024-03-27)

Bug Fixes

  • json-schema-2020-12-samples: fix constraints for integer example values (#9749) (c002e59), closes #9740

v5.12.2

1 month ago

5.12.2 (2024-03-26)

Bug Fixes

  • fix failed v5.12.1 release (#9748) (7101272)
  • try-it-out: fix issues related to building requests from parameters (#9746) (b2e673d), closes #9550