Releases: lukasoppermann/design-tokens
Releases · lukasoppermann/design-tokens
Bugfix for images being remove from styles
v1.2.2 fix bug where images were removed from fills
🎉 1.2.0 Design token server sync
New feature
- you can now send design tokens to a github repo (or dev server) that automatically converts your tokens https://github.com/lukasoppermann/design-tokens#push-to-server
⚙️ File name added to settings
- New Feature: The file name can now be defined in the settings window
Show update notice in settings
Whenever the plugin detects a minor or major update a notice is show in the settings screen.
🎉 1.0.0 release
- 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
v0.7.2 prep help release
Added tests & internal improvements
- allow frames to be used for custom tokens
Support for multiple fills
- 🎨 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
- 🐛 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
- 🌈 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