You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,25 @@
1
1
# Changelog
2
2
3
+
## 4.0.2
4
+
5
+
-`@create-figma-plugin/build@4.0.2`
6
+
7
+
- Fix issue with using CSS modules with `typescript@5`.
8
+
9
+
-`@create-figma-plugin/ui@4.0.2`
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
+
-`create-figma-plugin@4.0.2`
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
+
3
18
## 4.0.1
4
19
5
20
-`@create-figma-plugin/build@4.0.1`
6
21
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))
0 commit comments