Commit 1bec404 1 parent d80d5ff commit 1bec404 Copy full SHA for 1bec404
File tree 9 files changed +22
-16
lines changed
9 files changed +22
-16
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.4.12(2024-09-21)
2
+ - 修复 calendar在选择日期范围后重新选择日期需要点两次的Bug
1
3
## 1.4.11(2024-01-10)
2
4
- 修复 回到今天时,月份显示不一致问题
3
5
## 1.4.10(2023-04-10)
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " uni-calendar" ,
3
3
"displayName" : " uni-calendar 日历" ,
4
- "version" : " 1.4.11 " ,
4
+ "version" : " 1.4.12 " ,
5
5
"description" : " 日历组件" ,
6
6
"keywords" : [
7
7
" uni-ui" ,
44
44
"platforms" : {
45
45
"cloud" : {
46
46
"tcb" : " y" ,
47
- "aliyun" : " y"
47
+ "aliyun" : " y" ,
48
+ "alipay" : " n"
48
49
},
49
50
"client" : {
50
51
"App" : {
82
83
}
83
84
}
84
85
}
85
- }
86
+ }
Original file line number Diff line number Diff line change
1
+ ## 1.0.2(2024-09-21)
2
+ - 新增 clearAble属性
1
3
## 1.0.1(2021-11-23)
2
4
- 优化 label、label-width 属性
3
5
## 1.0.0(2021-11-19)
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " uni-combox" ,
3
3
"displayName" : " uni-combox 组合框" ,
4
- "version" : " 1.0.1 " ,
4
+ "version" : " 1.0.2 " ,
5
5
"description" : " 可以选择也可以输入的表单项 " ,
6
6
"keywords" : [
7
7
" uni-ui" ,
17
17
"directories" : {
18
18
"example" : " ../../temps/example_temps"
19
19
},
20
- "dcloudext" : {
21
- "category" : [
22
- " 前端组件" ,
23
- " 通用组件"
24
- ],
20
+ "dcloudext" : {
25
21
"sale" : {
26
22
"regular" : {
27
23
"price" : " 0.00"
38
34
"data" : " 无" ,
39
35
"permissions" : " 无"
40
36
},
41
- "npmurl" : " https://www.npmjs.com/package/@dcloudio/uni-ui"
37
+ "npmurl" : " https://www.npmjs.com/package/@dcloudio/uni-ui" ,
38
+ "type" : " component-vue"
42
39
},
43
40
"uni_modules" : {
44
41
"dependencies" : [
49
46
"platforms" : {
50
47
"cloud" : {
51
48
"tcb" : " y" ,
52
- "aliyun" : " y"
49
+ "aliyun" : " y" ,
50
+ "alipay" : " n"
53
51
},
54
52
"client" : {
55
53
"App" : {
87
85
}
88
86
}
89
87
}
90
- }
88
+ }
Original file line number Diff line number Diff line change 1
- ## 1.2.4 ( 2024-09-3)
1
+ ## 1.2.4( 2024-09-21)
2
2
- 新增 支持控制显示位数 默认显示2位
3
3
## 1.2.3(2024-02-20)
4
4
- 新增 支持控制小时,分钟的显隐:showHour showMinute
Original file line number Diff line number Diff line change 42
42
"platforms" : {
43
43
"cloud" : {
44
44
"tcb" : " y" ,
45
- "aliyun" : " y"
45
+ "aliyun" : " y" ,
46
+ "alipay" : " n"
46
47
},
47
48
"client" : {
48
49
"App" : {
Original file line number Diff line number Diff line change 1
- ## 2.2.35(2024-09-11 )
1
+ ## 2.2.35(2024-09-21 )
2
2
- 修复 没有选中日期时点击确定直接报错的Bug [ 详情] ( https://ask.dcloud.net.cn/question/198168 )
3
3
## 2.2.34(2024-04-24)
4
4
- 新增 日期点击事件,在点击日期时会触发该事件。
Original file line number Diff line number Diff line change
1
+ ## 1.9.2(2024-09-21)
2
+ - 修复 uni-popup在android上的重复点击弹出位置不正确的bug
1
3
## 1.9.1(2024-04-02)
2
4
- 修复 uni-popup-dialog vue3下使用value无法进行绑定的bug(双向绑定兼容旧写法)
3
5
## 1.9.0(2024-03-28)
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " uni-popup" ,
3
3
"displayName" : " uni-popup 弹出层" ,
4
- "version" : " 1.9.1 " ,
4
+ "version" : " 1.9.2 " ,
5
5
"description" : " Popup 组件,提供常用的弹层" ,
6
6
"keywords" : [
7
7
" uni-ui" ,
You can’t perform that action at this time.
0 commit comments