Skip to content

Swagger-UI 3.3.0 Released!

Compare
Choose a tag to compare
@shockey shockey released this 30 Sep 01:58
· 3371 commits to master since this release

Interface changes: added defaultModelRendering and defaultModelExpandDepth configuration options.

  • Feature: added ability to control whether "Example Value" or "Model" tab is shown by default, and default model expansion depth (via #3628)
  • Feature: added Request URL display for live responses (via #3421)
  • Improvement: added Try-It-Out validation for minLength and maxLength (via #3701)
  • Improvement: added Try-It-Out validation for minimum and maximum (via #3703)
  • Improvement: addressed some Operation styling issues on smaller devices (via #3647)
  • Improvement: added Markdown rendering for array model descriptions (via #3531)
  • Improvement: disabled Swagger2-specific authentication features for OpenAPI 3.0 definitions, in order to minimize confusion (via #3705)
  • Bugfix: file download eligibility is now computed correctly (via #3709)
  • Bugfix: path parameters with enums are now injected correctly during Try-It-Out (via #3706)
  • Bugfix: Markdown sanitization is now less aggressive, allowing reserved and special characters to pass through (via #3712)

Version Diff