Skip to content

Commit 118165a

Browse files
committed
chore(release): v3.0.9
1 parent 9a3c9e7 commit 118165a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v3.0.9
2+
3+
`2025-04-18`
4+
5+
- :sparkles: feat(form): 增加 taro components 属性的支持,抽象类型 (#3182)
6+
- :sparkles: feat(input): 增加 taro components 属性的支持 (#3181)
7+
- :sparkles: feat(button): 兼容 taro components (#3188)
8+
- :bug: fix(image): update image props tsType (#3178)
9+
- 🪵 refactor: 打包组件不同主题的 css 文件 (#3189)
10+
- 🪵 refactor(loading): 移除内置的 lottie,可通过 icon 属性加载 lottie (#3184)
11+
- 📖 docs(audio): 修订audio taro 端文档,不再支持taro多端 (#3187)
12+
- 🏡 chore: update taro version (#3186)
13+
- 🏡 chore: 调整 utils 和 hooks 的导出方式 (#3162)
14+
115
# v3.0.8
216

317
`2025-04-11`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-react-taro",
3-
"version": "3.0.9-beta.1",
3+
"version": "3.0.9",
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)