Skip to content

Commit

Permalink
release: v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Oct 21, 2022
1 parent 87cdfe4 commit 225ec3d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## v3.2.4

`2022-10-21`

小程序版本依赖 Taro ^3.5.x

NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @jwaterwater @Sorryhx @xxxsf @subordon

Tips: 重点修复 Scroll-View 在 Taro H5 场景下,不生效问题 #1766

* :sparkles: chore: vite打包配置修改,添加taro标签处理 (#1766) @lkjh3214
* :sparkles: chore: vscode extension support new components @szg2008
* :sparkles: chore: update dts plugin @szg2008
* :sparkles: feat(ellipsis): add lineHeight props @szg2008
* :sparkles: feat(Picker、DatePicker): 新增safe-area-inset-bottom属性 (#1770) @yangxiaolu1993
style: add jddkh theme @yangjinjun3
* :bug: fix(textarea): 小程序端组件按需加载的时候,未正确获取到文本框的高度 (#1756) @subordon
* :bug: fix(barrage): barrage 样式报错,H5环境 slot 插槽适配 (#1771) @Ymm0008
* :bug: fix(imagepreview): 组件,滑动时弹窗出现关闭现象 (#1761) @xxxsf
* :bug: fix(popup): close事件触发时机 (#1730) @Sorryhx
* :bug: fix(address、datepicker): DatePicker 的 v-model 没有实现双向绑定 (#1745) @yangxiaolu1993
* :bug: fix(tabbar): safe-bottom样式异常 (#1742) @jwaterwater
* :bug: fix(toast): resolve problem of method failure in production (#1744) @Drjingfubo
* :bug: fix(calendar): taro h5 scroll-view compatible (#1718) @lkjh3214
* :bug: fix(uploader): taro 环境 multiple 参数支持 ,用于优化只选中1个照片场景 @richard1015
* 📖 docs(image): showError showLoading props CamelCase @szg2008
* 📖 docs: upd contributing link @richard1015
* 📖 docs: add awesome.md @snandy
* 📖 docs: change readme.md @snandy
* 📖 docs(imagepreview): add import component @szg2008
* 📖 docs(uploader): before-xhr-upload #1725 @richard1015
* 📖 docs(components): optimization @Drjingfubo

## v3.2.3

`2022-09-30`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
"version": "3.2.3",
"version": "3.2.4",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit 225ec3d

Please sign in to comment.