Skip to content

Commit

Permalink
chore(release): v2.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Aug 30, 2024
1 parent d37be51 commit 902f918
Show file tree
Hide file tree
Showing 4 changed files with 11,342 additions and 13,999 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2.6.17

`2024-08-30`

- 🏡 chore(form): form demo (#2528)
- 📖 docs(readme): fix pnpm run dev weapp jd dir (#2514)
- :sparkles: feat(cell): add clickable prop to support click style feedback (#2527)
- :sparkles: feat(image-preview): 增加索引字段,用于预览内容排序 (#2519)
- :bug: fix(tabs.taro.tsx): 解决在不需要滚动的时候,切换tab产生tab位置错乱的问题 (#2554)
- :bug: fix(uploader): beforeUpload should trigger every time before uploading (#2553)
- :bug: fix(PullToRefresh): 修复PullToRefresh组件disabled属性在taro中无效的问题 (#2538)
- :bug: fix(uploader): ios 下无法回显的问题修复 (#2550)
- :bug: fix(uploader): sizeType prop didnot work when weapp || jd (#2526)

# v2.6.16

`2024-08-03`
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-taro",
"version": "2.6.16",
"name": "@nutui/nutui-react",
"version": "2.6.17",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
Loading

0 comments on commit 902f918

Please sign in to comment.