Skip to content

Releases: swagger-api/swagger-ui

Swagger UI v5.18.2 Released!

07 Nov 14:52
Compare
Choose a tag to compare

5.18.2 (2024-11-07)

Bug Fixes

Swagger UI v5.18.1 Released!

05 Nov 21:48
Compare
Choose a tag to compare

5.18.1 (2024-11-05)

Bug Fixes

Swagger UI v5.18.0 Released!

05 Nov 14:14
Compare
Choose a tag to compare

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!

28 May 05:25
Compare
Choose a tag to compare

5.17.14 (2024-05-28)

Bug Fixes

Swagger UI v5.17.13 Released!

27 May 11:48
Compare
Choose a tag to compare

5.17.13 (2024-05-27)

Bug Fixes

Swagger UI v5.17.12 Released!

21 May 13:02
Compare
Choose a tag to compare

5.17.12 (2024-05-21)

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!

15 May 14:16
Compare
Choose a tag to compare

5.17.10 (2024-05-15)

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!

13 May 11:44
Compare
Choose a tag to compare

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!

13 May 07:27
Compare
Choose a tag to compare

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!

09 May 11:34
Compare
Choose a tag to compare

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)