Releases: tokens-studio/figma-plugin
Releases · tokens-studio/figma-plugin
Release 112
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
Release 111
What's Changed
- Fixes a bug with duplicating token sets which caused them to be empty
- Fixes autocomplete for chinese inputs
- Adds test coverage for ADO
- Fixes subfolder issue for GitLab. #912
- Fixes multi file sync for ADO. #879
Full Changelog: 0.109...0.111
Release 109
- Fixes URL storage when no headers were present
- Fixes themes object containing remnants of old removed sets if changed via git
Release 102
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
Release 101
Just a minor hotfix
Version 100
- Changed beta/pro validation
Full Changelog: 0.99...0.100
Version 99
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
- Fixed a coloring issue in light mode
Version 97
- 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
Fix numerical font weights (#633) * fix: numerical font weights * bump release