Releases: lukasoppermann/design-tokens
Releases · lukasoppermann/design-tokens
Bugfix for #159
What's Changed
- Added figma style ids to export json (standard format) by @lukasoppermann in #145
- Added fontWeights & fontStyles for Typeface Söhne by @Mauns in #149
- Remove figma ds by @lukasoppermann in #163
- fix for #159 by @lukasoppermann in #161
New Contributors
- @Mauns made their first contribution in #149
Full Changelog: v6.0.0...v6.0.1
New output json format "standard" (w3c spec draft)
breaking changes
- changes border
dashPattern
value from string to array - renamed
type
in effects toeffectType
- renamed
type
in motion totransitionType
changes
- 🎉 implemented new output format
standard
which will follow the w3c design token specs - added angle to gradient
Fixed linheight unit
Fixes #132
exclude Prefix
- Added option to set additional exclusion prefixes
- Bugfix for outdated settings
🎉 Huge update with breaking changes
Breaking changes
- removed exclude prefix option ("_" and "." still work as they do everywhere else within figma)
- removed output filename from send url payload
- changed color category from
fill
tocolor
to be compatible with style dictionary - changed category for gradients from
fill
togradient
fixes #84 - separate gradient from color into its own category
- removed unsupported empty borders from export #24
Minor changes
Export UIs
Separated Export & send to url settings into dedicated UIs
UI can be closed by pressing esc
Features
- Pressing the ESC-Key now closes the UI
Internal changes
- added paths to tsconfig
- move all context to one file
- simplify settings context
- move version notice to ui.tsx
- add new components
- add defaults file
- add export key (prep for upcoming feature)
🗜 Feature: Add compression setting
User can toggle compression for the json file in settings
Move ui to react
First iteration of the UI based on react for easier development
Added support for breakpoints
Thanks to @hammami-samy for adding support for breakpoints. 👍