Skip to content

Release 1.37.1

Choose a tag to compare

@six7 six7 released this 23 Jun 17:11
· 890 commits to main since this release

Fixed a bug that caused variables not to be applied even though they were connected to tokens. This means that when your tokens have variables connected, we now apply the correct variable, meaning you should be able to 1-click convert all your applied tokens to variables. ⚠️ Important: This requires you to connect your variables once again (either by hitting "Create variables" again in your Variables file and then pushing those changes back up to your sync provider, or by "Attach variables" in the Manage themes modal - "Create variables" doesn't recreate if the variables already exist, so you should be safe to use that). 🙏 We're sorry for the troubles this caused.

Other fixes:

  • Fixed a bug that prevented tokens that use rgba() to be saved correctly back to variables
  • Fixed an issue with Detaching variables in the Manage themes modal
  • Fixed a bug that caused theme groups to be ignored on import from a file - thanks @beauroberts
  • Fixed a bug that caused errors with syncing with GitHub if your .json files were larger than 1MB