Skip to content

Commit 7ce23a0

Browse files
committed
chore(release): v2.7.7
1 parent 5611f25 commit 7ce23a0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v2.7.7
2+
3+
`2025-01-24`
4+
5+
- :sparkles: feat(form): resetFields 增加 namepath 参数,用于重置指定的字段 (#2953)
6+
- :sparkles: feat(form): add useWatch (#2932)
7+
- :bug: fix: tabs 代码简化,调整部分样式 (#2949)
8+
- :bug: fix: 受控模式下返回的selectedOptions进行校验处理 (#2951)
9+
- :bug: fix(form): 修复 formitem 的值如果是对象会自动重置为空对象的问题 (#2952)
10+
- :bug: fix: imageSize=0无效 (#2937)
11+
- 📖 docs(toast): 修复文档中的函数式例子 (#2957)
12+
- 📖 docs: popup 使用说明描述优化(#2943)
13+
114
# v2.7.6
215

316
`2025-01-10`

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": "2.7.6",
3+
"version": "2.7.7",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/esm/nutui-react.es.js",

0 commit comments

Comments
 (0)