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 visible (Hide)

figma-export - 0.38.0 Latest Release

Published by subdan 6 months ago

New features:

  • Add support for exporting colors from local variables #236 by @alexey1312
figma-export - 0.37.4

Published by subdan 9 months ago

Fixes:

  • [iOS] Fixed Contents.json formatting #230
figma-export - 0.37.3

Published by subdan 11 months ago

Improvements:

  • [Android] Sort icons in Icons.kt #224 by @niusounds
figma-export - 0.37.2

Published by subdan about 1 year ago

Fixes:

  • [Android] Add ability to specify output file name when exporting colors #213 by @tujh2
figma-export - 0.37.1

Published by subdan almost 2 years ago

Fixes:

  • Fixed an issue where ios.templatesPath parameter was ignored when exporting images #197 by @alexey1312
figma-export - Add support for StencilSwiftKit

Published by subdan almost 2 years ago

New features:

  • Added support for StencilSwiftKit that bringing additional Stencil nodes & filters dedicated to code generation.

Internal:

  • Using Xcode 14.1, macOS 12 on CI
  • Using Swift 5.7
figma-export - Export colors for SwiftUI without using asset catalog

Published by subdan about 2 years ago

New features:

  • [iOS] Added support for exporting colors for SwiftUI without using asset catalog in #193 by @ichikmarev

Improvements:

  • [Android] Null as default value for nullable contentDescription #189 by @edvaldeysteinsson
figma-export - 0.35.2

Published by subdan about 2 years ago

Fixes:

  • [iOS] Modify SwiftUI Color extension to extend ShapeStyle #185 by @farkasseb
figma-export - 0.35.1

Published by subdan about 2 years ago

Fixes:

  • [iOS] Fix path to Stencil templates when exporting images #179 by @alexey1312
figma-export - 0.35.0

Published by subdan about 2 years ago

New features:

  • [iOS] Added support for RTL icons in #180 by @alexey1312
  • [Android] Added support for RTL icons in #182 by @alexey1312

Fixes:

  • Small improvement for snake case handling in #179 by @IljaKosynkin
figma-export - 0.34.3

Published by subdan over 2 years ago

Fixes:

  • Fix SwiftUI preview crashes when accessing assets from a nested Swift Package in #171 by @y-okudera
  • Fix crash when component name is empty (#175)
figma-export - 0.34.2

Published by subdan over 2 years ago

Fixes:

  • Fixed image and icons export for iOS with additional suffix in #153 by @ne1true
figma-export - 0.34.1

Published by subdan over 2 years ago

Fixes:

  • Fixed a bug when exporting images failed when some image components are empty (#172) in #173
figma-export - 0.34.0

Published by subdan over 2 years ago

New features:

  • Add support for * symbol for preservesVectorData option to specify a group of icons which will preserve vector data (#165) in #168
  • Add ability to export only specified colors by using * symbol (#167) in #169
figma-export - High contrast colors

Published by subdan over 2 years ago

New features:

  • Add support for high contrast colors in Xcode (#151) in #157 by @alexey1312
figma-export - Custom Stencil Templates

Published by subdan over 2 years ago

Fixes:

  • Fix Color init signature (replace in: with bundle:) in Stencil template (#152) in #153 by @remenkoff
figma-export - Custom Stencil Templates

Published by subdan over 2 years ago

Fixes:

  • Use original Stencil dependency instead of fork #149 via #150
figma-export - Custom Stencil Templates

Published by subdan over 2 years ago

New features:

  • Add support for custom Stencil Templates #142 via #147
figma-export - 0.31.7

Published by subdan over 2 years ago

Fixes:

  • Fix convert to snake case algorithm #145 via #146
figma-export - 0.31.6

Published by subdan almost 3 years ago

Fixes:

  • Fixed path to cwebp on Apple Silicon Macs #140 via #141