Releases: asyncapi/studio
Releases · asyncapi/studio
@asyncapi/studio@1.3.0
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
Minor Changes
- 533606b: Support for v3.1.0 spec. Ref: asyncapi/spec#1176
@asyncapi/studio@1.1.0
Minor Changes
- 558493f: Mitigated React2Shell Vulnerability (Upgrade Next.js -> 14.2.35)
@asyncapi/studio@1.0.1
@asyncapi/studio@1.0.0
Major Changes
- ef86b5b: feat: google tag manager analytics
@asyncapi/studio@0.24.3
Patch Changes
- 8293782: Excluded cache folder from build to reduce package size.
@asyncapi/studio@0.24.2
Patch Changes
- c636c84: feat: additional changes for implementation of new preview command
@asyncapi/studio@0.24.1
Patch Changes
- f3499ac: Fix Docker build for AsyncAPI Studio
@asyncapi/studio@0.24.0
Minor Changes
- 7115460: Upgrade asyncapi-react to latest version
@asyncapi/studio@0.23.1
Patch Changes
- 2687e87: Include next.config.js in the released file for easier usage.