Releases: swagger-api/swagger-ui
Releases · swagger-api/swagger-ui
Swagger UI 3.27.0 Released!
3.27.0 (2020-06-18)
Features
- model view: hide applicable readOnly and writeOnly properties (#5832) (f8dd4e6)
- model view Added onLoad()s and tweaker onToggle() to support ScrollTo functionality for Models (#5237)
- Copy response to clipboard #4300 (#5278) (973e1f7)
- Display example value in Swagger ReadOnly documentation mode (#4422) (ca1b19a)
- swagger-ui-react: add
displayOperationIdconfig support (#5795) (bd1b297)
Bug Fixes
- remove clipboard inline svg from a file with SASS (#6148) (eeb0b73)
- curlify agnostic to order of header values (#6152) (b86e8e9), closes #6082
- Docker: case where SWAGGER_ROOT in conjunction with BASE_URL does not work (#6147)
- Call
DomPurify.addHookonly if it exists (#5428)
Docs
- Docs: Demonstrate a simple Webpack setup (#5185)
Swagger UI 3.26.2 Released!
Swagger UI 3.26.1 Released!
3.26.1 (2020-06-11)
Features
- New
OAUTH_SCOPESconfiguration property to select all/none/user_list to OAuth scopes popup (#6037) (275c8f2) - Docker New
SWAGGER_JSON_URLoption to allow remote urls from Docker (#6122) - Docker
VALIDATOR_URLnow has options to disable the validation badge (#5994) - Various style improvements (#6014) (#5578) (#5478)
Bug Fixes
Swagger UI 3.26.0 Released!
3.26.0 (2020-06-05)
Features
- Allow to skip submitting empty values in form data (#5830) (b9b32c9)
- Add empty data param to cURL if no POST request body was given (#6017)
Bug Fixes
- set default supportedSubmitMethods (#6030) (3b6942c)
- OAS3 upload file when array items are type=string format=binary (#6040)
- support generated curl for PUT and PATCH requests (#5960)
- flaky test: bugs/4641 use wait on route alias (#6048) (5bbd3e7)
Housekeeping
- SwaggerClient version 3.10.6
- dependency updates
Swagger UI 3.25.5 Released!
Swagger UI 3.25.4 Released!
Swagger UI 3.25.3 Released!
Swagger UI 3.25.2 Released!
Swagger UI 3.25.1 Released!
No release summary included.
Changelog
- improvement: render OAS3 parameter type formats (#5796)
- improvement:
showCommonExtensionssupport for OAS3 parameters (#5901) - improvement: support for supportedSubmitMethods property in react component (#5376)
- improvement: do not require basic password in UI (#5812)
- improvement: add isShownKey prop to Operation to allow overriding (#5196)
- fix(docker-image): send relative HTTP 301s from within container (#5409)
- fix: expanding model when query param showExtensions=true exists (#5918)
- fix: incorrect PropType in Model ImmutablePureComponent (#5921)
- fix: OAS3 online validator badge (#5909)
- housekeeping: add static distribution file documentation (#5095)
- housekeeping: update plugin api component for failSilently (#5953)
Swagger UI 3.25.0 Released!
No release summary included.
Changelog
- feature(swagger-ui-react):
defaultModelExpandDepthandpluginsprops (#5594) - improvement: clear auth information from memory when logging out (#5316)
- improvement: use type 'password' instead of text for client secret (#5262)
- housekeeping(docs): https path for unpkg link (#5769)
- housekeeping: fix logo size (#5702)
- housekeeping: fix
npm run lintandnpm teston Windows (#5737) - housekeeping:
npm audit fix(#5718, #5772, #5805)