-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: joncv/FigmaToCode
base: main
head repository: bernaferrari/FigmaToCode
compare: main
- 12 commits
- 28 files changed
- 9 contributors
Commits on Sep 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4f2e700 - Browse repository at this point
Copy the full SHA 4f2e700View commit details
Commits on Sep 11, 2025
-
Add thresholdPercent and baseFontFamily to PluginSettings; update rel…
…ated components for new settings (bernaferrari#230)
Configuration menu - View commit details
-
Copy full SHA for f98c644 - Browse repository at this point
Copy the full SHA f98c644View commit details
Commits on Oct 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 452478c - Browse repository at this point
Copy the full SHA 452478cView commit details
Commits on Oct 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 427381b - Browse repository at this point
Copy the full SHA 427381bView commit details
Commits on Nov 28, 2025
-
[Feature] - Add support for a tailwind custom font family config (ber…
…naferrari#238) * Add(tailwind): support font family custom config * Improvement(tailwind): add textarea to handle custom font tailwind config
Configuration menu - View commit details
-
Copy full SHA for 6450a8c - Browse repository at this point
Copy the full SHA 6450a8cView commit details -
[Feature] Implement twig component (bernaferrari#239)
* Add(tailwind): support for twig components * Support twig component content & embbed * Add(twig): handle content in component * Twig : simplify component name * Improvement(twig): handle twig attributes * Limit twig components attr to instances * Hide component properties starting with . or _ * Handle non twig components --------- Co-authored-by: Paule Herman <paule.herman@clickandboat.com>
Configuration menu - View commit details
-
Copy full SHA for d412266 - Browse repository at this point
Copy the full SHA d412266View commit details
Commits on Dec 10, 2025
-
feat: Introduce email generation panel, update codegen options, and u…
…pgrade various dependencies.
Configuration menu - View commit details
-
Copy full SHA for fc892c5 - Browse repository at this point
Copy the full SHA fc892c5View commit details
Commits on Dec 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4cb2621 - Browse repository at this point
Copy the full SHA 4cb2621View commit details
Commits on Dec 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c2581aa - Browse repository at this point
Copy the full SHA c2581aaView commit details
Commits on Jan 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 88913c2 - Browse repository at this point
Copy the full SHA 88913c2View commit details -
Fix styled component inconsistent naming and missing component defini…
…tion (bernaferrari#246) * fix: inconsistent styled component variable name * fix: Add text wrapper definition by calling build * refactor: declare componentName in CSSCollection * refactor: remove unreachable conditionals * refactor: change first parameter of getComponentName to string * fix: change to assertion(!) * rollback: Rollback getComponentName * rollback: Rollback getComponentName to original * fix: add better fallback * fix: add fallback condition
Configuration menu - View commit details
-
Copy full SHA for 6fcdcc3 - Browse repository at this point
Copy the full SHA 6fcdcc3View commit details
Commits on Feb 4, 2026
-
fix: don't add opacity modifier for variable colors (bernaferrari#250)
When a color is from a Figma variable that already contains alpha, the output was incorrectly adding an opacity modifier like /50. For example, a variable 'myVar' defined as rgba(255,0,0,0.5) was generating 'bg-myVar/50' instead of just 'bg-myVar'. The fix skips the opacity modifier when colorType is 'variable' since the alpha is already baked into the variable definition. Adding the modifier would incorrectly compound the opacity. Fixes bernaferrari#232 Co-authored-by: Michael Golden <michael@wayframe.com>
Configuration menu - View commit details
-
Copy full SHA for 3b77692 - Browse repository at this point
Copy the full SHA 3b77692View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main