Skip to content

1.37.9

Compare
Choose a tag to compare
@six7 six7 released this 30 Aug 06:17
· 506 commits to main since this release
61b8094

What's Changed

Patch release to address some of the performance issues and additional fixes on Supernova sync

✨ Improvements

  • Fixes a bug that caused token set order to be ignored when syncing with Supernova
  • Improves performance of most operations by utilizing a new findAll function to faster traverse the tree of nodes.
  • Adds support for 2 Supernova environments
  • Changed behavior of editing, duplicating or creating tokens to no longer automatically apply changes. You now need to run Apply to.. if you want tokens to be updated.
  • Cut down speed of Apply to.. operations to around 40% of where we were before
  • Improved performance of applying by removing unnecessary calls to check if we need to apply a variable.
  • Fixed an issue that caused local variables to be applied if they matched name of an applied token
  • Slight change of colors as we’ve detached from Figma’s internal tokens
  • Improved performance of the bulk remap function
  • Improves performance of attaching/creating variables for large token sets

Full Changelog: 1.37.8...1.37.9