Skip to content

Releases: swagger-api/swagger-ui

Swagger UI v5.17.2 Released!

25 Apr 14:28
Compare
Choose a tag to compare

5.17.2 (2024-04-25)

Bug Fixes

  • config: remove system config source (#9875) (333e5e3), closes #5148
  • allow to create SwaggerUI instances without rendering to the DOM container by default

Swagger UI v5.17.1 Released!

24 Apr 11:23
Compare
Choose a tag to compare

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)

Swagger UI v5.17.0 Released!

22 Apr 13:03
Compare
Choose a tag to compare

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

Swagger UI v5.16.2 Released!

19 Apr 06:56
Compare
Choose a tag to compare

5.16.2 (2024-04-19)

Bug Fixes

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

Swagger UI v5.16.1 Released!

18 Apr 15:35
Compare
Choose a tag to compare

5.16.1 (2024-04-18)

Bug Fixes

Swagger UI v5.16.0 Released!

18 Apr 09:30
Compare
Choose a tag to compare

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)

Swagger UI v5.15.2 Released!

15 Apr 09:13
Compare
Choose a tag to compare

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

Swagger UI v5.15.1 Released!

11 Apr 07:27
Compare
Choose a tag to compare

5.15.1 (2024-04-11)

Bug Fixes

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

Swagger UI v5.15.0 Released!

10 Apr 08:40
Compare
Choose a tag to compare

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

Swagger UI v5.14.0 Released!

08 Apr 08:41
Compare
Choose a tag to compare

5.14.0 (2024-04-08)

Bug Fixes

Features

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