Skip to content

Commit a2860c2

Browse files
committed
publish hello-uniapp@3.2.9
1 parent 27cddfa commit a2860c2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.2.9(2021-11-19)
2+
- 新增 uni-ui 以 uni_modules 方式引入,方便开发者从 hello-uniapp 中 copy 组件及示例
3+
- 优化 uni-ui 示例页面,完善组件示例
14
## 3.2.8(2021-11-10)
25
- 新增 适配飞书平台(lark)
36
## 3.2.7(2021-10-26)
@@ -7,8 +10,7 @@
710
- 优化 删除无用的 project.swan.json 文件
811
## 3.2.6(2021-10-08)
912
- 由于体验问题,暂时撤销 uni-ui 以 uni_modules 方式引入的修改
10-
## 3.2.5(2021-09-29)
11-
- 新增 uni-ui 以 uni_modules 方式引入,方便用户拷贝组件及示例
13+
1214
## 3.2.4(2021-09-07)
1315
- 修复 vue3 在 H5 编译报错的 bug
1416
- 新增 同步 uni-ui

common/uni.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ radio-group label, checkbox-group label{
274274
border-radius: 8rpx;
275275
margin:20rpx 0;
276276
position: relative;
277-
box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, .3);
277+
/* box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, .3); */
278278
}
279279
.uni-card-content {
280280
font-size: 30rpx;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "hello-uniapp",
33
"name": "hello-uniapp",
44
"displayName": "hello-uniapp 示例工程",
5-
"version": "3.2.8",
5+
"version": "3.2.9",
66
"description": "uni-app 框架示例,一套代码,同时发行到iOS、Android、H5、小程序等多个平台,请使用手机扫码快速体验 uni-app 的强大功能",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)