V1.0: Builder + More Exporters (Nov 25 2022)
- Ability to edit components post-generating from Figma
 
- Can now export to tailwind + HTML
 
V0.5: Algorithm Improvements (Feb 11 2022)
- Issues with requests from private team Figma files are resolved
 
- Minor improvements to CSS code generation
- included width/height: 100%
 
- combined duplicate CSS classes
 
 
V0.4: Algorithm Improvements (Jan 20 2022)
- Major improvements to the speed of the code generation algorithm
 
V0.3: Sandbox (Jan 5 2022)
- Added component sandbox
 
- improvements to alignment detection algorithm
 
V0.2: UI Updates + Improvements to CSS Styles (Dec 9 2021)
- Removed authentication
 
- Removed 'component classes'. New UI focuses solely on the ability to generate code, view it in different languages and copy it to your codebase.
 
- Separated flex styles (CSS) from the rest
 
V0.1: Flex Layouts with No Auto-Layout (Nov 8 2021)
- Automatically generates flex layouts even if the component doesn't have autolayout
 
- Improved algorithm code generation speed by ~20-30%
 
- Automatically optimizes layers (removes unnecessary Figma groups/frames on the element)
 
V0.0: Basic Code Generation (Sept 9 2021)