visual-json Release Notes

Last updated: Apr 9, 2026

  • Apr 8, 2026
    • Date parsed from source:
      Apr 8, 2026
    • First seen by Releasebot:
      Apr 9, 2026
    Vercel Labs logo

    visual-json by Vercel Labs

    v0.4.0

    visual-json adds YAML support, bringing a new @visual-json/yaml package, VS Code tree and form views for .yaml and .yml files, smarter YAML schema detection, and a new @visual-json/svelte package. It also improves sidebar resizing and fixes README links.

    New Features

    YAML support — New @visual-json/yaml package for parsing, serializing, and round-tripping YAML through the visual-json tree model. The VS Code extension now opens .yaml and .yml files with the same tree and form views used for JSON (#29)

    YAML schema detection — resolveSchema in @visual-json/core now recognizes well-known YAML filenames (docker-compose.yml, .gitlab-ci.yml, pnpm-workspace.yaml, etc.) and glob patterns (.github/workflows/.yml, .github/actions//action.yml) for automatic schema-aware editing (#29)

    Svelte support — New @visual-json/svelte package with Svelte 5 components mirroring the React and Vue packages (#24)

    Improvements

    Smoother sidebar resize — Sidebar resizing is now more responsive and fluid (#30)

    Bug Fixes

    Fixed React and Vue README links not pointing to the default variable list (#27)

    Contributors

    @ctate

    @lucianfialho

    @MatanBobi

    @wobsoriano

    Original source Report a problem
  • Mar 3, 2026
    • Date parsed from source:
      Mar 3, 2026
    • First seen by Releasebot:
      Mar 3, 2026
  • All of your release notes in one feed

    Join Releasebot and get updates from Vercel Labs and hundreds of other software products.

  • Mar 3, 2026
    • Date parsed from source:
      Mar 3, 2026
    • First seen by Releasebot:
      Mar 3, 2026
  • Mar 3, 2026
    • Date parsed from source:
      Mar 3, 2026
    • First seen by Releasebot:
      Mar 3, 2026
  • Mar 3, 2026
    • Date parsed from source:
      Mar 3, 2026
    • First seen by Releasebot:
      Mar 3, 2026
    Vercel Labs logo

    visual-json by Vercel Labs

    v0.3.1

    Bug Fixes

    • Fix published packages containing unresolved workspace:* dependencies (#6)
    • @visual-json/react and @visual-json/vue now publish with resolved version numbers
    • Private workspace packages (e.g. @internal/ui) are stripped from published devDependencies
    • Add @visual-json/vue to changeset linked config
    Original source Report a problem
  • Mar 3, 2026
    • Date parsed from source:
      Mar 3, 2026
    • First seen by Releasebot:
      Mar 3, 2026
    Vercel Labs logo

    visual-json by Vercel Labs

    v0.3.0

    Highlights

    Vue support — new @visual-json/vue package with VisualJson, JsonEditor, TreeView, FormView, DiffView, SearchBar, Breadcrumbs, and ContextMenu components for Vue 3.

    Package restructuring — packages moved under packages/@visual-json/ namespace; shared UI utilities extracted to @internal/ui for cross-framework reuse.

    Packages

    • @visual-json/core: 0.3.0
    • @visual-json/react: 0.3.0
    • @visual-json/vue: 0.3.0

    Links

    • Changelog
    • Vue Components docs
    • @visual-json/core on npm
    • @visual-json/react on npm
    • @visual-json/vue on npm
    Original source Report a problem
  • Feb 27, 2026
    • Date parsed from source:
      Feb 27, 2026
    • First seen by Releasebot:
      Feb 27, 2026
    Vercel Labs logo

    visual-json by Vercel Labs

    v0.2.0

    New release adds multi-select and drag reordering in TreeView, schema-aware enum dropdowns, and VS Code webview tweaks. Fixes prevent dropping a node into its own descendants and sync edits across modes plus mobile focus fixes. Core moved to @visual-json/core with tests; new ops insertProperty, insertNode, reorderChildrenMulti, buildSubtree, reparentSubtree; packages @visual-json/[email protected] @visual-json/[email protected]

    Features

    • Multi-select — shift-click range selection, cmd/ctrl-click toggle, and bulk drag-and-drop reordering in TreeView.
    • Enum dropdowns — schema-aware enum dropdowns in FormView, including boolean enums.
    • VS Code extension — breadcrumbs, form view, and search bar adapted for the VS Code webview.

    Fixes

    • Prevent dropping a node into its own descendants.
    • Sync tree mode edits to raw mode.
    • Fix mobile focus issues in breadcrumbs, form view, and search bar.

    Core

    • isDescendant utility moved to @visual-json/core with unit tests.
    • New operations: insertProperty, insertNode, reorderChildrenMulti, buildSubtree, reparentSubtree.

    Packages

    Original source Report a problem
  • Feb 21, 2026
    • Date parsed from source:
      Feb 21, 2026
    • First seen by Releasebot:
      Feb 23, 2026
    Vercel Labs logo

    visual-json by Vercel Labs

    v0.1.0

    Initial Release

    • @visual-json/[email protected] — Headless core for visual-json. Schema-aware, embeddable, extensible.
    • @visual-json/[email protected] — React components for visual-json. Schema-aware, embeddable, extensible.

    Install

    • npm install @visual-json/react

    Links

    • @visual-json/core on npm
    • @visual-json/react on npm
    Original source Report a problem

This is the end. You've seen all the release notes in this feed!

Related products