Skip to content

Pre-Release 0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@six7 six7 released this 20 Jun 17:59
· 1513 commits to main since this release

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