Releases: swagger-api/swagger-ui
Swagger UI v4.0.0-beta.4 Released!
4.0.0-beta.4 (2021-08-12)
Bug Fixes
Other changes
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!
4.0.0-beta.3 (2021-08-11)
Bug Fixes
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!
Swagger UI v4.0.0-beta.2 Released!
4.0.0-beta.2 (2021-07-30)
Bug Fixes
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!
Swagger UI v4.0.0-beta.1 Released!
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!
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!
Swagger UI v3.51.0 Released!
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!
3.50.0 (2021-06-03)
Features
Bug Fixes
Deprecation warning
- wrapComponents: The new configuration option introduced in this version sets the default to
legacy, with an opt-in setting forchain. In a future version, this configuration option will toggle tochainas default, as it is the intended fixed correct behavior. If your application expects and/or requires thelegacyoption, please update your application accordingly. If your application is agnostic towards the eitherchainorlegacy, no change is needed.