Releases: tokens-bruecke/figma-plugin
Releases · tokens-bruecke/figma-plugin
v2.1.0
- Multiple
Shadow
andBlur
styles support added. Link to the PR
v2.0.0
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
- 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
value
string for aliases is now optional
v1.5.0
v1.4.0
- Added
warning
type to theToast
component - structure refactoring
- code refactoring
- updated
Github
errors handling - added
value
to all aliases at the end of the path. Also support forDTCG
keys format added - added storage versioning
- updated DTCG format switching
- added
Copy
button for the tokens preview
v.1.2.0
- 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
Update
button animation added- added token types as a separate package
v.1.0.9
- Fixed
line-height
value conversion. It wasn't rounded to the nearest integer.