Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joncv/FigmaToCode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bernaferrari/FigmaToCode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 28 files changed
  • 9 contributors

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    4f2e700 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Add thresholdPercent and baseFontFamily to PluginSettings; update rel…

    …ated components for new settings (bernaferrari#230)
    ftzi authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    f98c644 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    452478c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    427381b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. [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
    paulehermancab authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    6450a8c View commit details
    Browse the repository at this point in the history
  2. [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>
    jaugustin and paulehermancab authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    d412266 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. feat: Introduce email generation panel, update codegen options, and u…

    …pgrade various dependencies.
    bernaferrari committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    fc892c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Configuration menu
    Copy the full SHA
    4cb2621 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Configuration menu
    Copy the full SHA
    c2581aa View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. Configuration menu
    Copy the full SHA
    88913c2 View commit details
    Browse the repository at this point in the history
  2. 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
    a3626a authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    6fcdcc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. 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>
    michaelgold3n and Michael Golden authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    3b77692 View commit details
    Browse the repository at this point in the history
Loading