react-figma-primitives

React primitives for rapid prototyping and data-driven design synced with Figma API via GraphQL

MIT License

Downloads
31
Stars
16
Committers
1

Bot releases are hidden (Show)

react-figma-primitives - v2.0.1 Latest Release

Published by okonet over 5 years ago

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
react-figma-primitives - v2.0.0

Published by okonet over 5 years ago

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
react-figma-primitives - v1.3.0

Published by okonet over 5 years ago

1.3.0 (2019-04-02)

Features

  • Enable cache persistance in the localStorage (03c7e39)
  • Make library agnostic of how styles are rendered (0a77a5f)
react-figma-primitives - v1.2.0

Published by okonet over 5 years ago

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)
react-figma-primitives - v1.1.0

Published by okonet over 5 years ago

1.1.0 (2019-03-28)

Features

  • Query and use lineHeight, textAlign and verticalAlign CSS properties (54691a5)
react-figma-primitives - v1.0.1

Published by okonet over 5 years ago

1.0.1 (2019-03-26)

Bug Fixes

  • Use style prop instead of css prop on styled-components (542a586)
react-figma-primitives - v1.0.0

Published by okonet over 5 years ago

1.0.0 (2019-03-26)

Features