Skip to content

Commit 201baf2

Browse files
committed
chore(release): v2.6.13
1 parent b964b47 commit 201baf2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v2.6.13
2+
`2024-07-12`
3+
4+
5+
* :sparkles: feat: tabs滚动条兼容火狐浏览器 (#2431) @JoanneXu6677
6+
* :sparkles: feat(drag): add the ability to support onDrag, onDragStart, onDragEnd callbacks (#2418) @Alex-huxiyang
7+
* :bug: fix(formItem): validateTrigger无法正确触发校验 (#2433) @Alex-huxiyang
8+
* :bug: fix: 日历组件滚动到顶部时 出现空白问题 (#2409) @522109452
9+
* :bug: fix(imagepreview): 无法在预期情景正确关闭图片的异常 (#2421) @Alex-huxiyang
10+
11+
112
# v2.6.12
213
`2024-07-05`
314

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nutui/nutui-react-taro",
3-
"version": "2.6.12",
2+
"name": "@nutui/nutui-react",
3+
"version": "2.6.13",
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)