|
| 1 | +# Code Connect v1.1.4 (26th September 2024) |
| 2 | + |
| 3 | +## Fixed |
| 4 | + |
| 5 | +### React |
| 6 | +- Fixed a Prettier bug with the interactive setup |
| 7 | +- Removed empty enum mappings from generated Code Connect in interactive setup |
| 8 | +- 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 https://github.com/figma/code-connect/issues/167) |
| 9 | +- Support mapping from an enum value to a boolean prop in CLI Assistant |
| 10 | + |
| 11 | +## Features |
| 12 | + |
| 13 | +### Compose |
| 14 | +- 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](docs/compose.md) for updated instructions on adding Code Connect to your project. |
| 15 | + |
| 16 | +### SwiftUI |
| 17 | +- Updated the swift-syntax dependency to include 600.0.0 (Swift 6) |
| 18 | + |
1 | 19 | # Code Connect v1.1.3 (11th September 2024) |
2 | 20 |
|
3 | | -## Fixed |
| 21 | +## Fixed |
4 | 22 |
|
5 | 23 | ### HTML |
6 | 24 | - Fixed an issue where `imports` was incorrectly not included in the TypeScript interface |
|
9 | 27 | ### React |
10 | 28 | - Fixed an issue where `imports` was incorrectly not included in the TypeScript interface (fixes https://github.com/figma/code-connect/issues/159) |
11 | 29 |
|
| 30 | +## Features |
| 31 | + |
| 32 | +### React |
| 33 | +- Code Connect files created in the CLI assistant will now start try to use auto-generated prop mappings in the component props. This is an early feature and support for different types is limited. |
| 34 | + |
12 | 35 | # Code Connect v1.1.2 (10th September 2024) |
13 | 36 |
|
14 | | -## Fixed |
| 37 | +## Fixed |
15 | 38 |
|
16 | | -### React |
| 39 | +### React |
17 | 40 | - Fixed an issue with `client` export used by the icon script (fixes https://github.com/figma/code-connect/issues/156) |
18 | 41 |
|
19 | 42 | # Code Connect v1.1.1 (10th September 2024) |
20 | 43 |
|
21 | 44 | ## Fixed |
22 | 45 |
|
23 | | -### General |
| 46 | +### General |
24 | 47 | - Fixed an issue where the `@figma/[email protected]` npm package had an incorrect README |
25 | 48 |
|
26 | 49 | # Code Connect v1.1.0 (10th September 2024) |
|
205 | 228 |
|
206 | 229 | ### React |
207 | 230 |
|
208 | | -- Added support for [nested properties](cli/README.md#nested-properties), using `figma.nestedProps` |
209 | | -- Added support for [concatenating strings for CSS class names](cli/README.md#classname), using `figma.className` |
210 | | -- Added support for [text content from layers](cli/README.md#text-content), using `figma.textContent` |
211 | | -- Added support for [wildcards](cli/README.md#wildcard-match) with `figma.children` |
| 231 | +- Added support for [nested properties](docs/react.md#nested-properties), using `figma.nestedProps` |
| 232 | +- Added support for [concatenating strings for CSS class names](docs/react.md#classname), using `figma.className` |
| 233 | +- Added support for [text content from layers](docs/react.md#text-content), using `figma.textContent` |
| 234 | +- Added support for [wildcards](docs/react.md#wildcard-match) with `figma.children` |
212 | 235 |
|
213 | 236 | ### SwiftUI |
214 | 237 |
|
|
0 commit comments