Skip to content

Swagger-UI 3.0.7 Released!

Compare
Choose a tag to compare
@webron webron released this 24 Apr 22:21
· 4455 commits to master since this release

Interface changes:** Added operationsSorter option.

  • Improvement: new package! swagger-ui-dist is available on npm, if you have a need for the entire dist folder packaged as a dependency-free npm module.
  • Bugfix: app crashing when an operation written in YAML is cast to null (#2918)
  • Bugfix: request execution not inferring scheme properly with relative URLs (#2919)
  • Bugfix: validator URL not being set properly in Docker container (#2936)
  • Bugfix: formatting issues when authorization panel (#2929)
  • Bugfix: empty body values being cast to {} (#2881)
  • Bugfix: rendering issue with array-type parameters (#2890)