Interface changes: Added deepLinking
, tagsSorter
, maxRows
and filter
configuration options.
- Feature:
maxRows
configuration option (via #3196) - Feature:
filter
configuration 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
getComponent
so problems are caught by render try/catch (#3102 via #3331) - Improvement:
window.versions
information 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
externalDocs
descriptions as Markdown (#3384 via #3391) - Bug fix: added missing method name to
swagger-ui-dist
default export (via #3390)