Vercel Labs Release Notes
Last updated: Feb 23, 2026
Vercel Labs Products
All Vercel Labs Release Notes (51)
- Feb 22, 2026
- Date parsed from source:Feb 22, 2026
- First seen by Releasebot:Feb 23, 2026
v0.4.1
What's Changed
- Fixed Vite support by auto-injecting --port and --host flags
- Added e2e tests for 11 frameworks (Next.js, Vite, Nuxt, Astro, Angular, SvelteKit, Remix, Solid, React Router, Hono, Express)
- Improved docs site with changelog page
- Added Turborepo for build orchestration
- Full Changelog: v0.4.0...v0.4.1
- Feb 21, 2026
- Date parsed from source:Feb 21, 2026
- First seen by Releasebot:Feb 23, 2026
All of your release notes in one feed
Join Releasebot and get updates from Vercel Labs and hundreds of other software products.
- Feb 21, 2026
- Date parsed from source:Feb 21, 2026
- First seen by Releasebot:Feb 23, 2026
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
- Feb 20, 2026
- Date parsed from source:Feb 20, 2026
- First seen by Releasebot:Feb 23, 2026
Tersa by Vercel Labs
v2.0.0
Major release brings a sweeping upgrade to v2.0.0 with broad dependency bumps and new Vercel Labs plus AI Gateway features. The update also includes bug fixes like prevent double-click propagation and welcomes new contributor.
What's Changed
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #138
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #139
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #144
- Bump next from 15.3.3 to 15.4.7 in the npm_and_yarn group by @dependabot[bot] in #125
- Bump @tiptap/pm from 2.14.0 to 2.26.2 by @dependabot[bot] in #135
- fix: prevent double-click event propagation from Controls and Toolbar by @sangpyokim in #143
- Bump shiki from 3.6.0 to 3.13.0 by @dependabot[bot] in #136
- Bump next from 15.3.3 to 15.5.4 by @dependabot[bot] in #134
- Vercel Labs + AI Gateway by @haydenbleasel in #147
New Contributors
- @sangpyokim made their first contribution in #143
Full Changelog
v1.3.16...v2.0.0
Original source Report a problem - Feb 20, 2026
- Date parsed from source:Feb 20, 2026
- First seen by Releasebot:Feb 23, 2026
v0.13.0
Minor Changes
ebd8717: Added new diff commands for comparing snapshots, screenshots, and URLs between page states. You can now run visual pixel diffs against baseline images, compare accessibility tree snapshots with customizable depth and selectors, and diff two URLs side-by-side with optional screenshot comparison.
Original source Report a problem - Feb 20, 2026
- Date parsed from source:Feb 20, 2026
- First seen by Releasebot:Feb 23, 2026
v1.4.1
Changelog
- feat: Local lock when saving skills to project scope, and sync from node_modules (#401)
- Fix links to supported agents in README (#396)
- Add cursor to universally supported agents list (#391)
- Add universal agent type for skills management (#388)
- fix: installer symlinks, agent selection, and detection refinements (#297)
- Add Cortex Code agent support (#262)
Contributors
- @Ashutosh0x
- @chibicode
- @jdanielmyers
- @nicoalbanese
- @quuu
- Feb 20, 2026
- Date parsed from source:Feb 20, 2026
- First seen by Releasebot:Feb 23, 2026
@json-render/[email protected]
Patch Changes
- Updated dependencies [09376db]
- @json-render/[email protected]
- @json-render/[email protected]
- Feb 20, 2026
- Date parsed from source:Feb 20, 2026
- First seen by Releasebot:Feb 23, 2026
@json-render/[email protected]
Patch Changes
Updated dependencies [09376db]
@json-render/[email protected]
Original source Report a problem - Feb 20, 2026
- Date parsed from source:Feb 20, 2026
- First seen by Releasebot:Feb 23, 2026
@json-render/[email protected]
New @json-render/react-pdf brings PDF rendering from JSON specs. It mirrors the @json-render/react API and includes server safe components to generate in memory, stream, or file outputs. Full context support and standard components enable seamless PDF generation.
Minor Changes
- 09376db: New @json-render/react-pdf package for generating PDF documents from JSON specs.
- New: @json-render/react-pdf
- PDF renderer for json-render, powered by @react-pdf/renderer. Define catalogs and registries the same way as @json-render/react, but output PDF documents instead of web UI.
- renderToBuffer(spec) — render a spec to an in-memory PDF buffer
- renderToStream(spec) — render to a readable stream (pipe to HTTP response)
- renderToFile(spec, path) — render directly to a file on disk
- defineRegistry / createRenderer — same API as @json-render/react for custom components
- standardComponentDefinitions — Zod-based catalog definitions (server-safe via @json-render/react-pdf/catalog)
- standardComponents — React PDF implementations for all standard components
- Server-safe import via @json-render/react-pdf/server
- Standard components:
- Document structure: Document, Page
- Layout: View, Row, Column
- Content: Heading, Text, Image, Link
- Data: Table, List
- Decorative: Divider, Spacer
- Page-level: PageNumber
- Includes full context support: state management, visibility conditions, actions, validation, and repeat scopes — matching the capabilities of @json-render/react.
Patch Changes
- Updated dependencies [09376db]
- @json-render/[email protected]
- Feb 20, 2026
- Date parsed from source:Feb 20, 2026
- First seen by Releasebot:Feb 23, 2026
@json-render/[email protected]