Skip to content

Commit a019ea6

Browse files
committed
chore(release): v2.6.16
1 parent 123595a commit a019ea6

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v2.6.16
2+
3+
`2024-08-03`
4+
5+
- 📖 docs(card): correct doc (#2504) @Alex-huxiyang
6+
- :sparkles: feat(menu): menu-item 组件增加标题icon自定义方式 (#2488) @zhangming
7+
- :sparkles: feat(form): Form.Item 增加 align 属性 (#2492) @zhangming
8+
- :bug: fix(inputNumber): correct onChange, onOverlimit event triggering timing when async & sync (#2509) @Alex-huxiyang
9+
- :bug: fix(uploader): xhrBeforeUpload判断错误 (#2507) @Alex-huxiyang
10+
- :bug: fix(swiper): correct onChange ts type (#2493) @Alex-huxiyang
11+
- 🪵 refactor(numberkeyboard): optimize code & correct defaultProps (#2508) @Alex-huxiyang
12+
- 🏡 chore(cell): unify ts type & docs (#2496) @Alex-huxiyang
13+
- 🏡 chore(deps): update vitest monorepo to v2 (major) (#2439) @renovate[bot]
14+
- 🏡 chore(deps): update dependency glob to v11 (#2438) @renovate[bot]
15+
- 🏡 chore(deps): update dependency inquirer to v10 (#2420) @renovate[bot]
16+
- 🏡 chore(deps): update dependency marked to v13 (#2358) @renovate[bot]
17+
118
# v2.6.15
219

320
`2024-07-26`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nutui/nutui-react",
3-
"version": "2.6.15",
2+
"name": "@nutui/nutui-react-taro",
3+
"version": "2.6.16",
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)