| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Code Connect 1.4.4 source code.tar.gz | 2026-04-23 | 400.2 kB | |
| Code Connect 1.4.4 source code.zip | 2026-04-23 | 631.8 kB | |
| README.md | 2026-04-23 | 1.4 kB | |
| Totals: 3 Items | 1.0 MB | 0 | |
Fixed
General
- Bumped Lodash version from 4.17 to 4.18 to address vulnerability CVE-2021-23337
Storybook
- Storybook files with
.ts,.jsx, or.jsextensions (e.g.Button.stories.jsx) are now discovered by the CLI. Previously only.stories.tsxfiles were picked up.
Template files
--exit-on-unreadable-filesis now respected for template files (.figma.ts/.figma.js)- Fixed batch data not being picked up when rendering Code Connect snippets
Features
General
- Added
--forceflag tofigma connect publish. When Figma already has UI-created Code Connect mappings for one or more nodes, publishing will now show a warning instead of failing silently. Use--forceto overwrite those existing mappings with the Code Connect files from your codebase. - The
connect createcommand can now generates template files. - Added
previewcommand: you can now runnpx figma connect preview {fileUrl}to locally preview a Code Connect file without having to publish it.
Template files
- Added batch template support (
.figma.batch.json+.figma.batch.ts). A batch file defines a shared template and an array of component entries, allowing hundreds of similar components (e.g. icons) to be Code Connected without individual template files. Per-entry data is available in the template viafigma.batch.