Skip to content

Swagger-UI 3.4.3 Released!

Choose a tag to compare

@shockey shockey released this 04 Nov 02:54
· 3516 commits to master since this release
e7b3fd3

Interface changes: validatorUrl: null configuration works again. Pardon the interruption!

  • Improvement: raised minimum react and react-dom versions to 15.6.2, ensuring that we always use an MIT-licensed version (via #3805)
  • Improvement: added pattern validator to validateParameter (via #3798)
  • Improvement: modified validateParameter's logic so that its output is more helpful (via #3839
  • Improvement: switched to a new XML beautifier that fixes a large XML response rendering bottleneck (via #3862)
  • Improvement: added CSS property to Execute button animation that should lighten the animation's CPU impact (via #3807)
  • Improvement: exposed configuration value management to Redux state (via #3813)
  • Improvement: refactored SCSS color values into variables (via #3769)
  • Improvement: refactored Primitive and Array Model property display into a new Property component, which will be useful for extending model display (via #3861)
  • Improvement: added hasHost spec selector for OAS 3.0 (via #3815)
  • Bugfix: corrected a sanitizer issue that caused validatorUrl: null configurations to break (via #3852)
  • Bugfix: removed extraneous in field for OAS 3.0 Bearer authorizations (via #3844)
  • Housekeeping: updated version checking documentation for clarity (via #3854)
  • Housekeeping: started caching node_modules for CI builds (via #3845)

Version Diff