Releases: swagger-api/swagger-ui
Releases · swagger-api/swagger-ui
Swagger UI v5.7.0 Released!
5.7.0 (2023-09-13)
Features
Swagger UI v5.6.2 Released!
5.6.2 (2023-09-06)
Bug Fixes
- swagger-ui-react: avoid babel output in build fragments (#9194) (5dbfc1b), closes #9192
Swagger UI v5.6.1 Released!
5.6.1 (2023-09-05)
Bug Fixes
- swagger-ui-react: fix build scripts and allow releasing (#9191) (70b0140)
Swagger UI v5.6.0 Released!
5.6.0 (2023-09-05)
Features
- expose plugins and presets on SwaggerUI global symbol (#9189) (edd1153), closes #9188
- json-schema: expose API that generates examples from JSON Schema (#9190) (113996f), closes #9188
Swagger UI v5.5.0 Released!
5.5.0 (2023-09-04)
Features
- info: indicate OpenAPI 2.0 definition version (#9167) (4b48e36)
Swagger UI v5.4.2 Released!
5.4.2 (2023-08-17)
Bug Fixes
- swagger-ui-react: fix corrupted exports field from package.json (#9144) (6aa1b44), closes #9143
Swagger UI v5.4.1 Released!
5.4.1 (2023-08-17)
Features
syntax-highlighter: add light variant called "idea" (#8938) (1b6391c)
Bug Fixes
WARNING: this release replaces failed release of SwaggerUI@5.4.0.
Swagger UI v5.3.2 Released!
5.3.2 (2023-08-14)
Bug Fixes
- request-body: access data of request body in safe way (#9110) (d4b8485)
Swagger UI v5.3.1 Released!
5.3.1 (2023-08-02)
Bug Fixes
Swagger UI v5.3.0 Released!
5.3.0 (2023-08-01)
Bug Fixes
Features
- respect Encoding Object while building requests (#9105) (b281473)
- request-snippets: build proper curl commands for
multipart/form-data
requests, closes #4826
- try-it-out: perform
multipart/form-data
request with additional Content-Type
header, closes #5356