September 22nd, 2025

2.9.0

✨ New Features

🌈 Expanded Gradient Support

The plugin now supports radial and conic gradients in addition to linear gradients:

  • radial-gradient() β†’ mapped to Figma’s GRADIENT_RADIAL

  • conic-gradient() β†’ mapped to Figma’s GRADIENT_ANGULAR

  • Backward compatibility with existing linear gradients

  • Updated reference token extraction for all gradient types`

🎯 Auto-Apply Theme on Component Drop

You can now automatically apply the active theme when inserting component instances into your Figma designs. No more manually applying tokensβ€”new components instantly inherit your theme styling.

  • Smart theme application: Active theme tokens are applied to newly inserted components.

  • Configurable: Toggle Auto-apply theme on drop in plugin settings (bottom right).

πŸ“– Regex Support in Living Documentation

When generating documentation, you can now choose between:

  • Simple "starts with" matching (default)

  • Regex pattern matching for more advanced filtering

πŸ› οΈ Improvements & Fixes

  • Bulk Remap

    • Added toggle to enable/disable regex matching (default: literal string matching).

    • Fixed broken token connections when using special regex characters (e.g. ..).

  • Variables

    • Prevented unnecessary variable alias recreation (no more false "changed" states in Figma).

    • Improved color/number variable precision: switched from rounding to clipping, normalised to 6 decimals.

  • Sync Providers

    • Fixed issue where users couldn’t create empty files, folders, or branches during sync setup.

    • Fixed Bitbucket sync issue affecting users with new API tokens.

  • Tokens & Sets

    • Fixed duplication bug: tokens are now only duplicated to explicitly selected sets (source set excluded if deselected).

    • Fixed persistent blue dot when renaming a token set.

  • UI & Usability

    • Enter key now submits rename forms correctly.

    • Typography preview updated from "aA" to "Aa" in docs and inspector.