Skip to content

Releases: swagger-api/swagger-ui

Swagger UI v4.4.0 Released!

27 Jan 09:41

Choose a tag to compare

4.4.0 (2022-01-27)

Bug Fixes

Features

  • do not ask for client secret when using auth code with PKCE (#7438) (c6d8d77), closes #6290

Swagger UI v4.3.0 Released!

25 Jan 10:10

Choose a tag to compare

4.3.0 (2022-01-25)

Bug Fixes

  • swagger-ui-react: fix prop type for defaultModelRendering (6b10708), closes #7783

Features

  • error-handling: introduce unified and configurable error handling (#7761) (8b1c4a7), closes #7778

This release comes with a release article that contains more information about the new unified SwaggerUI error handling mechanism

Swagger UI v4.2.1 Released!

19 Jan 18:27

Choose a tag to compare

4.2.1 (2022-01-19)

This is a patch release that supersedes v4.2.0 to properly build the downstream swagger-ui-react package. No other /src changes in this version.

  • chore(deps-dev): babel plugins needed to build swagger-ui-react #7779

Swagger UI v4.2.0 Released!

19 Jan 14:17

Choose a tag to compare

4.2.0 (2022-01-19)

Features

  • swagger-ui-react: add source maps to npm distribution (#7717) (e6ea523)
  • swagger-ui-react: add support of defaultModelRendering prop (#7705) (6273fd1)
  • swagger-ui-react: add support for displayRequestDuration prop (#7522) (85597b9)

Swagger UI v4.1.3 Released!

10 Dec 13:05

Choose a tag to compare

4.1.3 (2021-12-10)

Bug Fixes

Note: to re-enable the functionality of reading config params from URL, set new queryConfigEnabled core parameter to true. More info in documentation.

Swagger UI v4.1.2 Released!

26 Nov 10:36

Choose a tag to compare

4.1.2 (2021-11-26)

Bug Fixes

  • request JumpToPath component always as container (f3d3898)

Swagger UI v4.1.1 Released!

25 Nov 15:38

Choose a tag to compare

4.1.1 (2021-11-25)

Bug Fixes

  • introduce Error Boundaries to handle unexpected failures (#7671) (b299be7), closes #7647

Swagger UI v4.1.0 Released!

08 Nov 13:03

Choose a tag to compare

4.1.0 (2021-11-08)

Bug Fixes

  • add source map of css file to swagger-ui-react (#7601) (83021df)
  • highlight-code: fix regression code highlight behavior (7cc2657), closes #7603
  • swagger-ui-react: add showExtension propType (4a78313), closes #5892

Features

Swagger UI v4.0.1 Released!

04 Nov 16:09

Choose a tag to compare

4.0.1 (2021-11-04)

Bug Fixes

  • servers: prevent UI crash when changing Server with variables (fb7e98a), closes #7525

Swagger UI v4.0.0 Released!

03 Nov 10:18

Choose a tag to compare

4.0.0 (2021-11-03)

Breaking changes

  • use React 17.x and Redux 4.x

Features

  • allow using functional components with hooks (c31cb30)

Bug Fixes

  • param-body: fix loosing focus in Try It when typing (#7548) (5a5a27e), closes #7477
  • root-inject: handle errors in functional components properly (e364073)
  • servers: compensate when server list contains a null value (1283f52), closes #7341
  • ui: eliminate copy button icon misaligned in Firefox (#7542) (f5b0446), closes #7481

Other changes

  • consolidate production and development dependencies

More information in: #7341
Release article: https://swagger.io/blog/news/what-s-new-in-swaggerui-v4-and-swaggereditor-v4/