Skip to content

v5.0.0-alpha.90

Pre-release
Pre-release
Compare
Choose a tag to compare
@swagger-bot swagger-bot released this 26 Mar 11:50
· 149 commits to next since this release

5.0.0-alpha.90 (2024-03-26)

Features

  • use VSCode API + Monaco Editor built from vscode@1.87.2 (#4860) (5d21610), closes #4848

Important

Instructions for building SwaggerEditor@5 with webpack@5 changed. Before, process injection was handled by webpack.ProvidePlugin . Now it's handled by imports-loader. Please consult the amended Usage section of the main README file for more details. You can find the reasoning for the change in #4848.