Skip to content

Commit 60c48c5

Browse files
authored
Merge pull request #3066 from tokens-studio/changeset-release/main
Version Packages
2 parents 4220f79 + 15f2eac commit 60c48c5

38 files changed

+45
-181
lines changed

.changeset/afraid-hounds-type.md

-5
This file was deleted.

.changeset/chatty-turkeys-explain.md

-5
This file was deleted.

.changeset/chilly-teachers-talk.md

-5
This file was deleted.

.changeset/clever-pandas-travel.md

-5
This file was deleted.

.changeset/cold-hornets-hammer.md

-5
This file was deleted.

.changeset/dirty-trainers-jam.md

-5
This file was deleted.

.changeset/eleven-pans-smile.md

-5
This file was deleted.

.changeset/empty-geckos-roll.md

-5
This file was deleted.

.changeset/fast-bananas-grow.md

-5
This file was deleted.

.changeset/few-buses-impress.md

-5
This file was deleted.

.changeset/four-eyes-buy.md

-5
This file was deleted.

.changeset/fresh-pumas-taste.md

-5
This file was deleted.

.changeset/friendly-boxes-raise.md

-5
This file was deleted.

.changeset/funny-apricots-retire.md

-5
This file was deleted.

.changeset/fuzzy-flies-fry.md

-5
This file was deleted.

.changeset/gold-cycles-tie.md

-5
This file was deleted.

.changeset/good-plums-drive.md

-5
This file was deleted.

.changeset/grumpy-dots-impress.md

-5
This file was deleted.

.changeset/large-cows-guess.md

-5
This file was deleted.

.changeset/late-planes-buy.md

-5
This file was deleted.

.changeset/lemon-drinks-sort.md

-5
This file was deleted.

.changeset/many-shrimps-tan.md

-5
This file was deleted.

.changeset/metal-turkeys-matter.md

-5
This file was deleted.

.changeset/mighty-queens-yawn.md

-5
This file was deleted.

.changeset/polite-impalas-hug.md

-5
This file was deleted.

.changeset/sharp-candles-confess.md

-5
This file was deleted.

.changeset/silent-nails-change.md

-5
This file was deleted.

.changeset/slimy-files-reply.md

-5
This file was deleted.

.changeset/small-coats-reflect.md

-5
This file was deleted.

.changeset/smart-countries-repair.md

-5
This file was deleted.

.changeset/sweet-ties-develop.md

-5
This file was deleted.

.changeset/swift-spoons-sort.md

-5
This file was deleted.

.changeset/tough-guests-tease.md

-5
This file was deleted.

.changeset/tough-ways-do.md

-5
This file was deleted.

.changeset/twenty-pets-marry.md

-5
This file was deleted.

.changeset/violet-bottles-judge.md

-5
This file was deleted.

packages/tokens-studio-for-figma/CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# @tokens-studio/figma-plugin
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 9c409b487: We now support the W3C Design Tokens Community Group format! The plugin offers a way to convert your tokens to the new format for remote as well as locally stored tokens. We also auto-detect if you're using the new format in your token files, and will use that format.
8+
9+
### Patch Changes
10+
11+
- 7ff4131a9: You can now use `rem` units in letter spacing tokens
12+
- 61673a6d1: Fixes an issue where duplicating a token to another set incorrectly displayed an error message about token names needing to be unique.
13+
- 9ce1434a3: Opacity tokens are now being created properly in Figma and are being applied as variables when available
14+
- 7ffc30f7e: You can now set max width and height tokens on component instances (not on their children)
15+
- 7181b1870: Prevent token names from containing { or } or starting with $
16+
- 467569b42: Fixes an issue that caused going from URL storage to Local storage to be in read-only until plugin restart
17+
- 890c5b204: Non-local variables: You can now create variables that reference variables from other files, as long as you're using Themes and your variables are attached to tokens.
18+
- 171823b7b: Fixed an issue that caused updating tokens that contained a modified reference to update multiple modes at once, instead of just the affected one.
19+
- cdb570853: Using Select all in Inspect view when you were using a filtered view is now correctly only removing tokens that were selected, instead of all.
20+
- 325d7d2d9: Color styles now contain a color variable as a value if the value is a pure reference to another token and that token is attached to a variable via Themes
21+
- ffe0d6cc5: Allow users to export variables based on selected sets and export options
22+
- 7ff4131a9: You can now use negative % values in line height tokens
23+
- 3728cc19c: Allow users to create variables from selected sets when not using themes
24+
- 81d2306bd: Provide ability to users to add nested levels to a token
25+
- 4989732a7: You can now choose if you want variables and styles applied when you're updating your layers. This allows you to effectively make use of the plugin's theme switching even though you've created variables.
26+
- a2f4479bd: Feature: You can now resize the left sidebar
27+
- 75260aead: Added support for variables in typography styles
28+
- 230842255: Fixed an issue with the plugins error boundary, error messages should now show up in the UI again
29+
- bdddf04df: Typography tokens such as line heights, font sizes, paragrap spacing, paragraph indent and letter spacing now take number and dimension tokens as suggested tokens
30+
- 483c52622: When you apply a token to a layer, and that token isnt connected to a variable, we will now try to apply the token's reference as a variable. This enables you to apply component tokens and have their semantic variable applied as long as it's a pure reference and that component token has no variable connected.
31+
- cb230b001: Selecting something when typing { will now no longer insert a space after
32+
- 0cb557937: Fixed an issue where variable references weren't using references from the current theme but from another theme that was using the same token names. If you are creating multiple collections with the same token structure, it's recommended to create them one by one to avoid reference clashes. For the default scenario of where different theme groups don't share the same tokens (recommended), you can create all themes at once.
33+
- e83024a34: Options (use rem, convert numbers to dimensions) are now disabled by default for the Import variables dialog
34+
- a66f76153: When editing a border token and switching from reference to input mode we now populate the contents.
35+
- 467569b42: Fix: Token suggestions now ignore case, meaning you don't have to type Blue to find a token called blue
36+
- 49cbdf397: Fixed an issue with 0px borders showing up as 0.001px in Figma's DevMode
37+
- d4cd4de73: The internal 'id' property is now properly stored on the 'studio.tokens' key in the '$extensions' object of a token
38+
- 166b487c3: After creating a new token set we now switch to this new set
39+
- 83712ce40: Fixed an issue where cmd+clicking a token allowed you to edit even without edit rights
40+
- 19a43d98a: Opacity tokens are now being created as number variables when exported to Figma
41+
- 19242fdb5: Added regex support to bulk remap
42+
- 870b0bc10: Allow users to create styles together when creating variables
43+
- 8cfda9370: Adds support for binding variables to stroke weight and opacity
44+
- 13b8a96da: Added BitBucket as a provider in Beta
45+
- e25ddc391: Allow to create variables based on selected themes
46+
347
## 1.38.9
448

549
### Patch Changes

packages/tokens-studio-for-figma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tokens-studio/figma-plugin",
3-
"version": "1.38.6",
3+
"version": "2.0.0",
44
"description": "Tokens Studio plugin for Figma",
55
"license": "MIT",
66
"private": true,

0 commit comments

Comments
 (0)