Skip to content

Releases: asyncapi/studio

@asyncapi/studio@1.3.0

02 Apr 11:35
97de432

Choose a tag to compare

Minor Changes

  • 5c9d2d4: Add local-folder editing with relative reference resolution and direct file saving.

    • Added support for opening and editing local folders via the File System Access API.
    • Added automatic resolution of relative references (for example $ref, ./, and ../) inside opened folders.
    • Added direct writes to local files, with format inference on Save and Save As based on file extension.
    • Added preview support for OpenAPI (RapiDoc), Markdown (including Mermaid), and Avro schemas, alongside existing AsyncAPI preview.
    • Changed save/export behavior: Save writes to the current local file when available, while Save As prompts for a destination and infers output format from the extension.
    • Removed auto-save and draft restoration via localStorage, and removed separate YAML/JSON export actions.

    Notes:

    • Local-folder access currently requires File System Access API support (Chromium-based browsers such as Chrome, Edge, and Brave).
    • Firefox and Safari do not currently support this local-folder workflow.
    • Folder access is permission-based per session and must be re-authorized on each visit.

@asyncapi/studio@1.2.0

01 Feb 15:25
fb9205f

Choose a tag to compare

Minor Changes

@asyncapi/studio@1.1.0

12 Dec 12:30
a5c7d57

Choose a tag to compare

Minor Changes

  • 558493f: Mitigated React2Shell Vulnerability (Upgrade Next.js -> 14.2.35)

@asyncapi/studio@1.0.1

28 May 07:31
e827058

Choose a tag to compare

Patch Changes

@asyncapi/studio@1.0.0

25 May 09:02
f947b0d

Choose a tag to compare

Major Changes

  • ef86b5b: feat: google tag manager analytics

@asyncapi/studio@0.24.3

25 May 03:59
38996f4

Choose a tag to compare

Patch Changes

  • 8293782: Excluded cache folder from build to reduce package size.

@asyncapi/studio@0.24.2

02 Apr 20:50
93f8a58

Choose a tag to compare

Patch Changes

  • c636c84: feat: additional changes for implementation of new preview command

@asyncapi/studio@0.24.1

14 Mar 13:17
d6bfdfa

Choose a tag to compare

Patch Changes

  • f3499ac: Fix Docker build for AsyncAPI Studio

@asyncapi/studio@0.24.0

13 Mar 10:29
907fdac

Choose a tag to compare

Minor Changes

  • 7115460: Upgrade asyncapi-react to latest version

@asyncapi/studio@0.23.1

13 Mar 08:28
793d7c7

Choose a tag to compare

Patch Changes

  • 2687e87: Include next.config.js in the released file for easier usage.