Skip to content

Commit 7c9d39d

Browse files
committed
release: v3.2.1
1 parent ab52a95 commit 7c9d39d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v3.2.1
2+
3+
`2022-08-09`
4+
5+
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
6+
本次社区贡献者 @LadyChatterleyLover @zjyau @sushi-su
7+
8+
* :sparkles: 暗黑模式所有组件适配完成 @nutui-teams
9+
* :sparkles: feat(uploader): taro env before-xhr-upload #1535 @richard1015
10+
* :sparkles: chore(fixednav): add props active-color #1393 @LadyChatterleyLover @richard1015
11+
* :sparkles: feat(steps): 横向缺少点状步骤条样式 (#1540) @sushi-su
12+
* :sparkles: feat(cell、step、menu...): add props font-class-name、class-prefix (#1372) # @richard1015
13+
* :bug: fix: 🔥 Vue warn Failed to resolve component scroll-view (#1523) @yangxiaolu1993
14+
* :bug: fix(picker): 首次弹起点击确定无返回值bug @yangxiaolu1993
15+
* :bug: fix(numberkeyboard): props conflict issue #1486 (#1526) @Drjingfubo
16+
* :bug: fix(audiooperate): 修复打包结果d.ts中props的类型错误 (#1534) @eiinu
17+
* :bug: fix(tag): 修复 plain 与其他 prop 组合使用时未生效问题 #1472 (#1530) @eiinu
18+
* :bug: fix(swiper): 解决PC端轮播图滑动失效问题 #1217 (#1531) @eiinu
19+
* :bug: fix: card nut-pric错误 (#1536) @zjyau
20+
* 📖docs(menu): add install OverLay, Popup #1485 @richard1015
21+
* 🍭style(watermark、category、menu): edit sass @richard1015
22+
123
## v3.2.0
224

325
`2022-08-01`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutui/nutui",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
55
"main": "dist/nutui.umd.js",
66
"module": "dist/nutui.es.js",

0 commit comments

Comments
 (0)