Skip to content

Releases: tokens-bruecke/figma-plugin

v2.1.0

07 Feb 17:42
Compare
Choose a tag to compare

v2.0.0

03 Dec 20:23
Compare
Choose a tag to compare

Tokens structure was changed. All modes now moved from variable names into $extensions/modes object. In order to make it work with Cobalt. For morre details see this issue — Multiple collection and modes. Previous implementation didn't work correctly with multiple modes and aliasees.

v1.6.1

01 Oct 08:51
Compare
Choose a tag to compare
  • Fixed the issue with the wrong value string for aliases when multiple mode variable was applied to one mode variable. Ticket here

You can run this release manually — build.zip

v1.6.0

26 Sep 20:08
Compare
Choose a tag to compare
  • value string for aliases is now optional

v1.5.0

23 Sep 14:28
426a8bd
Compare
Choose a tag to compare
  • Added GitHub PR option to the Push to server feature
  • Connect server renamed to Push to server

contributors: @distolma

v1.4.0

04 Sep 20:26
Compare
Choose a tag to compare
  • Added warning type to the Toast component
  • structure refactoring
  • code refactoring
  • updated Github errors handling
  • added value to all aliases at the end of the path. Also support for DTCG keys format added
  • added storage versioning
  • updated DTCG format switching
  • added Copy button for the tokens preview

v.1.2.0

17 Aug 23:34
Compare
Choose a tag to compare
  • Updated method to check VARIABLE_ALIAS in normalizeValue function
  • Handle aliases from another files
  • Removed the property aliasPath from $extensions object, since it's not needed anymore

v.1.1.0

08 Aug 01:09
Compare
Choose a tag to compare
  • Update button animation added
  • added token types as a separate package

v.1.0.9

07 Aug 11:32
Compare
Choose a tag to compare
  • Fixed line-height value conversion. It wasn't rounded to the nearest integer.