Skip to content

Commit

Permalink
Edit CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanqing committed Oct 22, 2023
1 parent 45a95ac commit b274163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit b274163

Please sign in to comment.