Skip to content

Releases: component-driven/react-figma-primitives

v2.0.1

03 Apr 13:22
Compare
Choose a tag to compare

2.0.1 (2019-04-03)

Bug Fixes

  • Print a warning if Group's node wasn't found in Figma file (b703be1)
  • Set frameName as a context when Frame is used (#2) (1f86f73), closes #1

v2.0.0

02 Apr 10:57
Compare
Choose a tag to compare

2.0.0 (2019-04-02)

Features

  • Enable cache persistance in the localStorage (03c7e39)
  • Make library agnostic of how styles are rendered (d1bb270)

BREAKING CHANGES

  • API of the components has been updated to use render props pattern instead of rendering JSX elements
    with the library

v1.3.0

02 Apr 10:32
Compare
Choose a tag to compare

1.3.0 (2019-04-02)

Features

  • Enable cache persistance in the localStorage (03c7e39)
  • Make library agnostic of how styles are rendered (0a77a5f)

v1.2.0

28 Mar 20:39
Compare
Choose a tag to compare

1.2.0 (2019-03-28)

Features

  • Add styles prop to Text to allow override of styles (9b850db)
  • Allow specifying the frame inside the page by name (85234a5)

v1.1.0

28 Mar 12:07
Compare
Choose a tag to compare

1.1.0 (2019-03-28)

Features

  • Query and use lineHeight, textAlign and verticalAlign CSS properties (54691a5)

v1.0.1

26 Mar 21:42
Compare
Choose a tag to compare

1.0.1 (2019-03-26)

Bug Fixes

  • Use style prop instead of css prop on styled-components (542a586)

v1.0.0

26 Mar 20:58
Compare
Choose a tag to compare

1.0.0 (2019-03-26)

Features