Skip to content

Releases: lukasoppermann/design-tokens

Bugfix for #159

22 Nov 12:21
Compare
Choose a tag to compare

What's Changed

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)

17 Sep 10:39
Compare
Choose a tag to compare

breaking changes

  • changes border dashPattern value from string to array
  • renamed type in effects to effectType
  • renamed type in motion to transitionType

changes

  • 🎉 implemented new output format standard which will follow the w3c design token specs
  • added angle to gradient

Fixed linheight unit

22 Aug 05:32
Compare
Choose a tag to compare

exclude Prefix

12 Jul 21:25
Compare
Choose a tag to compare
  • Added option to set additional exclusion prefixes
  • Bugfix for outdated settings

🎉 Huge update with breaking changes

09 Jul 21:46
Compare
Choose a tag to compare

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 to color to be compatible with style dictionary
  • changed category for gradients from fill to gradient fixes #84
  • separate gradient from color into its own category
  • removed unsupported empty borders from export #24

Minor changes

  • moved file name option to file export ui
  • allow users to define token top level prefixes #30
  • allow users to toggle if top level prefixes are included in name #31
  • trap focus in dialog #113
  • add reset settings function

Export UIs

01 Jul 19:50
Compare
Choose a tag to compare

Separated Export & send to url settings into dedicated UIs

UI can be closed by pressing esc

22 Jun 06:55
Compare
Choose a tag to compare

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

08 Jun 16:53
Compare
Choose a tag to compare

User can toggle compression for the json file in settings

Move ui to react

08 Jun 16:13
Compare
Choose a tag to compare

First iteration of the UI based on react for easier development

Added support for breakpoints

25 May 19:14
Compare
Choose a tag to compare

Thanks to @hammami-samy for adding support for breakpoints. 👍