Skip to content

Commit f50543d

Browse files
committed
chore(release): v2.6.12
1 parent c8e5570 commit f50543d

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

CHANGELOG.md

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v2.6.12
2+
`2024-07-05`
3+
4+
5+
* :sparkles: feat: add pagination whether to show pages in imagepreview (#2411) @xiaoyatong
6+
* :bug: fix(uploader): pre-upload pmage preview bug (#2416) @Alex-huxiyang
7+
* :bug: fix(taro-form-demo): 点击演示demo表单内的重置会触发提交表单事件bug修复 (#2415) @Skedush
8+
* :bug: fix(form): validator 中的 value 类型更新为 any (#2406) @oasis-cloud
9+
* :bug: fix(uploader): 京东小程序中可上传时可选择图片和视频 (#2410) @xueshufive
10+
* :bug: fix(avatarcropper): 报错 (#2364) @Alex-huxiyang
11+
* :bug: fix(form): setFields未触发校验 (#2400) @Alex-huxiyang
12+
13+
114
# v2.6.11
215
`2024-06-28`
316

@@ -65,12 +78,12 @@
6578
`2024-05-17`
6679

6780

68-
*🏡 chore(image): 官网taro的demo显示与h5不一致 (#2244) @Alex.huxiyang
81+
*🏡 chore(image): 官网taro的demo显示与h5不一致 (#2244) @Alex-huxiyang
6982
* :bug: fix(circleprogress): update demo (#2260) @Eiinu
7083
* :bug: fix: 移除 defaultProps(2) (#2254) @Eiinu
71-
* :bug: fix: 关于checkbox&tabs的doc与demo修改 (#2253) @Alex.huxiyang
72-
* :bug: fix(table): 修复部分由于场景下width未生效导致的一些问题 (#2241) @Alex.huxiyang
73-
* :bug: fix(menu): 选项文字很多时右侧箭头展示异常 (#2252) @Alex.huxiyang
84+
* :bug: fix: 关于checkbox&tabs的doc与demo修改 (#2253) @Alex-huxiyang
85+
* :bug: fix(table): 修复部分由于场景下width未生效导致的一些问题 (#2241) @Alex-huxiyang
86+
* :bug: fix(menu): 选项文字很多时右侧箭头展示异常 (#2252) @Alex-huxiyang
7487
* :bug: fix(input): 修复特殊场景下自动清除失效问题 (#2240) @Eiinu
7588

7689

package.json

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