@figma/code-connect
Advanced tools
Changelog
Code Connect v1.1.1 (10th September 2024)
@figma/code-connect@1.1.0
npm package had an incorrect READMEChangelog
Code Connect v1.1.0 (10th September 2024)
Added support for documenting HTML-based frameworks (including Web Components, Angular and Vue), using the new html
parser. See the documentation for more information.
HTML support for Code Connect is in preview, and the API is liable to change during this period. Please let us know your feedback via GitHub Issues.
swiftPackagePath
configuration option to specify a custom path to a Package.swift
file to run Code Connect from.figma.nestedProps
can now be used in conjunction with figma.boolean
for conditionally hidden nested instances (fixes https://github.com/figma/code-connect/issues/118, https://github.com/figma/code-connect/issues/89)Changelog
Code Connect v1.0.6 (21st August 2024)
Changelog
Code Connect v1.0.5 (13th August 2024)
Changelog
Code Connect v1.0.4 (7th August 2024)
component
definition in FigmaConnect protocol to be optional and have a default implementation.Changelog
Code Connect v1.0.3 (23th July 2024)
checkouts
folder resolution edge casecreate
command creating invalid code--skip-update-check
flag--label
flag to the publish
and unpublish
commands to publish or unpublish to a custom labelpublish
commandChangelog
Code Connect v1.0.2 (10th July 2024)
Changelog
Code Connect v1.0.1 (20th June 2024)
The automatic update check introduced in v1.0.0 did not show the correct update command for React users with the @figma/code-connect
package installed locally – it always showed the command for globally updating the package.
We now show both npm install @figma/code-connect@latest
and npm install -g @figma/code-connect@latest
as options. React users with the package installed locally should use npm install @figma/code-connect@latest
, and users of other targets (or with the package installed globally) should use npm install -g @figma/code-connect@latest
.
We have temporarily removed the update
command added in v1.0.0.
Changelog
Code Connect v1.0.0 (19th June 2024)
figma connect
, which guides you through the setup process and auto-connects your componentsinclude
/exclude
config optionsfigma.nestedProps
now work as expectedcreate
now outputs Swift files with the correct syntaxChangelog
Code Connect v0.2.1 (17th June 2024)
@FigmaChildren
annotations