Releases: component-driven/react-figma-primitives
Releases · component-driven/react-figma-primitives
v2.0.1
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
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
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
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
1.1.0 (2019-03-28)
Features
- Query and use lineHeight, textAlign and verticalAlign CSS properties (54691a5)
v1.0.1
1.0.1 (2019-03-26)
Bug Fixes
- Use style prop instead of css prop on styled-components (542a586)
v1.0.0
1.0.0 (2019-03-26)
Features