Skip to content

Code Connect v1.1.4

Latest
Compare
Choose a tag to compare
@rrabherufigma rrabherufigma released this 30 Sep 09:46

Fixed

React

  • Fixed a Prettier bug with the interactive setup
  • Removed empty enum mappings from generated Code Connect in interactive setup
  • Fixed an issue with props not rendering correctly in the Figma UI if used in the body of a component (e.g. as a hook argument). Any Code Connect with this issue will need republishing to be fixed. (fixes #167)
  • Support mapping from an enum value to a boolean prop in CLI Assistant

Features

Compose

  • The dependencies required to author Code Connect files now live in a separate module from the plugin and are hosted on Maven Central. Refer to the documentation for updated instructions on adding Code Connect to your project.

SwiftUI

  • Updated the swift-syntax dependency to include 600.0.0 (Swift 6)