Releases: swagger-api/swagger-editor
v5.0.0-alpha.100
Swagger Editor v4.14.4 Released!
Swagger Editor v4.14.3 Released!
4.14.3 (2025-02-20)
Bug Fixes
- security: remedy CVE-2025-26791 related to dompurify (#5367) (62a5b06)
- docker: remedy CVE-2024-12797 related to libcrypto3
v5.0.0-alpha.99
5.0.0-alpha.99 (2025-01-29)
Enhancements
SwaggerEditor@5 Docker image is now served under the new authoritative registry URL:
Before:
$ docker pull swaggerapi/swagger-editor:next-v5Now:
$ docker pull docker.swagger.io/swaggerapi/swagger-editor:next-v5Swagger Editor v4.14.2 Released!
4.14.2 (2025-01-29)
Enhancements
SwaggerEditor Docker image is now served under the new authoritative registry URL:
Before:
$ docker pull swaggerapi/swagger-editorNow:
$ docker pull docker.swagger.io/swaggerapi/swagger-editorv5.0.0-alpha.98
5.0.0-alpha.98 (2024-11-11)
Bug Fixes
Swagger Editor v4.14.1 Released!
v5.0.0-alpha.97
5.0.0-alpha.97 (2024-11-06)
Features
Anonymized analytics
Swagger Editor uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, you can set the scarfSettings.enabled field to false in your project's package.json:
// package.json
{
// ...
"scarfSettings": {
"enabled": false
}
// ...
}
Alternatively, you can set the environment variable SCARF_ANALYTICS to false as part of the environment that installs your npm packages, e.g., SCARF_ANALYTICS=false npm install.
Swagger Editor v4.14.0 Released!
4.14.0 (2024-11-06)
Features
Anonymized analytics
Swagger Editor uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, you can set the scarfSettings.enabled field to false in your project's package.json:
// package.json
{
// ...
"scarfSettings": {
"enabled": false
}
// ...
}
Alternatively, you can set the environment variable SCARF_ANALYTICS to false as part of the environment that installs your npm packages, e.g., SCARF_ANALYTICS=false npm install.