Skip to content

Commit 5b334b4

Browse files
committed
Edit CHANGELOG.md
1 parent c0e0f22 commit 5b334b4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 4.0.0
4+
5+
> [!IMPORTANT]
6+
> This is a major release due to breaking changes in the component library.
7+
8+
- `@create-figma-plugin/[email protected]`
9+
10+
- Added support for `"slides"` on the `editorType` configuration option.
11+
12+
- `@create-figma-plugin/[email protected]`
13+
14+
- Removed the `validateGumroadLicenseKeyMainAsync` and `validateGumroadLicenseKeyUiAsync` functions.
15+
16+
- `@create-figma-plugin/[email protected]`
17+
18+
- Updated the visual design of all components to follow Figma’s latest UI3 design.
19+
- Dropped support for UI2 icons in favor of UI3 icons, which are only available in sizes `16×16` and `24×24`. You may encounter build errors if your plugin UI uses any icons from v3. If so, find an appropriate replacement icon in the UI3 [Storybook](https://yuanqing.github.io/create-figma-plugin/storybook/).
20+
21+
- Updated the minimum `node` version to `v22` for all packages.
22+
23+
- Bumped dependencies in all packages.
24+
325
## 3.2.1
426

527
- `@create-figma-plugin/[email protected]`

0 commit comments

Comments
 (0)