Skip to content

Releases: swagger-api/swagger-ui

Swagger UI v4.0.0-beta.4 Released!

12 Aug 13:33

Choose a tag to compare

Pre-release

4.0.0-beta.4 (2021-08-12)

Bug Fixes

  • servers: compensate when server list contains a null value (414db4d), closes #7341

Other changes

  • react: prefix lifecycle methods with UNSAFE_ (1918b36), closes #7341

More information in pre-release article: https://swagger.io/blog/api-design/what%E2%80%99s-ahead-for-swaggerui-v4-and-swaggereditor-v4/

Swagger UI v4.0.0-beta.3 Released!

11 Aug 14:36

Choose a tag to compare

Pre-release

4.0.0-beta.3 (2021-08-11)

Bug Fixes

  • docker: fix docker image Node.js security issue (325909f), closes #7445

More information in pre-release article: https://swagger.io/blog/api-design/what%E2%80%99s-ahead-for-swaggerui-v4-and-swaggereditor-v4/

Swagger UI v3.52.0 Released!

09 Aug 15:16

Choose a tag to compare

3.52.0 (2021-08-09)

Features

  • js-yaml: update our main YAML parser to v4.1.0 (no esprima anymore in bundle) (3248428), closes #6804

Swagger UI v4.0.0-beta.2 Released!

30 Jul 13:21

Choose a tag to compare

Pre-release

4.0.0-beta.2 (2021-07-30)

Bug Fixes

  • deps: update swagger-client to v3.14.1 (c6d5987), closes #7436

Refs #7341

More information in pre-release article: https://swagger.io/blog/api-design/what%E2%80%99s-ahead-for-swaggerui-v4-and-swaggereditor-v4/

Swagger UI v3.51.2 Released!

30 Jul 10:15

Choose a tag to compare

3.51.2 (2021-07-30)

Bug Fixes

  • deps: bump swagger-client to v3.14.1 (#7440) (8daf4e4), closes #7436
  • minimum runtime Node.js version is now => 12.4

Swagger UI v4.0.0-beta.1 Released!

23 Jul 08:09

Choose a tag to compare

Pre-release

4.0.0-beta.1 (2021-07-23)

  • consolidate production and development dependencies
  • remove couple production dependencies and replaced others with diffrent ones
  • fixed most of the security vulnerabilites in dependency tree

Refs #7341

More information in pre-release article: https://swagger.io/blog/api-design/what%E2%80%99s-ahead-for-swaggerui-v4-and-swaggereditor-v4/

Swagger UI v4.0.0-beta.0 Released!

14 Jul 16:10

Choose a tag to compare

Pre-release

4.0.0-beta.0 (2021-07-14)

The primary goal for v4 release is to bring these libraries to newest possible versions:

  • react 15.7.0 -> 17.0.2
  • react-dom 15.7.0 -> 17.0.2
  • redux 3.7.2 -> 4.1.0
  • react-redux 4.4.10 -> 7.2.4

We see this release as a breaking change given we will be dropping support for any older versions of React and Redux.
Refs #7341

More information in pre-release article: https://swagger.io/blog/api-design/what%E2%80%99s-ahead-for-swaggerui-v4-and-swaggereditor-v4/

Swagger UI v3.51.1 Released!

30 Jun 20:43

Choose a tag to compare

3.51.1 (2021-06-30)

Bug Fixes

Swagger UI v3.51.0 Released!

23 Jun 18:41

Choose a tag to compare

3.51.0 (2021-06-23)

Features

Bug Fixes

  • sample-gen: oas3 form-data object should generate example (#7355) (87ded99)
  • try-it-out: button and inner text spacing (#7357) (14be45d)
  • ui: parameter placeholder should only display name (#7123) (3a0f72f)

Deprecation Warning

Swagger UI now requires Node.js v12. Node.js v10 has reached its EOL on 30-04-2021. Documentation has been updated in this PR #7359

Swagger UI v3.50.0 Released!

03 Jun 21:08

Choose a tag to compare

3.50.0 (2021-06-03)

Features

  • wrapComponents: new chain configuration option (#7236) (516e666)

Bug Fixes

Deprecation warning

  • wrapComponents: The new configuration option introduced in this version sets the default to legacy, with an opt-in setting for chain. In a future version, this configuration option will toggle to chain as default, as it is the intended fixed correct behavior. If your application expects and/or requires the legacy option, please update your application accordingly. If your application is agnostic towards the either chain or legacy, no change is needed.