Skip to content

Release 102

Compare
Choose a tag to compare
@six7 six7 released this 04 Jun 01:20
· 1511 commits to main since this release
07bd216

What's Changed

  • [Pro]: Add composition tokens. Fixes #473
  • Added Azure Devops sync. Fixes #494
  • Add token picker to more inputs
  • Duplicate token group. Fixes #515
  • Rename token group. Fixes #516
  • Remapping a token now updates canvas. Fixes #804
  • Added a local storage for Git so you can restore local changes. Fixes #801, #746, #353

Fixes:

  • Pushing to GitHub now no longer resets token sets. Fixes #780, #713, #468
  • Fixed wrong input in color picker. Fixes #766
  • GitHub Enterprise sync settings now get correct pull request URLs. Fixes #725 - first contribution by @zslabs 🎉
  • We now show alias values in token tooltips again. Fixes #718
  • Shadow tokens can now be sorted again. Fixes #585

Behind the scenes:

  • Made the plugin type-safe, improving developer experience