Skip to content

Commit 7752221

Browse files
committed
chore(release): v3.0.8
1 parent 2c421d0 commit 7752221

File tree

6 files changed

+114
-53
lines changed

6 files changed

+114
-53
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v3.0.8
2+
3+
`2025-04-11`
4+
5+
- :sparkles: feat(v15): swipe 增加 v15 的 demo (#3160)
6+
- :sparkles: feat(dialog): 添加变量处理 (#3172)
7+
- :bug: fix(sidebar): scroll animation not working with sidebarDuration prop (#3169)
8+
- :bug: fix(switch): 异步操作中抛错可中断 loading 态 (#3143)
9+
- :bug: fix: jmapp demo build (#3146)
10+
- :bug: fix(image): 组件内部的style处理覆盖传入的className (#3165)
11+
- :bug: fix(cascader): 选中后 tab 应展示 text 字段的值 (#3167)
12+
- :bug: fix: codesandbox displays abnormal (#3159)
13+
- :bug: fix(docs): 修复 markdown 无法正确编译注释 (#3158)
14+
- :bug: fix(skeleton): 废弃inline 导致的警告问题修复 (#3154)
15+
- 🏡 chore: 增加 useHtmlComponents 模式 (#3156)
16+
- 📖 docs: 补充快速上手和主题中的配置项的解释 (#3163)
17+
118
# v3.0.7
219

320
`2025-04-03`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui-react-taro",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/es/packages/nutui.react.build.js",
@@ -112,7 +112,7 @@
112112
"@nutui/icons-react-taro": "^3.0.1",
113113
"@nutui/jdesign-icons-react-taro": "1.0.6-beta.2",
114114
"@nutui/touch-emulator": "^1.0.0",
115-
"@nutui/lottie-miniprogram": "^1.0.1",
115+
"@nutui/lottie-miniprogram": "^1.0.2",
116116
"@react-spring/web": "~9.6.1",
117117
"@swc/helpers": "^0.5.7",
118118
"@use-gesture/react": "10.2.20",

0 commit comments

Comments
 (0)