Skip to content

Commit

Permalink
chore(release): v2.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Aug 3, 2024
1 parent 123595a commit a019ea6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v2.6.16

`2024-08-03`

- 📖 docs(card): correct doc (#2504) @Alex-huxiyang
- :sparkles: feat(menu): menu-item 组件增加标题icon自定义方式 (#2488) @zhangming
- :sparkles: feat(form): Form.Item 增加 align 属性 (#2492) @zhangming
- :bug: fix(inputNumber): correct onChange, onOverlimit event triggering timing when async & sync (#2509) @Alex-huxiyang
- :bug: fix(uploader): xhrBeforeUpload判断错误 (#2507) @Alex-huxiyang
- :bug: fix(swiper): correct onChange ts type (#2493) @Alex-huxiyang
- 🪵 refactor(numberkeyboard): optimize code & correct defaultProps (#2508) @Alex-huxiyang
- 🏡 chore(cell): unify ts type & docs (#2496) @Alex-huxiyang
- 🏡 chore(deps): update vitest monorepo to v2 (major) (#2439) @renovate[bot]
- 🏡 chore(deps): update dependency glob to v11 (#2438) @renovate[bot]
- 🏡 chore(deps): update dependency inquirer to v10 (#2420) @renovate[bot]
- 🏡 chore(deps): update dependency marked to v13 (#2358) @renovate[bot]

# v2.6.15

`2024-07-26`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
"version": "2.6.15",
"name": "@nutui/nutui-react-taro",
"version": "2.6.16",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit a019ea6

Please sign in to comment.