Py-swagger-ui

Latest version: v1.1.0

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

Scan your dependencies

Page 13 of 42

3.41.0

[3.41.0](https://github.com/swagger-api/swagger-ui/compare/v3.40.0...v3.41.0) (2021-01-28)

Features

* **sample-gen:** yaml sample generation ([6858](https://github.com/swagger-api/swagger-ui/issues/6858)) ([470e2fe](https://github.com/swagger-api/swagger-ui/commit/470e2fed9b030f0ac5b8f7c0169e6ac3a6bcdc42))
* **ux:** enhance media-type switching experience in RequestBodyEditor ([6837](https://github.com/swagger-api/swagger-ui/issues/6837)) ([e877580](https://github.com/swagger-api/swagger-ui/commit/e877580d5405fef1756083d637daa5c38dc82c92))
* **config:** add tryItOutEnabled configuration ([6865](https://github.com/swagger-api/swagger-ui/issues/6865)) ([265bdc0](https://github.com/swagger-api/swagger-ui/commit/265bdc07b73156d45ea50086617ccdbe7e3a1071))
* **swagger-client:** bump to v3.12.2

Bug Fixes

* **buildUrl:** relative url is invalid URL (OAS3) or non-url (OAS2) ([6864](https://github.com/swagger-api/swagger-ui/issues/6864)) ([a5eb3dc](https://github.com/swagger-api/swagger-ui/commit/a5eb3dc0c302f8dbe095ee61ad2569d918deb524))
* **sample-gen:** case yaml parsed example is number but string schema ([6872](https://github.com/swagger-api/swagger-ui/issues/6872)) ([5b2ad68](https://github.com/swagger-api/swagger-ui/commit/5b2ad68f50b29462580c4f995d7f157e2702d527))
* **ux:** ensure that optional security schema is rendered without padlock. ([6839](https://github.com/swagger-api/swagger-ui/issues/6839)) ([eddde95](https://github.com/swagger-api/swagger-ui/commit/eddde95dc470a8595dfdaf087552f9f4c404c2a8))
* **webpack:** assets should not be treaded as esModule ([6861](https://github.com/swagger-api/swagger-ui/issues/6861)) ([cdfb64f](https://github.com/swagger-api/swagger-ui/commit/cdfb64f71151cafda2b7b5e777fb5fcaf75e9d08))

3.40.0

[3.40.0](https://github.com/swagger-api/swagger-ui/compare/v3.39.0...v3.40.0) (2021-01-14)

Features

* **doc:** added introduction ([6806](https://github.com/swagger-api/swagger-ui/issues/6806)) ([d80cc40](https://github.com/swagger-api/swagger-ui/commit/d80cc40dc4baec8896d1c9714f272a19e63f80a6))
* **docker:** add docker support for persist authorization variable ([6832](https://github.com/swagger-api/swagger-ui/issues/6832)) ([a7ba55a](https://github.com/swagger-api/swagger-ui/commit/a7ba55ad03790f3dcc4dde32f6de89ec81588d24))
* group / sort parameters by location ([6745](https://github.com/swagger-api/swagger-ui/issues/6745)) ([ddaee4e](https://github.com/swagger-api/swagger-ui/commit/ddaee4ec42e11e30d05349e88941d4bd41a25ad4))

Bug Fixes

* **sample-gen:** should render additionalProperties in example ([6821](https://github.com/swagger-api/swagger-ui/issues/6821)) ([35cb925](https://github.com/swagger-api/swagger-ui/commit/35cb92502a249a01a2a631e56144f6ba714f9c26))
* **sample-gen:** should return json literal example ([6827](https://github.com/swagger-api/swagger-ui/issues/6827)) ([a2f7917](https://github.com/swagger-api/swagger-ui/commit/a2f791766142efa0d2fc8733259192d40f3378b8))
* **sample-gen:** should return xml literal example ([6822](https://github.com/swagger-api/swagger-ui/issues/6822)) ([59b42bb](https://github.com/swagger-api/swagger-ui/commit/59b42bb38fcedd836a51d7c8a6f2ba067e351f94))
* **spec-selector:** isMediaTypeSchemaPropertiesEqual should handle case where literal media-types are equal. ([6820](https://github.com/swagger-api/swagger-ui/issues/6820)) ([25433c4](https://github.com/swagger-api/swagger-ui/commit/25433c486429d60460ab14faa6ea71ef27c7ae35))
* **style:** code should should wrap line ([6831](https://github.com/swagger-api/swagger-ui/issues/6831)) ([7087210](https://github.com/swagger-api/swagger-ui/commit/7087210adbbb5f0fa48a69f825f1ea701b72542c)), closes [#6764](https://github.com/swagger-api/swagger-ui/issues/6764)

3.39.0

[3.39.0](https://github.com/swagger-api/swagger-ui/compare/v3.38.0...v3.39.0) (2021-01-07)

Features

* **ux:** Disabled Execute button while request is in progress ([6776](https://github.com/swagger-api/swagger-ui/issues/6776)) ([2bf39e0](https://github.com/swagger-api/swagger-ui/commit/2bf39e0ad526336198490122c7978221487a1e35))

Bug Fixes

* **sample-gen:** first oneOf or anyOf should be combined with schema ([6775](https://github.com/swagger-api/swagger-ui/issues/6775)) ([0f541a1](https://github.com/swagger-api/swagger-ui/commit/0f541a1ab055ce104da9758ddbf1a77dcd839c70))
* **style:** response data flows off the screen ([6764](https://github.com/swagger-api/swagger-ui/issues/6764)) ([85a3ec9](https://github.com/swagger-api/swagger-ui/commit/85a3ec983e5822f87715d63720e511f8be65f6a9))
* **examples:** Request Body examples should respect media-type (6739) ([68e9b1b](https://github.com/swagger-api/swagger-ui/commit/68e9b1b43995a68d40813146aab174228e7a1257))

3.38.0

[3.38.0](https://github.com/swagger-api/swagger-ui/compare/v3.37.2...v3.38.0) (2020-12-10)

Features

* **auth:** Add OpenID Connect Discovery (OICD) support ([3517](https://github.com/swagger-api/swagger-ui/issues/3517)) ([#6549](https://github.com/swagger-api/swagger-ui/issues/6549)) ([0807687](https://github.com/swagger-api/swagger-ui/commit/0807687f9161a3293ff679ac9a1208df24921dd1))

Bug Fixes

* **components:** fix keys rendering in React 16 using .entrySeq() ([6685](https://github.com/swagger-api/swagger-ui/issues/6685)) ([20a8987](https://github.com/swagger-api/swagger-ui/commit/20a89877b2622d2d4114cdf65b54cbc71f0fd79d))
* security fixes applied in `highlight.js10.4.1`, `node-fetch2.6.1`, and `dot-prop5.3.0`

3.37.2

[3.37.2](https://github.com/swagger-api/swagger-ui/compare/v3.37.1...v3.37.2) (2020-11-26)

* chore: update [swagger-js](https://github.com/swagger-api/swagger-js) to [v3.12.1](https://github.com/swagger-api/swagger-js/releases/tag/v3.12.1) which brings better support for $ref resolving (#4765) (5625 )
* chore(release): fix release [v3.37.1](https://github.com/swagger-api/swagger-ui/releases/tag/v3.37.1) release
* chore(package): allow auto-update of swagger-client (d3fb9ab260025756d351043a36324af676b48793)

3.37.1

[3.37.1](https://github.com/swagger-api/swagger-ui/compare/v3.37.0...v3.37.1) (2020-11-26)

Warning

*This is a failed release which is identical to [v3.37.0](https://github.com/swagger-api/swagger-ui/releases/tag/v3.37.0). Please install [v3.37.2](https://github.com/swagger-api/swagger-ui/releases/tag/v3.37.2) instead.*

Page 13 of 42

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.