-
-
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
3 additions
and
3 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 |
---|---|---|
|
@@ -6,9 +6,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. | ||
> 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` | ||
> [!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. | ||
> 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` | ||
##### `Checkbox` | ||
|
||
|