Skip to content

Commit

Permalink
chore(release): v2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed May 10, 2024
1 parent c7ca860 commit 071f875
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v2.6.4
`2024-05-10`


* 🏡 chore: 修改默认的微信基础库版本 (#2235) @eiinu
* 🏡 chore(image): demo代码风格优化 (#2220) @Alex-huxiyang
* 📖 docs(uploader): 文件上传编码使用提示 (#2224) @Alex-huxiyang
* :bug: fix(imagePreview): 阻止关闭预览事件对父结构的非必要影响 (#2227) @Alex-huxiyang
* :bug: fix(picker): 修复连续多次打开 picker 时显示值错误 (#2222) @eiinu
* :bug: fix(virtualList): 修复部分场景onScroll不触发 (#2221) @Alex-huxiyang
* :bug: fix: 移除 defaultProps (#2230) @eiinu


# v2.6.3
`2024-04-30`

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.3",
"name": "@nutui/nutui-react-taro",
"version": "2.6.4",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 071f875

Please sign in to comment.