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.


July 2026

Components

  • Improved The Component Health Index (CHI) now includes Token Adherence (TA) — a new metric that measures what percentage of a component’s visual styles are bound to design tokens or Figma Styles rather than hardcoded as inline values. TA carries the highest weight (40%) and penalizes components that won’t respond to theme changes or design system updates. The CHI score table now uses four clearly labeled statuses: POOR (< 30), MONITOR (30–59), GOOD (60–94), and OPTIMAL (≥ 95). Re-sync any component from the Figma plugin to see its updated score.

June 2026

Components

  • Improved Outdated component warnings in the drawer now clearly notify users of modifications in Figma without showing disabled review actions.
  • New REST Sync Structural Parity: Implemented normalizeRestNode() to align structural representation between REST sync and Plugin API syncs, achieving ~93% parity.
  • Fixed Token Bindings: Resolved token bindings for bifurcated properties (such as per-axis spacing/sizing) and per-corner cornerRadius values.

Figma Plugin

  • Improved The Modified filter on the Review screen now displays strictly those entities that are already synced to Grails but have a hash mismatch (modified in Figma).
  • Improved Refactored — Split combined styles state into paintStyles and textStyles to allow independent filters, and optimized payload serializations.
  • Improved Components now show their current version number (e.g. v3) as a badge in the entity list and review screens.

Overview

  • Improved Redesigned — complete Design System Dashboard with stats cards, alerts, cadence chart, and audit score.
  • Improved Dashboard out-of-sync alert now displays count of outdated token collections and links directly to the tokens page.
  • Improved migrated design system composition and dependencies to the new unified entity relationship graph
  • Fixed resolved relative timestamp hydration mismatch errors in the recent activity feed

styles

  • Improved Styles now display a sync status badge next to their names, and the status filter dropdown synchronizes correctly with the URL parameters.

Team Settings

  • Improved Figma PAT Resolution: Fixed PAT resolution during webhook pulls by pulling team-level Figma Personal Access Tokens correctly, supporting database-level decryption.
  • Fixed Team Settings drawer now closes correctly after deleting or leaving a team, and the user is redirected to the teams list

Typography

  • Improved Typography styles now display a sync status badge next to their names, and the status filter dropdown synchronizes correctly with the URL parameters.

Variables & Tokens

  • Improved Token collection sidebar filter now filters collection items directly, and status badges represent collection-level synchronicity.

May 2026

backoffice

  • Improved Updated — Replaced the Diff Engine Simulator with the full E2E test runner covering Components, Variables, Styles, and Account Setup suites.

April 2026

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.

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

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