Releases: tokens-studio/figma-plugin
Releases · tokens-studio/figma-plugin
Pre-Release 0.2
- Adds colors to tokenbuttons
- Adds opacity visualization to opacity parameters (needs more work)
- Adds border option to fill tokens (replaces round button with default one)
- Fixes Edit Token menu bug (couldnt jump from token to token editing)
- Adds reset to default button to editor
Pre-Release 0.1
Included:
- Border radius
- Autolayout properties
- Sizing
- Colors (fill)
- Opacity
- Edit JSON
- Visual Token Editor
Not yet included is:
- Icons for various actions
- Actions for colors (currently only fill is supported, not yet border)
- Color picker for colors
- Typography
- Different colors for different values
Caveats for now:
- Cant set data on component instances. This is a limitation by Figma. We might find a way around that though.
- When trying to update tokens JSON and a component has data set on it but its master is not located in the current document we give a warning that there's components that couldnt be updated - update those in the components master location.
- Cant "read" color styles from a design library. Will work around that in the future by opening Tokens once in your colors file, then "attaching" Color Styles to your color tokens
- JSON doesnt sync across your documents for now. We'll work on a solution for that (incl. export, import, sync to JSON - or any other format e.g. scss or css or yml)
- If you remove a token but one of your layers still has a reference to that "missing token" we don't show you that as of now. In the future there could be a "Missing Token" dialog incl. ways to "migrate" that token to another or new one