Skip to content

Changelog

This page is updated automatically when new features are released. Each entry comes from the development team’s annotations in the source code.


April 2026

backoffice

  • New Added Custom Tests module with an interactive Component Spec Engine simulator for SemVer validation.

Components

  • Improved Added — Audits & Component Health Index: We integrated programmatic and AI-driven audits to evaluate the state and health of components, visible directly from the Component Drawer.
  • Improved Added — Component Specifications (SPECs): We implemented a platform-agnostic layer to store component architecture and properties semantically, replacing raw Figma metadata. This includes deep serialization of styles, layout, and effects, with full support for differentiating between Slots (content placeholders) and Instance Swaps. This architecture is inspired by and contains attribution to the work of Nathan Curtis / Directed Edges (@directededges/specs-schema) and the Design Tokens Community Group (DTCG).
  • Improved Version History (CHI): New graphical interface (Component Historical Diff Drawer) to compare component versions. We eliminated technical JSON views and now structural, prop, and variant changes—including specific Slot style overrides—are presented clearly and visually.
  • Improved Added — Schema Upgrade Status: Introduced a new ‘schema_upgrade_required’ status for components. This handles the transition between different spec versions (e.g., from v0.17 to v0.18), ensuring all data remains consistent with the latest engine.
  • Improved Schema Upgrade v0.18.0: Transitioned component spec properties and anatomy nodes to Dictionary (Record) structures, enabling high-performance property lookups and more precise structural diffs.
  • Fixed Spec v0.18.0 — Prop Metadata Completeness: Fixed sortIndex and originalKey extension fields being lost for VARIANT, BOOLEAN, and TEXT props. Fixed description not being captured for INSTANCE_SWAP slot props. Both fields are now always written for all prop types.
  • Improved CHI — Invalid Variant Combinations: The Component Health Index engine now automatically generates the invalidVariantCombinations field in the spec by computing the Cartesian product of all VARIANT prop options and identifying missing combinations. This enriches the spec for tooling (documentation, codegen) and keeps the CEI metric accurate.
  • Fixed Spec — Page ID in Figma Sync: The metadata.source.pageId field is now correctly populated during Figma plugin syncs, enabling direct deep-links from the spec back to the Figma page.

Figma Plugin

  • Improved Component Synchronization: Stability and speed have been radically improved. This includes more robust Main Component resolution logic for complex files, parallelized thumbnail uploads via R2 presigned URLs, and zero-orphan asset management.

Team Settings

  • Improved Team Storage: Unified calculation and detailed breakdown of the storage used by each team, allowing better visibility into plan limits.

versions

  • New view the full structural diff of any past version directly from the Version History timeline

March 2026

Components

  • New browse all synced components with table and grid views

Overview

  • New view your team’s latest activity and updates
  • Improved redesigned waitlist interface and enhanced password recovery email delivery

Team Settings

  • New configure your Figma Personal Access Token for advanced sync features
  • New manage team members, settings, and Figma integrations

Personal Settings

  • New manage your profile information and theme preferences

versions

  • New track component version history, view past snapshots, and resolve sync conflicts