Skip to content

Commit cd84135

Browse files
committed
chore(release): v3.0.2
1 parent 5c12284 commit cd84135

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v3.0.2
2+
3+
`2025-03-07`
4+
5+
- feat(form): 同步 2.x 的功能 (#2976)
6+
- feat(swipe): harmony (#3039)
7+
- fix: sync v15 sign (#3067)
8+
- fix: 解决按需引入picker和datepicker没有样式问题 (#3064)
9+
- fix(signature): 解决taro h5不能绘制问题 (#3060)
10+
- fix(input): style 属性设置为 CSSProperties 类型的值 (#3059)
11+
- fix: taro default import error (#3057)
12+
- fix(docs): 快速上手文件 (#3058)
13+
- docs(site): 删除无用的代码,更新视觉版本号 (#3063)
14+
- docs: update common docs
15+
- docs: fix some mistakes in the documentation (#3056)
16+
- chore: add jdtaro. True means that will repeat (#3065)
17+
- chore: update site style (#3055)
18+
- refactor: migrate site to nutui-react (#2955)
19+
120
# v3.0.1
221

322
`2025-03-05`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-react-taro",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/es/packages/nutui.react.build.js",

0 commit comments

Comments
 (0)