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
displayOperationId
config 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.addHook
only if it exists (#5428)
Docs
- Docs: Demonstrate a simple Webpack setup (#5185)