Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3133

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Version Packages #3133

merged 1 commit into from
Sep 11, 2024

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tokens-studio/[email protected]

Minor Changes

  • 0bc599e: Changed logic around how we create styles or variables around Theming, as well as the logic around token sets and themes. 2.0 introduced some changes that made the whole process more strict. This change now changes things the other way around, we're less strict. Basically, if you export themes and you are exporting multiple themes at once, we now look at the overall configuration of token sets and pass these on as tokens to use for resolution. Meaning, you should not run into issues where you have broken references anymore just because a token set was disabled. If a set contains a token - even if the set is disabled - we will use it to resolve references.
  • e1838a3: Fixes issue where styles are not applied in Figma, when user exports Token Sets as Styles

Patch Changes

  • 417df53: Raise limit for tokens in Tokens Studio sync to 3000 tokens per set
  • 087b4c1: Fixed an issue around variable creation where if numerical weights were used we'd display an error that we're unable to apply the font. We now changed this to properly load all weights of the font family and then create styles correctly with variable references to the numerical weight variable
  • 2c60963: Changed logic when "Remove styles and variables without connection to a token" is enabled where we now look at all created tokens in this session and remove them, instead of looking at each theme individually
  • a81b9a9: Add missing padding to list of token sets in Export Token Sets Tab
  • fd68d5a: Prevents falsy errors from displaying when pushing to GitLab and ADO
  • 087b4c1: Fixes variable creation of color token was using a modifier and using a reference. We now correctly create a raw hex value as Figma doesn't have modifiers. Before we falsely used a reference without the modifier applied
  • 8f97ea6: Optimized the speed of importing variables. Importing should now feel drastically faster

@six7 six7 merged commit 45697ef into main Sep 11, 2024
4 checks passed
@six7 six7 deleted the changeset-release/main branch September 11, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant