Releases: swagger-api/swagger-ui
Releases · swagger-api/swagger-ui
Swagger UI v5.18.2 Released!
Swagger UI v5.18.1 Released!
Swagger UI v5.18.0 Released!
5.18.0 (2024-11-05)
Features
- analytics: use Scarf.js to provide anonymized installation analytics (#10194) (fb55b9c)
Anonymized analytics
SwaggerUI uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, you can set the scarfSettings.enabled
field to false
in your project's package.json
:
// package.json
{
// ...
"scarfSettings": {
"enabled": false
}
// ...
}
Alternatively, you can set the environment variable SCARF_ANALYTICS
to false
as part of the environment that installs your npm packages, e.g., SCARF_ANALYTICS=false npm install
.
Swagger UI v5.17.14 Released!
Swagger UI v5.17.13 Released!
Swagger UI v5.17.12 Released!
Bug Fixes
- config: define missing default options and their types (#9949) (04bbeaa), closes #9945
- release: fix failed v5.17.11 release (a35a71e)
- swagger-client: fix OpenAPI 3.1.0 dereferencing (#9950) (10e1a5f), closes #9941
Swagger UI v5.17.10 Released!
Bug Fixes
- components: add support for oneOf/anyOf JSON Schema keywords in parameter-row rendering (#9934) (9037acf), closes #7912
- oas31: fix initial rendering of the Webhooks section (#9938) (b5c84f4), closes #9937
Swagger UI v5.17.9 Released!
5.17.9 (2024-05-13)
Bug Fixes
- deps: allow to consolidate deps in downstream projects (#9930) (335372d), closes #9929
Swagger UI v5.17.8 Released!
5.17.8 (2024-05-13)
Bug Fixes
- components: fix rendering for empty examples in responses (#9926) (94f2d82), closes #9499
- swagger-client: resolve multiple path parameters with the same name in path templates, closes #9928
Swagger UI v5.17.7 Released!
5.17.7 (2024-05-09)
Bug Fixes
- components: render parameter extensions in the description column (#9883) (1367a8f)
- json-schema-5: allow collapsing for primitive models (#9639) (450bb99), closes #9595
- render null values included in enum (#9683) (0dd9afa)