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 15 of 42

3.35.0

[3.35.0](https://github.com/swagger-api/swagger-ui/compare/v3.34.0...v3.35.0) (2020-10-01)


Bug Fixes

* **auth:** both array and Im.List scopes can be added to redirectURL ([6416](https://github.com/swagger-api/swagger-ui/issues/6416)) ([95fd3e7](https://github.com/swagger-api/swagger-ui/commit/95fd3e71aba55cc4c6dc26e87007710010080e2c))
* **swagger-ui-react:** Use oneOfType in spec prop validation (fix [6399](https://github.com/swagger-api/swagger-ui/issues/6399)) ([#6400](https://github.com/swagger-api/swagger-ui/issues/6400)) ([52360a0](https://github.com/swagger-api/swagger-ui/commit/52360a0612dd5a8a88545fbd03208c29dd7b5967))
* sample schema should stringify string values for content-type: text/json ([6431](https://github.com/swagger-api/swagger-ui/issues/6431)) ([ad630cc](https://github.com/swagger-api/swagger-ui/commit/ad630cc3e08245670c7479ba76fc84bcf385718e)), closes [#6412](https://github.com/swagger-api/swagger-ui/issues/6412)
* **try-it-out:** required boolean default value set to empty string ([6449](https://github.com/swagger-api/swagger-ui/issues/6449)) ([f5c709f](https://github.com/swagger-api/swagger-ui/commit/f5c709f97f797b43863d27a1541603a916064383)), closes [#6429](https://github.com/swagger-api/swagger-ui/issues/6429)


Features

* **curl:** configuration setting to pass additional options to curl command for "Try it out" ([6288](https://github.com/swagger-api/swagger-ui/issues/6288)) ([cbe99c8](https://github.com/swagger-api/swagger-ui/commit/cbe99c8c1a6f55a5ed384ce27376ee46d735b48c))
* **swagger-ui-react:** add deeplinking as prop ([6424](https://github.com/swagger-api/swagger-ui/issues/6424)) ([6b12f15](https://github.com/swagger-api/swagger-ui/commit/6b12f1507a7d2f2448cb12f442a8fb389de0205c))

3.34.0

[3.34.0](https://github.com/swagger-api/swagger-ui/compare/v3.33.0...v3.34.0) (2020-09-18)


Features

* Preserve authorization on browser refresh and close/reopen ([5939](https://github.com/swagger-api/swagger-ui/issues/5939)) ([96aecc8](https://github.com/swagger-api/swagger-ui/commit/96aecc8860a906d2d185bcbba60fae61ca847fdc))
* **build:** use core-js3 ([6410](https://github.com/swagger-api/swagger-ui/issues/6410)) ([ac41813](https://github.com/swagger-api/swagger-ui/commit/ac41813530e722317d634300121d983592f54856))

Refactor
* **build:** increase maxEntrypointSize for core-js3 (6419)
* **csp:** Update how the JavaScript run function is invoked in oauth2-redirect.html (6393)

3.33.0

[3.33.0](https://github.com/swagger-api/swagger-ui/compare/v3.32.5...v3.33.0) (2020-09-10)


Bug Fixes

* **curlify:** for -d, handle Immutable vs non-Immutable cases ([6349](https://github.com/swagger-api/swagger-ui/issues/6349)) ([0c60696](https://github.com/swagger-api/swagger-ui/commit/0c60696d264bdf4910f3e6f153bc5b1fe5e7ebcf))
* **curlify:** replace all occurrences of `$` ([6354](https://github.com/swagger-api/swagger-ui/issues/6354)) ([89d57fc](https://github.com/swagger-api/swagger-ui/commit/89d57fc0785ddcfd3932f2034456e210da20b576))
* Add `entrySeq()` to `bodyProperties.map()` ([6267](https://github.com/swagger-api/swagger-ui/issues/6267)) ([0199b47](https://github.com/swagger-api/swagger-ui/commit/0199b4785fb565f00dde1a674143ae309629f98b))
* Allowing servers dropdown to change when oas3Actions.setSelectedServer is called ([6358](https://github.com/swagger-api/swagger-ui/issues/6358)) ([5123b47](https://github.com/swagger-api/swagger-ui/commit/5123b47ef499c82ec15f0aa8e3db3ce901135bc8)), closes [#6351](https://github.com/swagger-api/swagger-ui/issues/6351)
* Updating select to pass in a better prop; updating test to do a better check ([6385](https://github.com/swagger-api/swagger-ui/issues/6385)) ([6ad418d](https://github.com/swagger-api/swagger-ui/commit/6ad418d0abf7110dfc58fadec0f324bea8485760)), closes [#6372](https://github.com/swagger-api/swagger-ui/issues/6372)
* models view when object key contains deprecated:true ([6371](https://github.com/swagger-api/swagger-ui/issues/6371)) ([d4eea4d](https://github.com/swagger-api/swagger-ui/commit/d4eea4da1b4f24a524f511509e6568069209da9a)), closes [#6369](https://github.com/swagger-api/swagger-ui/issues/6369)
* **style:** servers environment select ([6367](https://github.com/swagger-api/swagger-ui/issues/6367)) ([7a63ba3](https://github.com/swagger-api/swagger-ui/commit/7a63ba30c3db548e7159c00a168fcc0d32bc6aff))
* **style:** restore wrapping of long text in pre blocks (6377)

Features

* migrate unit tests to Jest ([6353](https://github.com/swagger-api/swagger-ui/issues/6353)) ([1a27c0a](https://github.com/swagger-api/swagger-ui/commit/1a27c0a8bd8147b3398462eabf8f06e980540fb1))

3.32.5

[3.32.5](https://github.com/swagger-api/swagger-ui/compare/v3.32.4...v3.32.5) (2020-08-27)


Bug Fixes

* **operationTag:** verify selectedServer exists before invoking ([6335](https://github.com/swagger-api/swagger-ui/issues/6335)) ([580e906](https://github.com/swagger-api/swagger-ui/commit/580e906450abff275521c24de8438b58af7a5c2e))

3.32.4

[3.32.4](https://github.com/swagger-api/swagger-ui/compare/v3.32.3...v3.32.4) (2020-08-20)


Bug Fixes

* remove unused and redux4 non-compliant system method inside 'err' reducer ([6330](https://github.com/swagger-api/swagger-ui/issues/6330)) ([6742cbd](https://github.com/swagger-api/swagger-ui/commit/6742cbd38be6569df53d0540428c07b5688b7f20))
* **deps:** revert to redux3 and react-redux4 ([6331](https://github.com/swagger-api/swagger-ui/issues/6331)) ([e82aaae](https://github.com/swagger-api/swagger-ui/commit/e82aaae4f847f7c269c4e843f8f29bda67e41c74))

3.32.3

[3.32.3](https://github.com/swagger-api/swagger-ui/compare/v3.32.2...v3.32.3) (2020-08-19)

This release is intended to enable npm to include es2015 bundle files. There are no source code changes in this release.

Bug Fixes

* **build:** add es-bundle to .npmignore non-exclusion list ([6328](https://github.com/swagger-api/swagger-ui/issues/6328)) ([560b428](https://github.com/swagger-api/swagger-ui/commit/560b428f0a265fbbde59f0675a55dab607dfea06))

Page 15 of 42

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.