figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project

MIT License

Stars
730
Committers
30

Bot releases are hidden (Show)

figma-export - 0.31.5

Published by subdan almost 3 years ago

Fixes:

  • Fixed path to vd-tool on Apple Silicon Macs #138 via #139
figma-export - 0.31.4

Published by subdan almost 3 years ago

Fixes:

  • Fixes an issue when exporting resources to a Swift Package #135 via #136
  • #134
figma-export - 0.31.3

Published by subdan almost 3 years ago

Fixes:

  • Autogenerated code fails to compile when the icons are using a reserved word #130
figma-export - 0.31.2

Published by subdan almost 3 years ago

Fixes:

  • Icons failed to be exported when the component contains a description #129
figma-export - 0.31.1

Published by subdan almost 3 years ago

Fixes:

  • Fixed a bug while exporting typography where a font without PostScript name causes an error
figma-export - Android JetPack Compose support

Published by subdan almost 3 years ago

New features:

  • Add support for JetPack Compose (#124) via @kaiwidmer
figma-export - M1 and Xcode 13 support

Published by subdan almost 3 years ago

New features:

  • Add support for Xcode 13
  • Add support for arm64 (Apple M1)

Fixes:

  • Add required nameStyle field to init command (#122) via @ptxmac
  • Name is optional in xcodeproj, so compare the path instead (#125)via @ptxmac
figma-export - 0.29.0

Published by subdan about 3 years ago

New features:

  • Add Dynamic Type support for SwiftUI
figma-export - 0.28.0

Published by subdan about 3 years ago

New features:

  • [iOS] Add ability to set different render mode for icons. (#120, #114) via @alexey1312
figma-export - 0.27.1

Published by subdan about 3 years ago

Fixed bug in [iOS] Add support for upper case text style

figma-export - 0.27.0

Published by subdan about 3 years ago

New features:

  • [iOS] Add support for upper case text style (#116)
figma-export - 0.26.0

Published by subdan about 3 years ago

New features:

  • Add support for exporting icons and images from a single Figma file (#115) via @alexey1312
figma-export - 0.25.0

Published by subdan about 3 years ago

New features:

  • Add ability to use LabelStyle without UILabel e.g. for UIButton/UITextField (#113)
figma-export - Fixed android dark colors export

Published by subdan about 3 years ago

Fixes:

  • Fixed an issue where values-night/colors.xml did not created if some color pairs contains only light variant #110 via #111
  • Fixed an issue where dark colors did not added to the values-night/colors.xml #110 via #111
figma-export - 0.24.2

Published by subdan about 3 years ago

— Fixed an issue where *.xcscheme was deleted if not contains BuildableReference #102

figma-export - 0.24.1

Published by subdan about 3 years ago

— Fixed an issue where *.xcscheme was deleted if not contains BlueprintIdentifier #102

figma-export - 0.24.0

Published by subdan about 3 years ago

Improvements:
— Make ios.colors, ios.icons, ios.images and ios.typography parameters optional (#106)
— Add support for iOS color grouping (#107)

Fixes:
— Fix floating point arithmetic for letter spacing tracking: 0.20000000049 becomes tracking: 0.2.
— Fix formatting of swift files generated using figma-export typography. Add new line at the end of a file.

figma-export - iOS typography bugfix

Published by subdan over 3 years ago

Fixed:
— When executing figma-export typography with generateLabels: true, UILabel swift files doesn’t generated.

figma-export - Add support for exporting typography for Android and Obj-C support

Published by subdan over 3 years ago

New features:

  • Add support for Obj-C (#93) @simonlee2
  • Support exporting typography for Android (#82) @simonlee2

Fixes:

  • Fix crash updating a UIImage extension file (#92) @NoFearJoe
figma-export - 0.22.0

Published by subdan over 3 years ago

New features:
— Output progress when fetching image URLs #85
— Added scales param for Android images export #84