Skip to content

Commit

Permalink
chore(release): v2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Jan 24, 2025
1 parent 5611f25 commit 7ce23a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v2.7.7

`2025-01-24`

- :sparkles: feat(form): resetFields 增加 namepath 参数,用于重置指定的字段 (#2953)
- :sparkles: feat(form): add useWatch (#2932)
- :bug: fix: tabs 代码简化,调整部分样式 (#2949)
- :bug: fix: 受控模式下返回的selectedOptions进行校验处理 (#2951)
- :bug: fix(form): 修复 formitem 的值如果是对象会自动重置为空对象的问题 (#2952)
- :bug: fix: imageSize=0无效 (#2937)
- 📖 docs(toast): 修复文档中的函数式例子 (#2957)
- 📖 docs: popup 使用说明描述优化(#2943)

# v2.7.6

`2025-01-10`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react-taro",
"version": "2.7.6",
"version": "2.7.7",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 7ce23a0

Please sign in to comment.