Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Releases: component-driven/react-design-tokens

v2.1.1

13 Mar 10:51
Compare
Choose a tag to compare

2.1.1 (2021-03-13)

Bug Fixes

  • Use commonjs while transpiling to make it work with Next.js (a019195)

v2.1.0

30 Mar 14:57
Compare
Choose a tag to compare

2.1.0 (2020-03-30)

Bug Fixes

  • Set correct width in the SpacingSwatch. (f175059)

Features

v2.0.1

24 Feb 09:16
Compare
Choose a tag to compare

2.0.1 (2020-02-24)

Bug Fixes

  • Use css function from theme-ui to get proper styles (e9d6df0)

v2.0.0

18 Feb 14:20
Compare
Choose a tag to compare

2.0.0 (2020-02-18)

Features

  • Typography component shows text styles and not just font sizes (4f32f74)

BREAKING CHANGES

  • FontSizeSwatch is now TextStyleSwatch and accepts text style objects as value.

v1.1.5

01 Jul 19:46
Compare
Choose a tag to compare

1.1.5 (2019-07-01)

Bug Fixes

v1.1.2

08 Jun 19:38
Compare
Choose a tag to compare

1.1.2 (2019-06-08)

Bug Fixes

  • Color swatch should have same height. Do not wrap long values (4fd9f4c)

v1.1.1

08 Jun 18:31
Compare
Choose a tag to compare

1.1.1 (2019-06-08)

Bug Fixes

  • Update Colors and Typography layouts. Fine tune theme. (a84ffcc)

v1.1.0

08 Jun 15:15
Compare
Choose a tag to compare

1.1.0 (2019-06-08)

Bug Fixes

  • Fix layout of Spacing (2cbb3e5)
  • Remove hover styles from Swatch (fe2072d)

Features

  • Use monospace font for swatch values (5227d5d)

v1.0.1

08 Jun 14:54
Compare
Choose a tag to compare

1.0.1 (2019-06-08)

Bug Fixes

  • Remove useBuiltIns from babel config to fix warnings (ed750c7)