diff --git a/CHANGELOG.md b/CHANGELOG.md index d4090ff..0cc505c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# Code Connect v1.0.3 (23th July 2024) + +## Fixed + +### General + +### React +- Add support for hyphens in prop names (fixes https://github.com/figma/code-connect/issues/97) + +### SwiftUI +- Fixed `checkouts` folder resolution edge case + +### Compose +- Fixed issue with `create` command creating invalid code +- Added import resolution for components + +## Features + +### General +- Added support for SwiftUI and Compose in the CLI Assistant +- Added `--skip-update-check` flag +- Added `--label` flag to the `publish` and `unpublish` commands to publish or unpublish to a custom label +- We now print the label used when running the `publish` command +- Improved autolinking algorithm + + # Code Connect v1.0.2 (10th July 2024) ## Fixed diff --git a/cli/README.md b/cli/README.md index 7e7a4b9..f5a2aec 100644 --- a/cli/README.md +++ b/cli/README.md @@ -105,6 +105,7 @@ npx figma connect unpublish --token - `--skip-validation` By default, `publish` will validate your Code Connect file with the Figma component to ensure that their properties match. This flag can be used to skip this validation. - `--verbose` Enable verbose logging for debugging - `--node ` For unpublishing only a single specific component with `unpublish` +- `--label