Py-swagger-ui

Latest version: v1.1.0

Safety actively analyzes 685838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 21 of 42

3.23.5

This release includes a fix to our Markdown parsing implementation that should resolve display issues with certain Markdown strings.

Changelog

* fix: remove problematic Markdown optimization (via [5520](https://github.com/swagger-api/swagger-ui/issues/5520))

3.23.4

Changelog

* housekeeping: `kyleshockey/js-yaml` -> `js-yaml` (via 5511)
* housekeeping: more `npm audit` resolutions (via 5509)
* housekeeping: non-breaking dependency updates (via 5515)

3.23.3

This release resolves an undeclared dependency issue visible in `swagger-ui-react3.23.3` due to usage of `babel/runtime-corejs2`. No source changes were made.

See 5505 for more information.

3.23.2

This release includes improvements to our Docker container permissions, bug fixes for OpenAPI 3.0 rendering of Responses and Request Bodies, and resolution of most `npm audit` warnings visible to consumers.

Channgelog

* improvement: allow Swagger UI Docker containers to run as non-root users (via 5476)
* fix: empty ModelExample rendering in a Response w/o `content` (via [5504](https://github.com/swagger-api/swagger-ui/issues/5504))
* fix: use `null` as a notSetValue for examplesForMediaType (via [5503](https://github.com/swagger-api/swagger-ui/issues/5503))
* housekeeping: resolve (almost) all `npm audit` warnings (via 5457)

3.23.1

This release fixes a couple of minor regressions introduced in v3.23.0, and also includes improvements to our module sizes and sourcemap quality.

Changelog

* fix: Swagger 2.0 `Response.examples` (via [5464](https://github.com/swagger-api/swagger-ui/issues/5464) + [#5465](https://github.com/swagger-api/swagger-ui/issues/5465))
* fix: enum Select crashes when selecting the empty value (via 5463)
* housekeeping: upgrade to webpack4 (via 5454)
* housekeeping: upgrade to babel7 (via 5450)

_Note: `swagger-ui-react3.23.1` was unpublished due to a bad build being pushed to npm. It will be updated again with the next release of Swagger UI._

3.23.0

This release includes support for OpenAPI 3.0's [Examples Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#examplesObject) within Parameter, Request Body, and Response Objects.



Changelog

* feature: Multiple Examples for OpenAPI 3 Parameters, Request Bodies, and Responses (via 5427)


Internal API notes

Several things have moved around internally.

If you make heavy use of the Plugin API, this may be of concern to you:

* the `Parameters`component no longer has a `wrapComponent` in OpenAPI 3.0. Version-specific logic is now contained within one component.
* `ParameterRow` now needs `oas3Actions` and `oas3Selectors` as props.
* `Response` now needs `path` and `method` as props.
* `Responses`' `shouldComponentUpdate` check has been removed, it now re-renders as the Redux store changes.
* `RequestBodyEditor` has been heavily modified. It is no longer aware of the underlying request body or schema, and only concerns itself with the string value being edited. It will now also update its own internal state if the `value` prop given to it changes.

Page 21 of 42

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.