Skip to content

Releases: lukasoppermann/design-tokens

Bugfix for images being remove from styles

04 Nov 20:53
Compare
Choose a tag to compare
v1.2.2

fix bug where images were removed from fills

🎉 1.2.0 Design token server sync

15 Oct 16:58
Compare
Choose a tag to compare

New feature

⚙️ File name added to settings

09 Oct 10:08
Compare
Choose a tag to compare
  • New Feature: The file name can now be defined in the settings window

Show update notice in settings

08 Oct 16:43
Compare
Choose a tag to compare

Whenever the plugin detects a minor or major update a notice is show in the settings screen.

🎉 1.0.0 release

06 Oct 20:59
Compare
Choose a tag to compare
  • introduced settings view that allows user to change the prefix and decide if the prefix should be used for import or export

Added help link

05 Oct 06:47
Compare
Choose a tag to compare
v0.7.2

prep help release

Added tests & internal improvements

02 Oct 09:08
Compare
Choose a tag to compare
  • allow frames to be used for custom tokens

Support for multiple fills

30 Sep 21:44
Compare
Choose a tag to compare
  • 🎨 Now supporting color styles with multiple color or gradient fills

Bugfixes & improvements

  • colors were exported as float and are now correctly converte to byte integers
  • internal improvements and refactoring

Fixes & improvements

30 Sep 13:38
Compare
Choose a tag to compare
  • 🐛 Fixes missing offset values on shadows

Internal

  • improve types
  • cleanup style dictionary transformer
  • improved filtering out image fills to be "ready" for multi-fills
  • added standard js linting
  • added jest testing framework + first test

Gradient support & improvements

29 Sep 20:19
Compare
Choose a tag to compare
  • 🌈 Gradients are now supported for color styles
  • Individual radii are now exported and convertable via style dictionary
  • Some fixes, especially for things like image fills, empty fills, etc.
  • Cleanup for types