Skip to content

Releases: swagger-api/swagger-editor

v5.0.0-alpha.99

29 Jan 09:11
Compare
Choose a tag to compare
v5.0.0-alpha.99 Pre-release
Pre-release

5.0.0-alpha.99 (2025-01-29)

Enhancements

  • docker: document new SwaggerEditor@5 docker registry usage (#5347) (eae67c7)

SwaggerEditor@5 Docker image is now served under the new authoritative registry URL:

Before:

$ docker pull swaggerapi/swagger-editor:next-v5

Now:

$ docker pull docker.swagger.io/swaggerapi/swagger-editor:next-v5

Swagger Editor v4.14.2 Released!

29 Jan 12:03
Compare
Choose a tag to compare

4.14.2 (2025-01-29)

Enhancements

  • docker: document new SwaggerEditor@4 docker registry usage (#5350) (212d2c6)

SwaggerEditor Docker image is now served under the new authoritative registry URL:

Before:

$ docker pull swaggerapi/swagger-editor

Now:

$ docker pull docker.swagger.io/swaggerapi/swagger-editor

v5.0.0-alpha.98

11 Nov 12:34
Compare
Choose a tag to compare
v5.0.0-alpha.98 Pre-release
Pre-release

5.0.0-alpha.98 (2024-11-11)

Bug Fixes

  • update Scarf.js to v1.4.0 to avoid breaking Vitest (#5290) (295526d)

Swagger Editor v4.14.1 Released!

29 Jan 08:53
Compare
Choose a tag to compare

4.14.1 (2024-11-11)

Bug Fixes

  • update Scarf.js to v1.4.0 to avoid breaking Vitest (#5289) (e505b8b)

v5.0.0-alpha.97

06 Nov 10:51
Compare
Choose a tag to compare
v5.0.0-alpha.97 Pre-release
Pre-release

5.0.0-alpha.97 (2024-11-06)

Features

  • analytics: use Scarf.js to provide anonymized installation analytics (#5259) (7450c2e)

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!

06 Nov 10:23
Compare
Choose a tag to compare

4.14.0 (2024-11-06)

Features

  • analytics: use Scarf.js to provide anonymized installation analytics (#5258) (c3172be)

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.13.1 Released!

11 Jun 11:41
Compare
Choose a tag to compare

4.13.1 (2024-06-11)

Bug Fixes

  • docker: fix escaping for Google Tag Manager (#5131) (f07668a)

Swagger Editor v4.13.0 Released!

11 Jun 11:41
Compare
Choose a tag to compare

4.13.0 (2024-06-11)

Features

  • docker: add support for Google Tag Manager (#5130) (cd9b7d7)

v5.0.0-alpha.96

28 May 09:52
Compare
Choose a tag to compare
v5.0.0-alpha.96 Pre-release
Pre-release

5.0.0-alpha.96 (2024-05-28)

Bug Fixes

  • allow ApiDOM deduplication
  • fix re-render on page refresh (#5080) (8366388), closes #5075

Swagger Editor v4.12.2 Released!

07 May 08:05
Compare
Choose a tag to compare

4.12.2 (2024-05-07)

Enhancements

  • update SwaggerUI and swagger-client to latest versions with all the upstream bug fixes and features