Releases: swagger-api/swagger-editor
Releases · swagger-api/swagger-editor
Swagger-Editor 3.0.10 Released!
Interface changes: None.
- Bugfix: ability to
npm run build
when not in a Git-enabled folder (via #1323) - Improvement: fetch codegen information via HTTPS, allowing for codegen to work when Editor is served over HTTPS (via #1322, #1314)
- Improvement: Topbar and StandaloneLayout are now packaged in a seperated
StandalonePreset
outside of core code (#1277 via #1326)
Swagger-Editor 3.0.9 Released!
Interface changes: None.
- Improvement:
Clear Editor
option in File menu of Editor Topbar
Swagger-Editor 3.0.8 Released!
Swagger-Editor 3.0.7 Released!
Rebuilt dist assets to fix a flawed build in v3.0.6
- no code changes.
Swagger-Editor 3.0.6 Released!
- Improvement: new package!
swagger-editor-dist
is available on npm, if you have a need for the entire dist folder packaged as a dependency-free npm module. - Bugfix: semantic validation not complaining about invalid scope references (#1259)
Swagger-Editor 3.0.5 Released!
Interface changes: None.
- Improvement: parameter and header validation now picks up
type: array
parameters without anitems
property. - Improvement: guarding logic added to semantic validators reduces noise in the error console.
- Improvement: Standalone inherits from UI's new
BaseLayout
to ensure consistency between spec display in UI and Editor. - Improvement: Clarified Docker containers to follow Docker best practices. Now
latest
refers to the "latest released version" andunstable
refers to the current master. We will continue to tag final versions, which is, as always, the safest way to use Docker images.
Swagger-Editor 3.0.4 Released!
Interface changes: None.
- Feature: Added menu options to import from local file and URL
- Feature: Added menu option to convert JSON to YAML
- Bug: Fixed an issue where an empty spec would break rendering (#1244)
Swagger-Editor 3.0.3 Released!
Swagger-Editor 3.0.2 Released!
Interface changes: None.
- Added linter and tests
- Added backward support for Swagger-Editor 2.x local storage caches
- Updated styling for better Safari support
Swagger-Editor 3.0.1 Released!
Interface changes: None.
- Fixed broken dev server
- Fixed CSS issues for IE11
- Reorganized NPM scripts