Skip to content

Releases: swagger-api/swagger-ui

Swagger UI v3.32.2 Released!

19 Aug 00:43

Choose a tag to compare

3.32.2 (2020-08-19)

Bug Fixes

  • Models: onLoad should check this.props.layoutSelectors method (#6307) (168d0ae), closes #6305
  • cypress: deep-linking tests should use cy.location (#6309) (02e0515)
  • cypress: tests should fail on uncaught exception (#6308) (471c24d), closes #6305
  • cypress: use less restrictive 'include.text' assertion (#6312)
  • build: css stylesheets bundle config and dependency updates (#6315) (20b32d8)

Security Update

  • deps: update react-syntax-highlighter from 12.2.1 to 13.5.0, which includes dependency security update fixed by [email protected] (#6312)

Additional dependency updates via #6317, #6316, #6313, #6310

Swagger UI 3.32.1 Released!

14 Aug 23:18

Choose a tag to compare

3.32.1 (2020-08-14)

This release should properly include swagger-ui-es-bundle and swagger-ui-es-bundle-core in the /dist directory. There are no other source code changes in this release.

Bug Fixes

Swagger UI 3.32.0 Released!

14 Aug 21:33

Choose a tag to compare

3.32.0 (2020-08-14)

Features

  • build: SwaggerUI now also has an es2015 bundle artifact (#6291) (2eaa6c1)
  • swagger-ui-react: SwaggerUI-React now also includes an es2015 module (#6303) (c575324)

Bug Fixes

  • Models: use specPath for isShownKey to toggle models (#6200) (084b236)
  • curl: escape $ in curl request bodies and headers (#6245) (225a915), closes #5390
  • OAS3: relative urls is now supported (#5341) (d9f5691)
  • OAS3: servers component update on definition change (#6280) (22668ee)
  • requestInterceptor: use async/await to support return new Promise (#6279) (abcc383), closes #4778
  • html specify charset utf-8 in html script declaration (#6278) (d7d166d), closes #5311

Swagger UI 3.31.1 Released!

30 Jul 18:10

Choose a tag to compare

3.31.1 (2020-07-30)

Bug Fixes

  • swagger-ui-react: updated babel config file target (#6277) (7a6999b)

Swagger UI 3.31.0 Released!

30 Jul 17:05

Choose a tag to compare

3.31.0 (2020-07-30)

Bug Fixes

  • try-it-out: Better tooltips for min/max validations (#6266) (4cbae09)
  • style: make paths try to stay on single line in opblock (#6243) (cfede14)
  • style: Replace an inline styles with propClass (#6265) (bd9117d)

Features

  • Display minProperties an maxProperties for object schemas (#6272) (fd5a59a)
  • swagger-ui-react: option for showMutatedRequest (#6273) (b99ebe7)
  • swagger-ui-react: support for presets and defaultModelsExpandDepth (#6275) (aebfccc)

Swagger UI 3.30.2 Released!

22 Jul 20:42

Choose a tag to compare

3.30.2 (2020-07-22)

Fixes

  • Remove LodashModuleReplacementPlugin that made v3.30.1 unusable (#6255). Fixes #6249.

Swagger UI 3.30.1 Released!

21 Jul 19:42

Choose a tag to compare

3.30.1 (2020-07-21)

Housekeeping

  • Webpack optimizations to reduce bundle size to <1 MiB. (#6244) (#6248)

This build was reduced to 963 KiB

Swagger UI 3.30.0 Released!

17 Jul 22:52

Choose a tag to compare

3.30.0 (2020-07-17)

Features

Security

Swagger UI 3.29.0 Released!

17 Jul 02:48

Choose a tag to compare

3.29.0 (2020-07-17)

Features

  • RequestBody: set default true for 'send empty value' (#6228) (b68942c), closes #6203
  • RequestBody: validation support for required fields (#6223) (2fd1e40), closes #5181

Fixes

  • Docker: Bug where SWAGGER_JSON is used without mount (#6212), closes #6211

Housekeeping

Reverts

Swagger UI 3.28.0 Released!

29 Jun 12:46

Choose a tag to compare

3.28.0 (2020-06-29)

Bug Fixes

  • avoid mapping Immutable.Map as React children (#6165) (93020e2)
  • render Common Extensions properly in React 16 (#5930) (e1e4d5b)

Features