Skip to content

Commit 9a811bf

Browse files
committed
Edit CHANGELOG.md
1 parent ee88389 commit 9a811bf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Changelog
22

3+
## 4.0.2
4+
5+
- `@create-figma-plugin/[email protected]`
6+
7+
- Fix issue with using CSS modules with `typescript@5`.
8+
9+
- `@create-figma-plugin/[email protected]`
10+
11+
- Fix a bug with the `RangeSlider` component when `minimum` is non-zero. ([#261](https://github.com/yuanqing/create-figma-plugin/issues/261))
12+
- Allow the `Checkbox` component to be set to an “indeterminate” or “mixed” value.
13+
14+
15+
16+
- Update calls to the Tailwind CSS CLI in the the `preact-tailwindcss` template. ([#256](https://github.com/yuanqing/create-figma-plugin/issues/256))
17+
318
## 4.0.1
419

520
- `@create-figma-plugin/[email protected]`
621

7-
- Ignore the `.git` folder when watching ([#258](https://github.com/yuanqing/create-figma-plugin/issues/258))
22+
- Ignore the `.git` folder when watching. ([#258](https://github.com/yuanqing/create-figma-plugin/issues/258))
823

924
## 4.0.0
1025

0 commit comments

Comments
 (0)