Skip to content

Commit

Permalink
release: v3.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Jan 30, 2022
1 parent a98967b commit 38e9224
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
## v3.1.16

`2022-01-30` 此版本依赖 Taro 3.4.x

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

* :zap: feat(button): use taro button (#918) @Anberm
* :zap: feat(uploader): delete 事件增加文件下标字段 @richard1015
* :zap: chore(navbar): 底层tabs组件替换 (#971) @liqiong-lab
* :zap: chore(picker): 增加3d滚动效果、支持小程序场景使用 (#981) @yangxiaolu1993
* :bug: fix(taro env): taro failed resolve component @szg2008
* :bug: fix(tabbar): taro vue-router warn (#980) @Drjingfubo
* :bug: fix(icon): loading icon rotate bug @richard1015
* :bug: fix(input): 修复close 按钮清除延迟bug @ailululu
* :bug: fix(uploader): multiple 状态文件限制bug修复 @richard1015
* :bug: fix(menu): 页面内容过长滑动位置固定 bug @yangjinjun3
* :bug: fix(price,switch): vue warn @richard1015
* :zap: docs: 官网所有组件文档支持在线调试 @teams/nutui


## v3.1.15

`2022-01-21`
`2022-01-21` 此版本依赖 Taro 3.4.x

NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @Anberm@odex21
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.1.15",
"version": "3.1.16",
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
"main": "dist/nutui.umd.js",
"module": "dist/nutui.es.js",
Expand Down

0 comments on commit 38e9224

Please sign in to comment.