Figma Export Versions Save

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

0.38.0

1 month ago

New features:

  • Add support for exporting colors from local variables #236 by @alexey1312

0.37.6

3 months ago

Fixes:

  • [iOS] Fixed Contents.json formatting #231

0.37.3

5 months ago

Improvements:

  • [Android] Sort icons in Icons.kt #224 by @niusounds

0.37.2

9 months ago

Fixes:

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

0.37.1

1 year ago

Fixes:

  • Fixed an issue where ios.templatesPath parameter was ignored when exporting images #197 by @alexey1312

0.37.0

1 year 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

0.36.0

1 year 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

0.35.2

1 year ago

Fixes:

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

0.35.1

1 year ago

Fixes:

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

0.35.0

1 year 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