Skip to content

Commit

Permalink
release: v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjingfubo committed Sep 30, 2022
1 parent 6dc2282 commit 024de50
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
## v3.2.3

`2022-09-30`

小程序版本依赖 Taro3.5

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

* :sparkles: chore: taro env jd Adapter @richard1015
* :sparkles: chore: component types @szg2008
* :sparkles: chore: taro3.5 support @szg2008
* :sparkles: chore: updrade typescript to v4.8 @szg2008
* :sparkles: chore: style variables del animation #1689 #1375 @richard1015
* :sparkles: feat: add trendArrow component(#1660) @lkjh3214
* :zap: upd: change export module name @szg2008
* :zap: feat: validator 支持回传rule, 用以在自定义 validator 时获得配置在rule的属性来处理不同的逻辑, 含自定义属性 @yoyo837
* :zap: feat(form): add props rules属性, 可以统一配置每个FormItem的rules (#1704) @yoyo837
* :bug: fix(searchbar): textalign types @szg2008
* :bug: fix(components): docs and type optimization (#1661) @Drjingfubo
* :bug: fix(avatar): events callback undefined (#1686) @Drjingfubo
* :bug: fix(components): type optimization (#1666) @lkjh3214
* :bug: fix: 修复 ImagePreview 在Taro编译成H5后报错的问题 (#1687) @yangxiaolu1993
* :bug: test(trendarrow): test error @szg2008
* :bug: test(tabs,cascader): resolve test error (#1709) @szg2008
* :bug: fix(uploader): method clearUploadQueue #1597 @richard1015
* :bug: fix(uploader): before-delete support Promise #1672 @richard1015
* :bug: fix(picker): 在Taro中卡顿的问题 (#1685) @yangxiaolu1993
* :bug: fix(tabs): resolve conditional rendering issues #1500 (#1698) @Drjingfubo
* :bug: fix(form-item): tsx 类型捕获 (#1697) @yoyo837
* :bug: fix(barrage): add slot,demo及文档完善 (#1699) @Ymm0008
* :bug: fix(menu): 修复文档中部分错误 & 修复 taro 小程序下闪跳问题 #1541 (#1678) @eiinu
* :bug: fix(menu): remove taro menu-popup entry animation (#1703) @eiinu
* :bug: fix(tabbar): add default height (#1701) @jwaterwater
* :bug: fix(tabs): h5 add sticky props (#1707) @Drjingfubo
* :bug: fix(list): 组件事件不被触发 #1607 @szg2008
* :bug: test(list): test error #1607 @szg2008
* :bug: fix(divider,imagePreview,pagination): components optimization (#1705)@eiinu
📖 docs(components): optimization (#1662) @Drjingfubo
📖 docs(components): optimization (#1683) @Drjingfubo
📖 docs(imagePreview): type optimization (#1691) @Drjingfubo
📖 docs(infiniteloading): type load-icon props to string @szg2008
📖 docs(timeselect,overlay): edit (#1679) @eiinu
📖 docs(card): add click events (#1700) @Drjingfubo









## v3.2.2

`2022-09-08`
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.2",
"version": "3.2.3",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit 024de50

Please sign in to comment.