Skip to content

Releases: swagger-api/swagger-editor

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

v5.0.0-alpha.95

06 May 10:24
Compare
Choose a tag to compare
v5.0.0-alpha.95 Pre-release
Pre-release

5.0.0-alpha.95 (2024-05-06)

Features

  • editor-preview-asyncapi: allow passing additional config (#5007) (e2c96df), closes #5006

v5.0.0-alpha.94

24 Apr 19:48
Compare
Choose a tag to compare
v5.0.0-alpha.94 Pre-release
Pre-release

5.0.0-alpha.94 (2024-04-24)

Bug Fixes

  • content-read-only: priorize explicit prop over redux state (#4977) (91cc57c), closes #4976
  • editor-safe-render: fix list of safe components (#4979) (d299d75)

Features

v5.0.0-alpha.93

24 Apr 08:44
Compare
Choose a tag to compare
v5.0.0-alpha.93 Pre-release
Pre-release

5.0.0-alpha.93 (2024-04-24)

Bug Fixes

  • monaco-editor: avoid rendering Monaco Editor multiple times (#4971) (47f9798), closes #4970

v5.0.0-alpha.92

29 Mar 13:36
Compare
Choose a tag to compare
v5.0.0-alpha.92 Pre-release
Pre-release

5.0.0-alpha.92 (2024-03-29)

Features

  • editor-preview-asyncapi: add initial support for AsyncAPI 3.0.0 (#4886) (1626243), closes #4872
  • top-bar: add support for loading AsyncAPI Petstore 3.0.0 example (#4888) (a81bebf), closes #4873
  • top-bar: add support for loading AsyncAPI Streetlights 3.0.0 example (#4887) (902f580), closes #4874