-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ | |
#### `@create-figma-plugin/[email protected]` | ||
|
||
> [!IMPORTANT] | ||
> Breaking changes to the component APIs will cause a TypeScript error when you build your plugin with the `build-figma-plugin` CLI. Fixing all of these TypeScript errors will bring your plugin/widget up to date. | ||
> Breaking changes to the component APIs will result in TypeScript errors when you build your plugin with the `build-figma-plugin` CLI. If there are no build errors, then your plugin/widget is already up to date with `3.0.0`. | ||
> | ||
> You may need to make small code changes if you’re using any of these components: `Checkbox`, `Dropdown`, `IconToggleButton`, `Layer`, `Modal`, `RadioButtons`, `RangeSlider`, `SearchTextbox`, `SegmentedControl`, `SelectableItem`, `Tabs`, `Textbox`, `TextboxAutocomplete`, `TextboxColor`, `TextboxMultiline`, `TextboxNumeric`, `Toggle` | ||
> Otherwise, you may need to make some minor code changes if you’re using any of these components: `Checkbox`, `Dropdown`, `IconToggleButton`, `Layer`, `Modal`, `RadioButtons`, `RangeSlider`, `SearchTextbox`, `SegmentedControl`, `SelectableItem`, `Tabs`, `Textbox`, `TextboxAutocomplete`, `TextboxColor`, `TextboxMultiline`, `TextboxNumeric`, `Toggle`. | ||
##### `Checkbox` | ||
|
||
|