Skip to content

Releases: tokens-studio/figma-plugin

Release 1.37.7

28 Jul 07:43
805f150
Compare
Choose a tag to compare
  • Fixed a major performance issue that appeared after 1.37. Times to apply and update nodes should now be down to 10% of what it was before for some files.
  • Adds support for minWidth, maxWidth, minHeight, maxHeight, counterAxisSpacing on Auto Layout frames and their direct children
  • Adds support for 'AUTO' in Spacing tokens to indicate space between on Auto Layout frames

Release 1.37.6

21 Jul 11:36
eab080b
Compare
Choose a tag to compare
  • Fixed Apply to document text
  • Change the sync frequency to remote providers from 3 seconds to 60 seconds to avoid hitting the rate limit
  • Fixed a bug that was introduced with i18n

Nightly beta

20 Jul 12:38
492969f
Compare
Choose a tag to compare
Nightly beta Pre-release
Pre-release

The nightly release of the beta plugin.

Release 1.37.5

14 Jul 06:15
18792e0
Compare
Choose a tag to compare
  • Fixed an issue where autocomplete was not working for Typography tokens
  • Fixed an issue where the connection between a variable and token would get lost after pushing and pulling from ADO

Release 1.37.4

13 Jul 07:20
0f8ed2e
Compare
Choose a tag to compare

Fixed some issues related to Manage themes, missing translation keys and border tokens in composition tokens along with some improvements.

Bugs addressed:

  • Fixed two vulnerabilities in dependencies
  • Fixed some translations missing from various screens
  • Fixed an issue where dragging a theme in the Manage themes modal would cause themes to disappear in the theme dropdown
  • Fixed an issue where dragging a theme would under some rare circumstances cause the file to freeze
  • Fixed border tokens not working properly inside composition tokens

Improvements:

  • Introduced an option to rename tokens in other sets when renaming a single token

Release 1.37.3

07 Jul 12:42
2d908d6
Compare
Choose a tag to compare

This release focused on addressing some bugs that was causing theme groups to disappear and other improvements

Bugs addressed:

  • Fixed an issue where theme groups were not respected for ADO, JSONBin sync and local import
  • Fixed an issue where border color is applied as a style even when variables are present
  • Fixed an issue where color tokens with modifiers were being showing strange behavior on edit
  • Fixed an issue where dragging and dropping a theme from ‘No Group’ to a ‘Group’ hides the ungrouped themes
  • Fixed an issue where the plugin forgets credentials for Second Screen

Improvements:

  • Introduced internationalisation support on the plugin for French, Dutch, Chinese, Hindi and Spanish
  • Introducing feature to send anonymised crash recordings (needs to be opted in) for better crash analytics

Other features:

  • Open beta for Second Screen and Token Flow

Release 1.37.2

29 Jun 08:21
Compare
Choose a tag to compare

This release focused on addressing some additional bugs found during the Figma variables integration. This should partially address lag in applying tokens and theme switching, however we have upcoming tickets to address more of the performance issues

Bugs addressed

Improvements

Release 1.37.1

23 Jun 17:11
Compare
Choose a tag to compare

Fixed a bug that caused variables not to be applied even though they were connected to tokens. This means that when your tokens have variables connected, we now apply the correct variable, meaning you should be able to 1-click convert all your applied tokens to variables. ⚠️ Important: This requires you to connect your variables once again (either by hitting "Create variables" again in your Variables file and then pushing those changes back up to your sync provider, or by "Attach variables" in the Manage themes modal - "Create variables" doesn't recreate if the variables already exist, so you should be safe to use that). 🙏 We're sorry for the troubles this caused.

Other fixes:

  • Fixed a bug that prevented tokens that use rgba() to be saved correctly back to variables
  • Fixed an issue with Detaching variables in the Manage themes modal
  • Fixed a bug that caused theme groups to be ignored on import from a file - thanks @beauroberts
  • Fixed a bug that caused errors with syncing with GitHub if your .json files were larger than 1MB

Release 1.37

21 Jun 17:23
3f863c0
Compare
Choose a tag to compare

Version 1.37 now includes Figma Variables support. With this update, you can use Tokens Studio to manage your Figma Variables and link them to tokens. This allows us to make use of native features for controlling sizing, spacing, radii, content and more. While Figma is still in the process of expanding to include more properties, we're looking forward to their future developments. Regardless, for every feature Figma currently supports, Tokens Studio is equipped to generate a corresponding variable from the token.

  • Create variable collections from tokens, through Themes.
  • Attach variables to tokens through Themes.
  • Update variables when token values change.
  • Sync variables
  • Reference support
  • Figma Variable types support
  • New token types: Number and text

Full changelog: https://tokens.studio/changelog/release-1-37

Release 1.36.5

14 Jun 06:41
6ebdc50
Compare
Choose a tag to compare

Fixed an issue where if you had custom extensions in the $extensions property and you'd edit a token, we'd not respect that property. Now you can have whatever you like in the $extensions property, and we'll keep it.