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: malikwang/FigmaToCode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bernaferrari/FigmaToCode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 89 files changed
  • 5 contributors

Commits on Jan 25, 2021

  1. Add Gradients and Color export to every screen.

    Modularize Colors/Gradients and converge 'retrieveColors' into a common 'retrieveGenericSolidUIColors'.
    
    Update color methods naming to try to be consistant accross all frameworks.
    bernaferrari committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    59b6e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bdbd76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10335af View commit details
    Browse the repository at this point in the history
  4. Update dependencies.

    bernaferrari committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    719135d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Fix right-padding for HTML generation (bernaferrari#19)

    * Fix right-padding for HTML generation
    * Fix padding-right test
    chconil authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    6682f90 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Add flex-1 to Tailwind and HTML.

    Fix maxWidth/maxHeight in SwiftUI.
    bernaferrari committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    0df68ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    841300a View commit details
    Browse the repository at this point in the history
  3. Add LineNode support

    bernaferrari committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    94fd528 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

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

Commits on Feb 6, 2021

  1. Add code formatting for HTML and Tailwind!

    Fix border-radius missing in HTML.
    
    Fix missing border-radius in Vector.
    
    Add rose color to Vectors (which are unsupported).
    
    Fix Text when parent is set to fill (all frameworks).
    
    Fix color attribute in HTML's Text being misnamed.
    
    Fix textHeight in HTML.
    
    Fix justify layout in HTML.
    
    Change: when single item layout is set to justify, center it.
    
    Close bernaferrari#24.
    bernaferrari committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    fec9b9f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Fix relative and absolute position appearing at the same time.

    Reorder padding to be after width/height.
    bernaferrari committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b021c30 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

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

Commits on Feb 18, 2021

  1. Add image support to HTML/Tailwind, FlutterLogo to Flutter and color …

    …placeholder for SwiftUI.
    bernaferrari committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    2263995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02fdce1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Update dependencies.

    bernaferrari committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    62e9572 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. fix: prevents div elements from being self-closing tags (bernaferra…

    …ri#54)
    
    * fix: prevents `div` elements from being self-closing tags
    
    When outputting in Tailwind and HTML without JSX, div elements representing
    space in auto-layout are self-closing. This will incorrectly place sibling
    HTML elements as children of the self-closing div in the Chrome browser.
    
    Fixes bernaferrari#31
    
    * fix: remove orphan quotation mark and space from spacing `div`
    Dale Alexander Webb authored May 2, 2022
    Configuration menu
    Copy the full SHA
    83b3381 View commit details
    Browse the repository at this point in the history
  2. fix: add "editorType" in manifest.json (bernaferrari#55)

    Dale Alexander Webb authored May 2, 2022
    Configuration menu
    Copy the full SHA
    4955328 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    0d57071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c5992a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

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