Skip to content

Releases: tokens-studio/figma-plugin

Release 101

04 Jun 01:19
Compare
Choose a tag to compare

Just a minor hotfix

Version 100

23 May 16:32
Compare
Choose a tag to compare
  • Changed beta/pro validation

Full Changelog: 0.99...0.100

Version 99

23 May 16:31
2321c92
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug with GitHub sync blue dot to notify when there's uncommitted changes
  • Fixed a bug with descriptions stored on JSONBin.io

Full Changelog: 0.98...0.99

Version 98

12 May 19:48
c3ad1b6
Compare
Choose a tag to compare
  • Fixed a coloring issue in light mode

Version 97

12 May 19:48
3535add
Compare
Choose a tag to compare
  • Added Dark mode
  • Added ability to reference typography or shadow tokens
  • Added first iteration of autocomplete/token picker for basic token values
  • Added GitLab sync
  • Added ability to deep reference shadow or typography token values, e.g. {typography.h1.bold.fontSize}

Quality of life improvements:

  • Duplicate token set
  • Added ability to minimise the plugin

Other changes:

  • Combined sync and settings page
  • Added a beta key field
  • Added a dedicated loading screen to prevent users from advancing while waiting for remote tokens to load

Fixes:

  • Fixed a bug that resulted in plugin crash when deleting a token set
  • Fixed a bug with self-references that crashed the plugin
  • Fixed a bug with broken shadow references and tooltips that crashed the plugin

Version 95

22 Apr 22:14
4a6b2ab
Compare
Choose a tag to compare
Fix numerical font weights (#633)

* fix: numerical font weights

* bump release

0.86

06 Mar 00:08
Compare
Choose a tag to compare

What's Changed

  • The plugin now remembers the last used token sets after plugin relaunch in #493
  • Added toggle to GitHub sync so personal access tokens are obscured by default. Thanks @srinivas0210 in #491
  • Toggling hide empty groups now remembers its state after plugin relaunch. Thanks @srinivas0210 in #500
  • Fixed a bug that prevented borders from accepting linear-gradients in #502

New Contributors

Release 82: Inspect & Annotate

14 Feb 08:14
8295c67
Compare
Choose a tag to compare

This release introduces a new way to inspect multiple layers that have tokens applied.

What's Changed

  • See which tokens are applied and if there's missing links
  • Reassign new tokens
  • Remove tokens from specific/all layers
  • Annotate and handoff tokens applied to a layer: Annotations handoff by @WardMe in #439

Other fixes

  • Fix self-referencing token crashes by @six7 in #435
  • Custom token types now get displayed in the category heading, fixes #433

Full Changelog: 0.79...0.82

The performance release

04 Feb 23:20
dbbfcea
Compare
Choose a tag to compare

We’ve significantly improved performance when updating tokens applied to layers. The first run will be somewhat improved while subsequent runs will feel really fast.

Release 69: Box Shadows & GitHub sync improvements

28 Nov 18:29
cba6b66
Compare
Choose a tag to compare

release-69

Release 69 comes with full box shadow support - including dropShadows and innerShadows, multiple shadows and the ability to import/create shadow styles. Also GitHub Enterprise users can now add their baseUrl to benefit from the GitHub sync.

Shadow improvements

  • add support for multiple box shadows using arrays. fixes multiple box shadows #234
  • add new box shadow edit dialog. fixes Add pretty boxShadow input #312
  • add support for innerShadow
  • adds support for importing / updating shadows. fixes Effect styles (Drop shadow) does not get imported #174

General improvements

  • adds import dialog allowing you to define what to import. fixes Allow user to choose what styles to import / create #314

GitHub sync improvements

  • Enables GitHub Enterprise support: Just add your baseUrl to sync credentials. Fixes GitHub sync: Provide support for Enterprise Server #319
  • fixes GitHub sync: Unexpected behaviour when connecting to a repo already containing tokens #321
  • fixes Github Sync using a repo url but write to a different .json #327

Fixes

  • fixes Border-color token does not apply as layer style #331
  • fixes Spaces in token name doesn't work #323