September 22nd, 2025
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`
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).
When generating documentation, you can now choose between:
Simple "starts with" matching (default)
Regex pattern matching for more advanced filtering
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.