⚠️ **This release contains a security fix that addresses a CSS-based input field value exfiltration vulnerability.** If you use Swagger UI to display untrusted OpenAPI documents, you should upgrade to this version ASAP.
This release changes the default value for the `validatorUrl` configuration option from `https://online.swagger.io/validator` to `https://validator.swagger.io/validator`.
3.23.8
This release fixes an issue with Swagger 2.0 required body parameter runtime validation (5583) that was introduced in v3.23.7.
3.23.7
This release includes new support for display and Try-It-Out functionality of OAS 3.0 `Parameter.content` values.
Changelog
* feature: support for `Parameter.content` (5571) * housekeeping(dev-deps): babel-plugin-transform-react-remove-prop-types0.4.24 * 43db164a 2019-08-27 | docs: clarify that preauthorizeApiKey works for OAS3 Bearer auth too (5566)
3.23.6
This release fixes a React warning originating in Swagger UI and a CSS class name collision with Bootstrap 4.0.
It also includes several in-range updates to minimum dependency versions.
Changelog * fix: React warning related to "true" used as boolean (via 5497) * fix: remove `.col` class that causes collision with Bootstrap (via 5541)