Py-swagger-ui

Latest version: v1.1.0

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

Scan your dependencies

Page 3 of 42

4.12.0

[4.12.0](https://github.com/swagger-api/swagger-ui/compare/v4.11.1...v4.12.0) (2022-06-03)

Features

* **swagger-ui-react:** Add oauth2RedirectUrl prop ([8028](https://github.com/swagger-api/swagger-ui/issues/8028)) ([03a981a](https://github.com/swagger-api/swagger-ui/commit/03a981ae4f9b1c6c9223c63b0f70cf592a21b8ed))

Bug Fixes

* remove dead code and format document ([8048](https://github.com/swagger-api/swagger-ui/issues/8048)) ([a7e23b5](https://github.com/swagger-api/swagger-ui/commit/a7e23b5a55dd85af4a419283a1ef112396718e09))

4.11.1

[4.11.1](https://github.com/swagger-api/swagger-ui/compare/v4.11.0...v4.11.1) (2022-05-13)


Bug Fixes

* set yaml parser load option to JSON_SCHEMA ([8023](https://github.com/swagger-api/swagger-ui/issues/8023)) ([41f84aa](https://github.com/swagger-api/swagger-ui/commit/41f84aad054e06ad28e881c694031da351dd29cf))
* **ui:** avoid empty div when there are no `externalDocs` ([7997](https://github.com/swagger-api/swagger-ui/issues/7997)) ([abeb168](https://github.com/swagger-api/swagger-ui/commit/abeb16869621508d656eb9253397530334e2de41))

4.11.0

[4.11.0](https://github.com/swagger-api/swagger-ui/compare/v4.10.3...v4.11.0) (2022-05-05)

Features

* **swagger-ui-react:** Add `withCredentials` prop ([7980](https://github.com/swagger-api/swagger-ui/issues/7980)) ([31717db](https://github.com/swagger-api/swagger-ui/commit/31717dbb38934f69d4b2f724d48c7e11984e5923))

* **docs:** minor documentation updates

Bug Fixes

* remove leftover text in request snippets ([8011](https://github.com/swagger-api/swagger-ui/issues/8011)) ([3aef3bf](https://github.com/swagger-api/swagger-ui/commit/3aef3bf2bf3581d827fbb140acce905bad4f40b1))

4.10.3

[4.10.3](https://github.com/swagger-api/swagger-ui/compare/v4.10.2...v4.10.3) (2022-04-01)



Bug Fixes

* **docker:** Instruct browser not to cache swagger-initializer.js ([7960](https://github.com/swagger-api/swagger-ui/issues/7960)) ([46c87bc](https://github.com/swagger-api/swagger-ui/commit/46c87bcbc1d29925ff0658b2b170918f3e76550b))
* **fn:** RandExp error should not cause UI to completely fail ([7940](https://github.com/swagger-api/swagger-ui/issues/7940)) ([b825e44](https://github.com/swagger-api/swagger-ui/commit/b825e440770d9328996a116784cb77b05ab24c6c))
* **css:** alignment of authorization btn ([7955](https://github.com/swagger-api/swagger-ui/issues/7955)) ([ed344ff](https://github.com/swagger-api/swagger-ui/commit/ed344ff836a28dd82f9a2a8c42f9dbc58999e8ef))
* **dev-helpers:** restore default url setting ([7965](https://github.com/swagger-api/swagger-ui/issues/7965)) ([496d53e](https://github.com/swagger-api/swagger-ui/commit/496d53e7822db67e039802be6e15f919b7cbb842))


Reverts

* Revert "fix(oas3): set markdown line breaks to true (7942)" (7967) ([ffeb678](https://github.com/swagger-api/swagger-ui/commit/ffeb678f8611ebdd4dcef4ce976b2a097c1a6484)), closes [#7942](https://github.com/swagger-api/swagger-ui/issues/7942) [#7967](https://github.com/swagger-api/swagger-ui/issues/7967)

Note on revert

Per OpenAPI 3.0 spec [here](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md#rich-text-formatting),

> Throughout the specification description fields are noted as supporting CommonMark markdown formatting. Where OpenAPI tooling renders rich text it MUST support, at a minimum, markdown syntax as described by [CommonMark 0.27](http://spec.commonmark.org/0.27/).

If a 2-line rendering is desired, [hard-line breaks](https://spec.commonmark.org/0.27/#hard-line-break) should be used, e.g. 2 white spaces, or a "\" char, at the end of the line.

Release version note
This release version, v4.10.3, is intended to immediately follow [v4.10.0](https://github.com/swagger-api/swagger-ui/releases/tag/v4.10.0). The intermediate versions were failed releases.

4.10.1

[4.10.1](https://github.com/swagger-api/swagger-ui/compare/v4.10.0...v4.10.1) (2022-04-01)


Bug Fixes

* **docker:** Instruct browser not to cache swagger-initializer.js ([7960](https://github.com/swagger-api/swagger-ui/issues/7960)) ([46c87bc](https://github.com/swagger-api/swagger-ui/commit/46c87bcbc1d29925ff0658b2b170918f3e76550b))
* **fn:** RandExp error should not cause UI to completely fail ([7940](https://github.com/swagger-api/swagger-ui/issues/7940)) ([b825e44](https://github.com/swagger-api/swagger-ui/commit/b825e440770d9328996a116784cb77b05ab24c6c))
* **css:** alignment of authorization btn ([7955](https://github.com/swagger-api/swagger-ui/issues/7955)) ([ed344ff](https://github.com/swagger-api/swagger-ui/commit/ed344ff836a28dd82f9a2a8c42f9dbc58999e8ef))
* **dev-helpers:** restore default url setting ([7965](https://github.com/swagger-api/swagger-ui/issues/7965)) ([496d53e](https://github.com/swagger-api/swagger-ui/commit/496d53e7822db67e039802be6e15f919b7cbb842))


Reverts

* Revert "fix(oas3): set markdown line breaks to true (7942)" (7967) ([ffeb678](https://github.com/swagger-api/swagger-ui/commit/ffeb678f8611ebdd4dcef4ce976b2a097c1a6484)), closes [#7942](https://github.com/swagger-api/swagger-ui/issues/7942) [#7967](https://github.com/swagger-api/swagger-ui/issues/7967)

Note on revert

Per OpenAPI 3.0 spec [here](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md#rich-text-formatting),

> Throughout the specification description fields are noted as supporting CommonMark markdown formatting. Where OpenAPI tooling renders rich text it MUST support, at a minimum, markdown syntax as described by [CommonMark 0.27](http://spec.commonmark.org/0.27/).

If a 2-line rendering is desired, [hard-line breaks](https://spec.commonmark.org/0.27/#hard-line-break) should be used, e.g. 2 white spaces, or a "\" char, at the end of the line.

4.10.0

[4.10.0](https://github.com/swagger-api/swagger-ui/compare/v4.9.1...v4.10.0) (2022-03-28)


Features

* **build:** add support for Create React App without eject ([7946](https://github.com/swagger-api/swagger-ui/issues/7946)) ([81ef19c](https://github.com/swagger-api/swagger-ui/commit/81ef19ca175a764ade548f84d8b940603d89d431)), closes [#7898](https://github.com/swagger-api/swagger-ui/issues/7898) [#7944](https://github.com/swagger-api/swagger-ui/issues/7944) [#7935](https://github.com/swagger-api/swagger-ui/issues/7935) [#7910](https://github.com/swagger-api/swagger-ui/issues/7910) [#7908](https://github.com/swagger-api/swagger-ui/issues/7908) [#7902](https://github.com/swagger-api/swagger-ui/issues/7902)

Page 3 of 42

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.