Skip to content

Releases: swagger-api/swagger-ui

Swagger UI 3.27.0 Released!

18 Jun 20:36

Choose a tag to compare

3.27.0 (2020-06-18)

Features

  • model view: hide applicable readOnly and writeOnly properties (#5832) (f8dd4e6)
  • model view Added onLoad()s and tweaker onToggle() to support ScrollTo functionality for Models (#5237)
  • Copy response to clipboard #4300 (#5278) (973e1f7)
  • Display example value in Swagger ReadOnly documentation mode (#4422) (ca1b19a)
  • swagger-ui-react: add displayOperationId config support (#5795) (bd1b297)

Bug Fixes

  • remove clipboard inline svg from a file with SASS (#6148) (eeb0b73)
  • curlify agnostic to order of header values (#6152) (b86e8e9), closes #6082
  • Docker: case where SWAGGER_ROOT in conjunction with BASE_URL does not work (#6147)
  • Call DomPurify.addHook only if it exists (#5428)

Docs

  • Docs: Demonstrate a simple Webpack setup (#5185)

Swagger UI 3.26.2 Released!

12 Jun 13:11

Choose a tag to compare

3.26.2 (2020-06-12)

Bug Fixes

  • update corrupted swagger-client from v3.10.6 to v3.10.7

Swagger UI 3.26.1 Released!

11 Jun 21:45

Choose a tag to compare

3.26.1 (2020-06-11)

⚠️ This release includes a security update with Markdown render.

Features

  • New OAUTH_SCOPES configuration property to select all/none/user_list to OAuth scopes popup (#6037) (275c8f2)
  • Docker New SWAGGER_JSON_URL option to allow remote urls from Docker (#6122)
  • Docker VALIDATOR_URL now has options to disable the validation badge (#5994)
  • Various style improvements (#6014) (#5578) (#5478)

Bug Fixes

  • Markdown: render markdown in more secure way (a616cb4)
  • Docker allow local ref's to be served by nginx (#5565) (f353974)
  • Docker support variables in auth urls (#5913) (21f5149)

Swagger UI 3.26.0 Released!

05 Jun 01:03

Choose a tag to compare

3.26.0 (2020-06-05)

Features

  • Allow to skip submitting empty values in form data (#5830) (b9b32c9)
  • Add empty data param to cURL if no POST request body was given (#6017)

Bug Fixes

  • set default supportedSubmitMethods (#6030) (3b6942c)
  • OAS3 upload file when array items are type=string format=binary (#6040)
  • support generated curl for PUT and PATCH requests (#5960)
  • flaky test: bugs/4641 use wait on route alias (#6048) (5bbd3e7)

Housekeeping

  • SwaggerClient version 3.10.6
  • dependency updates

Swagger UI 3.25.5 Released!

28 May 17:40

Choose a tag to compare

3.25.5 (2020-05-28)

Bug Fixes

  • entries can now be generally used again as a key name. special handling of non-FormData entries removed (#6036) (68185dd), closes #6033

Swagger UI 3.25.4 Released!

21 May 19:03

Choose a tag to compare

3.25.4 (2020-05-21)

Bug Fixes

  • bump swagger-client to version 3.10.4 and return back compatibility with node.js >= 4
  • allow entries as property name (#6025) (3a65070)

Swagger UI 3.25.3 Released!

14 May 21:04

Choose a tag to compare

3.25.3 (2020-05-14)

Changelog

  • housekeeping: update release-it config
  • housekeeping: bump swagger-client version with package-lock (#6008)
  • housekeeping: update dev-e2e-cypress-open script name (#6005)

Bug Fixes

Swagger UI 3.25.2 Released!

07 May 16:21

Choose a tag to compare

3.25.2 (2020-05-07)

Changelog
  • feature: JsonSchema components are now ImmutableJS compliant (#5952)
  • fix: remove clearValidation from onTryoutClick (#5955)

Swagger UI 3.25.1 Released!

25 Apr 02:39

Choose a tag to compare

No release summary included.

Changelog

  • improvement: render OAS3 parameter type formats (#5796)
  • improvement: showCommonExtensions support for OAS3 parameters (#5901)
  • improvement: support for supportedSubmitMethods property in react component (#5376)
  • improvement: do not require basic password in UI (#5812)
  • improvement: add isShownKey prop to Operation to allow overriding (#5196)
  • fix(docker-image): send relative HTTP 301s from within container (#5409)
  • fix: expanding model when query param showExtensions=true exists (#5918)
  • fix: incorrect PropType in Model ImmutablePureComponent (#5921)
  • fix: OAS3 online validator badge (#5909)
  • housekeeping: add static distribution file documentation (#5095)
  • housekeeping: update plugin api component for failSilently (#5953)

Swagger UI 3.25.0 Released!

17 Jan 22:23

Choose a tag to compare

No release summary included.

Changelog

  • feature(swagger-ui-react): defaultModelExpandDepth and plugins props (#5594)
  • improvement: clear auth information from memory when logging out (#5316)
  • improvement: use type 'password' instead of text for client secret (#5262)
  • housekeeping(docs): https path for unpkg link (#5769)
  • housekeeping: fix logo size (#5702)
  • housekeeping: fix npm run lint and npm test on Windows (#5737)
  • housekeeping: npm audit fix (#5718, #5772, #5805)