Swagger-UI 3.0.19 Released!
Interface changes: Added deepLinking, tagsSorter, maxRows and filter configuration options.
- Feature:
maxRowsconfiguration option (via #3196) - Feature:
filterconfiguration option for filtering by tag, plus a filter input (via #3196) - Feature: tagsSorter configuration option (#3022 via #3303)
- Feature: deep linking into tags and operations (#2884 via #3388)
- Improvement: get model components via
getComponentso problems are caught by render try/catch (#3102 via #3331) - Improvement:
window.versionsinformation is more robust (#3300 via #3356) - Improvement: display title in nested models, and make the titles clickable (#2926 via #3355)
- Bug fix: use consumes value first when selecting a request content type (#3375 via #3377)
- Bug fix: check for null/undefined values when validating parameters (#3361 via #3363)
- Bug fix: enable line breaks in Markdown fields (#3078 via #3353)
- Bug fix: render
externalDocsdescriptions as Markdown (#3384 via #3391) - Bug fix: added missing method name to
swagger-ui-distdefault export (via #3390)