December 1st, 2025

2.10.7

🐞 Fixes:

  • Fix the variable export regression for external library variables introduced in v2.10.6

    • Removed overly strict validation that was filtering out remote/library variable references. Added fallback mechanism in updateVariablesToReference to find variables by name when import by key fails. This restores the ability to properly attach variable references from published libraries in non-local setups - As seen in the recording below

  • Fix the bug where tokens were incorrectly resolved during export when expand options are enabled. When using "Export to JSON" with options like "Expand Typography" enabled, alias tokens (references like {typography.heading.h1}) will now keep their references instead of being resolved to actual values. This preserves the token relationships needed for downstream processing pipelines.

  • Fix the issue with spacing tokens that are set to AUTO and switch back to a number/dimension value, which caused other token changes to be ignored - Contributed by lethxrgy1

  • Remove Storyblok integration and changelog dialog feature. The changelog dialog functionality has been removed and can be brought back with a different system in the future.

  • Add support for vertical trim (cap to baseline) on boolean tokens. Boolean tokens can now be applied to text nodes to enable or disable leadingTrim (vertical trim) feature in Figma.