Skip to content

Releases: swagger-api/swagger-ui

Swagger UI v5.11.9 Released!

04 Mar 08:53
Compare
Choose a tag to compare

5.11.9 (2024-03-04)

Bug Fixes

Swagger UI v5.11.8 Released!

23 Feb 11:51
Compare
Choose a tag to compare

5.11.8 (2024-02-23)

Bug Fixes

  • oas3: attempt to render schemas not resolved by swagger-client (#9629) (7300e6c), closes #9513

Swagger UI v5.11.7 Released!

16 Feb 09:38
Compare
Choose a tag to compare

5.11.7 (2024-02-16)

Bug Fixes

  • style: incorrect usage of justify-content property in Authorize button wrapper (#9421) (2a2956f)

Swagger UI v5.11.6 Released!

15 Feb 10:50
Compare
Choose a tag to compare

5.11.6 (2024-02-15)

Bug Fixes

Swagger UI v5.11.5 Released!

15 Feb 09:16
Compare
Choose a tag to compare

5.11.5 (2024-02-15)

Bug Fixes

Swagger UI v5.11.4 Released!

14 Feb 09:38
Compare
Choose a tag to compare

5.11.4 (2024-02-14)

Bug Fixes

Swagger UI v5.11.3 Released!

07 Feb 15:26
Compare
Choose a tag to compare

5.11.3 (2024-02-07)

Bug Fixes

Swagger UI v5.11.2 Released!

29 Jan 09:05
Compare
Choose a tag to compare

5.11.2 (2024-01-29)

Bug Fixes

  • docker: disallow embedding SwaggerUI served from docker by default (#9520) (f9ecb01)

Important

This modification enhances security by implementing stricter default settings. However, full backward compatibility is still attainable by creating a Docker container with the EMBEDDING=true environment variable.

 $  docker run -d -p 80:8080 -e EMBEDDING=true swaggerapi/swagger-ui

Swagger UI v5.11.1 Released!

26 Jan 12:45
Compare
Choose a tag to compare

5.11.1 (2024-01-26)

Bug Fixes

  • oas31: make selectors always return expected shapes (#9519) (56c087c), closes #9517

Swagger UI v5.11.0 Released!

08 Jan 13:01
Compare
Choose a tag to compare

5.11.0 (2024-01-08)

Bug Fixes

  • swagger-ui-react: align React versions with swagger-ui (#9465) (532f8de)
  • use JavaScript default parameters instead React's defaultProps (#9453) (d5a5146)

Features


Important

For those looking to integrate SwaggerUI with older versions of React, we have provided a comprehensive guide to assist you in this process. Please refer to our dedicated wiki page for detailed instructions and tips to ensure a smooth integration.

Visit the guide here: Integrating SwaggerUI with Older Versions of React.

This resource is tailored to help you navigate any compatibility issues and make the most out of SwaggerUI with earlier React versions. We encourage you to explore this guide and reach out to us if you need further assistance.