Skip to content

Release 112

Choose a tag to compare

@six7 six7 released this 09 Jul 10:03
· 1589 commits to main since this release

Changes to Pro

  • Exposes Pro features in a read-only mode for Free users:
    • Theme manager allows changing themes, but not editing
    • Read from repositories with multi-file sync, but not push
    • See which branch you're on in the branch switcher, but not make the switch

Improved tokens

  • Adds support for Figma's new individual stroke widths. Fixes #836
  • Adds autocomplete to composition tokens

Sync

  • Adds support for root-level git storage (e.g. storing tokens in the "/" directory). Fixes #822
  • When using multi file sync, renaming token sets now correctly renames the file
  • When using multi file sync, deleting a token set now correctly deletes the file

Quality of life improvements

  • Switching between token sets now remembers the last scroll position. Fixes #796
  • Adds support to load a single .json file or multiple multiple files. Fixes #599
  • Removing tokens from multiple selected layers is now supported. Fixes #826
  • Branch picker now scrolls when more than a certain number of branches are present.

Fixes

  • Fixes composition tokens not picking up values of 0. Fixes #951
  • Fixes scrollbar color. Fixes #930
  • Fixes issue where URL sync providers got duplicated.
  • Fixes an issue where documentation tokens with value 0 couldn't be applied. Fixes #888
  • Fixes an issue with autocomplete where tokens that were using a number wouldn't show up (e.g. spacing or radii)
  • Fixes an issue with Azure Devops Sync where it would sometimes pull from the main branch. Fixes #948