chore(deps): update dependency @figma/code-connect to ^1.3.1
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@figma/code-connect | ^1.2.4 -> ^1.3.1 |
Release Notes
figma/code-connect (@figma/code-connect)
v1.3.1
Fixed
- Allow .gradle files to be detected as Android/Compose projects. Thanks to @sebastienrouif for the MR
- Remove prompts patching (fixes https://github.com/figma/code-connect/issues/241)
Features
- Added
interactiveSetupFigmaFileUrl
to the interactive setup, allowing you to specify the Figma file to use for connecting components in yourfigma.config.json
file. - Rename
--include-raw-templates
flag to--include-template-files
. Further details of this feature can be found in the documentation.
SwiftUI
- Updated
swift-syntax
to point to the new URL. Thanks to @pontusJPaf for the MR.
v1.3.0
Features
- Add support for JSX Figma connection files.
- Added an option to automatically create or append the access token to the project's .env file
- Add better handling of many figma components in the wizard (grouping per page)
- Allow variant restrictions to use boolean-like properties
General
- Added support for Bitbucket, Gitlab and Azure DevOps for generated source file URLs
Fixed
- Don't show a red-cross when the file-matching prompt is finished in the wizard
- Add default values for
@FigmaEnum
declarations in SwiftUI
SwiftUI
- Fixed a formatting error when running the CLI
React
- Fix nested objects and arrays in props not rendering properly in code snippets
- Fixed a type issue when passing functions as values to
figma.boolean
- Add support for multiple exports per file in the wizard
Storybook
- Add support for different props per example (fixes https://github.com/figma/code-connect/issues/143)
- Add support for
links
andimports
(fixes https://github.com/figma/code-connect/issues/142)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.