Skip to content

Commit a0607eb

Browse files
committed
publish v3.3.8
1 parent 3e0bdfc commit a0607eb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.3.8(2022-05-08)
2+
- 新增 同步 uni-ui@1.4.15
3+
- uni-data-picker 修复 字节小程序 本地数据无法选择下一级的Bug
4+
- uni-data-select 新增 记住上次的选项(仅 collection 存在时有效)
5+
- uni-search-bar 修复 vue3 input 事件不生效的bug
6+
- uni-search-bar 修复 多余代码导致的bug
7+
- uni-tooltip 更新 text 属性变更为 content
8+
- uni-tooltip 更新 移除 width 属性
9+
- uni-tooltip 修复 组件根 text 嵌套组件 warning
110
## 3.3.7(2022-04-06)
211
- 新增 更新扩展组件 uni-nav-bar、uni-list 的展示页面
312
## 3.3.6(2022-03-31)

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.3.7",
5+
"version": "3.3.8",
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)