You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's here! Version 67 of Figma Tokens with a bunch of improvements and new features. Let's get to it:
New sync option: GitHub sync! This is the one a lot of you have been looking forward to: Store tokens on GitHub! This allows you to keep them version-controlled, use features such as branching, and create your own token pipeline by utilising GitHub Actions. Read more on the Docs.
New sync option: URL sync! Add an external URL to sync as a Read Only user. You can also add a JSONBin and access it as a read only user provided you have the credentials - fixes User roles to avoid editing JSON #251
Remove Resize Window from Options. You can now drag the bottom right corner of the plugin window to do that.
You can now exclude tokens from being created as styles by having their names begin with a _, e.g. colors.blue._hue or whole groups by using _global.blue.100 - fixes Enable to exclude tokens from generating styles #264
Fixes opacity values sometimes evaluating to 0.52 in Figma
Adds unique check to token names
You can now enter JSON5 into the json tab and we'll convert it to JSON for you. This means you don't need to add quotes around keys and can have dangling commas at the end. Fixes Support JSON5 import #283
Duplicate a single token to copy it's values to a new token named the same with -copy added to it's name. Fixes Allow duplication of tokens #142
We now show you when a reference has a broken alias in token overview
We now show you a preview on a token value when it contains an alias when editing or creating a token
Fixed a bug that applied raw token values instead of applying the style when the style should've been used in a local document
Added deep equality check to importing typography styles. These should no longer show up as changed when using Import, even though nothing changed. Thanks @tpict
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It's here! Version 67 of Figma Tokens with a bunch of improvements and new features. Let's get to it:
_
, e.g.colors.blue._hue
or whole groups by using_global.blue.100
- fixes Enable to exclude tokens from generating styles #264/
in it's name are now automatically transformed to names containing.
instead. Fixes Allow nesting / grouping of tokens via "/" naming convention #274red
,blue
orgreen
is now supported both in plugin UI And when using it to create styles, which will convert it to hex for you. Fixes Name colors are not converted when creating figma styles #276-copy
added to it's name. Fixes Allow duplication of tokens #142New Contributors
This discussion was created from the release GitHub Sync and Polish release.
Beta Was this translation helpful? Give feedback.
All reactions