Skip to content

v1.1.0

Compare
Choose a tag to compare
@tulir tulir released this 13 Jul 12:53
· 116 commits to master since this release

Latest demo available at https://openapi.design/
Permanent demo of this version available at https://openapi.design/v1.1.0/

New

  • Input validation
  • Markdown editor with integrated preview using SimpleMDE
  • Rich preview using Swagger UI
  • Editor-only view (no preview, centered)
  • Preview view that shows the whole document and allows editing
  • Language changer
  • Proper placeholder values
  • Open Graph protocol meta tags
  • Implemented some missing fields in type definitions (e.g. readOnly and allOf)

Changed

  • Updated logo and favicon
  • Fixed output of integer/float enum values
  • Squashed some I18n bugs
  • Fixed bugs on IE and Edge
  • Made UI improvements
    • Moved GitHub and info button from header (topbar) to footer
    • Added a slightly gray background for main container
    • Changed header color to white and footer color to gray
    • Removed collapse button from array controls (there's still one next to the title)
  • Improved performance when opening large API designs

Contributors