Skip to content

Releases: kat-tax/figma-to-react-native

v45

16 Dec 19:28
ee6adf4
Compare
Choose a tag to compare
v45 (#20)

v44

16 Dec 19:28
Compare
Choose a tag to compare
v44
Features update

v43

26 Oct 17:20
8161ba4
Compare
Choose a tag to compare
v43
v43 (#16)

v42

26 Oct 17:19
Compare
Choose a tag to compare
v42
Fix single theme values

v33

22 Nov 23:25
bb39d09
Compare
Choose a tag to compare
v33
v33 (#15)

- Huge refactor, lots of bug fixes.
- Rewrote Figma parser module to decouple from React Native StyleSheets
- Added configurable style engine parsers:
  - Figma: converts Figma's generated CSS to RN compatible styles, much simpler and more accurate.
  - Experimental: the old parser, will be more flexible in the future
- Added support for assets (image & svg) in export and preview
- Added multi-variant support for components
- Improved identifier sanitation and formatting (fixes #14)

v26

22 Nov 23:26
7e1ee06
Compare
Choose a tag to compare
v26
v26 (#8)

* Refactors, switched to create-figma-plugin
* Improved previewing
* Update esbuild-wasm
* Finished variant styling
* Fix text width
* Update marketing

v25

22 Nov 23:26
740fa35
Compare
Choose a tag to compare
v25
v25 (#7)

* Add storybook generation

* Generate theme separately, refactors

* Add theme to export

* Bugfixes, conditional rendering, props generation, story improvements

* Finish storybook variants

* Added component instance swap + theme refactor

* Bug fixes and refactors

* Prepare for Tamagui support

* Refactor styles

* Fix storybook issues, update readme, misc bugs