Skip to content

Releases: swagger-api/swagger-ui

Swagger UI v3.36.1 Released!

29 Oct 17:46

Choose a tag to compare

3.36.1 (2020-10-29)

Bug Fixes

Swagger UI v3.36.0 Released!

22 Oct 17:44

Choose a tag to compare

3.36.0 (2020-10-22)

Features

  • support for showExtensions on Response objects (#6535) (6a4e52a)

Bug Fixes

Swagger UI v3.35.2 Released!

15 Oct 21:10

Choose a tag to compare

3.35.2 (2020-10-15)

Bug Fixes

Swagger UI v3.35.1 Released!

08 Oct 23:10

Choose a tag to compare

3.35.1 (2020-10-08)

Bug Fixes

  • parameter-row: rendering of default/example values of 0 (#6454) (797929f)

  • syntax-highlighter: configuration for Examples (#6455) (b5e8081), closes #5259

  • examples multipart array sample generation for items (#6461) (f4bdf2f)

  • filter: avoid filtering by the strings "true/false" when enabled (#6477) (aa53ec2)

  • style: inconsistent background colors in code sections (#6472) (1b11d5c)

  • deprecate from "new Buffer" to "Buffer.from" (#6489) (6c5e91d)

Swagger UI v3.35.0 Released!

01 Oct 18:18

Choose a tag to compare

3.35.0 (2020-10-01)

Bug Fixes

  • auth: both array and Im.List scopes can be added to redirectURL (#6416) (95fd3e7)
  • swagger-ui-react: Use oneOfType in spec prop validation (fix #6399) (#6400) (52360a0)
  • sample schema should stringify string values for content-type: text/json (#6431) (ad630cc), closes #6412
  • try-it-out: required boolean default value set to empty string (#6449) (f5c709f), closes #6429

Features

  • curl: configuration setting to pass additional options to curl command for "Try it out" (#6288) (cbe99c8)
  • swagger-ui-react: add deeplinking as prop (#6424) (6b12f15)

Swagger UI v3.34.0 Released!

18 Sep 18:52

Choose a tag to compare

3.34.0 (2020-09-18)

Features

Refactor

  • build: increase maxEntrypointSize for core-js@3 (#6419)
  • csp: Update how the JavaScript run function is invoked in oauth2-redirect.html (#6393)

Swagger UI v3.33.0 Released!

10 Sep 23:25

Choose a tag to compare

3.33.0 (2020-09-10)

Bug Fixes

  • curlify: for -d, handle Immutable vs non-Immutable cases (#6349) (0c60696)
  • curlify: replace all occurrences of $ (#6354) (89d57fc)
  • Add entrySeq() to bodyProperties.map() (#6267) (0199b47)
  • Allowing servers dropdown to change when oas3Actions.setSelectedServer is called (#6358) (5123b47), closes #6351
  • Updating select to pass in a better prop; updating test to do a better check (#6385) (6ad418d), closes #6372
  • models view when object key contains deprecated:true (#6371) (d4eea4d), closes #6369
  • style: servers environment select (#6367) (7a63ba3)
  • style: restore wrapping of long text in pre blocks (#6377)

Features

Swagger UI v3.32.5 Released!

27 Aug 20:12

Choose a tag to compare

3.32.5 (2020-08-27)

Bug Fixes

  • operationTag: verify selectedServer exists before invoking (#6335) (580e906)

Swagger UI v3.32.4 Released!

20 Aug 23:46

Choose a tag to compare

3.32.4 (2020-08-20)

Bug Fixes

  • remove unused and redux@4 non-compliant system method inside 'err' reducer (#6330) (6742cbd)
  • deps: revert to redux@3 and react-redux@4 (#6331) (e82aaae)

Swagger UI v3.32.3 Released!

19 Aug 18:54

Choose a tag to compare

3.32.3 (2020-08-19)

This release is intended to enable npm to include es2015 bundle files. There are no source code changes in this release.

Bug Fixes

  • build: add es-bundle to .npmignore non-exclusion list (#6328) (560b428)