Skip to content

Releases: RedMadRobot/figma-export

0.27.0

07 Sep 15:36
Compare
Choose a tag to compare

New features:

  • [iOS] Add support for upper case text style (#116)

0.26.0

01 Sep 17:55
Compare
Choose a tag to compare

New features:

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

0.25.0

17 Aug 09:45
Compare
Choose a tag to compare

New features:

  • Add ability to use LabelStyle without UILabel e.g. for UIButton/UITextField (#113)

Fixed android dark colors export

06 Aug 18:35
Compare
Choose a tag to compare

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

0.24.2

31 Jul 12:10
Compare
Choose a tag to compare

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

0.24.1

28 Jul 20:33
Compare
Choose a tag to compare

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

0.24.0

26 Jul 10:08
Compare
Choose a tag to compare

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.

iOS typography bugfix

02 Jun 15:15
Compare
Choose a tag to compare

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

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

30 Mar 06:27
Compare
Choose a tag to compare

New features:

Fixes:

0.22.0

12 Mar 15:38
Compare
Choose a tag to compare

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