Skip to content

Commit 1bec404

Browse files
committed
提交 之前没有提交到插件市场的插件
1 parent d80d5ff commit 1bec404

File tree

9 files changed

+22
-16
lines changed

9 files changed

+22
-16
lines changed

uni_modules/uni-calendar/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.4.12(2024-09-21)
2+
- 修复 calendar在选择日期范围后重新选择日期需要点两次的Bug
13
## 1.4.11(2024-01-10)
24
- 修复 回到今天时,月份显示不一致问题
35
## 1.4.10(2023-04-10)

uni_modules/uni-calendar/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "uni-calendar",
33
"displayName": "uni-calendar 日历",
4-
"version": "1.4.11",
4+
"version": "1.4.12",
55
"description": "日历组件",
66
"keywords": [
77
"uni-ui",
@@ -44,7 +44,8 @@
4444
"platforms": {
4545
"cloud": {
4646
"tcb": "y",
47-
"aliyun": "y"
47+
"aliyun": "y",
48+
"alipay": "n"
4849
},
4950
"client": {
5051
"App": {
@@ -82,4 +83,4 @@
8283
}
8384
}
8485
}
85-
}
86+
}

uni_modules/uni-combox/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.0.2(2024-09-21)
2+
- 新增 clearAble属性
13
## 1.0.1(2021-11-23)
24
- 优化 label、label-width 属性
35
## 1.0.0(2021-11-19)

uni_modules/uni-combox/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "uni-combox",
33
"displayName": "uni-combox 组合框",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "可以选择也可以输入的表单项 ",
66
"keywords": [
77
"uni-ui",
@@ -17,11 +17,7 @@
1717
"directories": {
1818
"example": "../../temps/example_temps"
1919
},
20-
"dcloudext": {
21-
"category": [
22-
"前端组件",
23-
"通用组件"
24-
],
20+
"dcloudext": {
2521
"sale": {
2622
"regular": {
2723
"price": "0.00"
@@ -38,7 +34,8 @@
3834
"data": "",
3935
"permissions": ""
4036
},
41-
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
37+
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
38+
"type": "component-vue"
4239
},
4340
"uni_modules": {
4441
"dependencies": [
@@ -49,7 +46,8 @@
4946
"platforms": {
5047
"cloud": {
5148
"tcb": "y",
52-
"aliyun": "y"
49+
"aliyun": "y",
50+
"alipay": "n"
5351
},
5452
"client": {
5553
"App": {
@@ -87,4 +85,4 @@
8785
}
8886
}
8987
}
90-
}
88+
}

uni_modules/uni-countdown/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.2.4 (2024-09-3)
1+
## 1.2.42024-09-21)
22
- 新增 支持控制显示位数 默认显示2位
33
## 1.2.3(2024-02-20)
44
- 新增 支持控制小时,分钟的显隐:showHour showMinute

uni_modules/uni-countdown/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"platforms": {
4343
"cloud": {
4444
"tcb": "y",
45-
"aliyun": "y"
45+
"aliyun": "y",
46+
"alipay": "n"
4647
},
4748
"client": {
4849
"App": {

uni_modules/uni-datetime-picker/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.2.35(2024-09-11
1+
## 2.2.35(2024-09-21
22
- 修复 没有选中日期时点击确定直接报错的Bug [详情](https://ask.dcloud.net.cn/question/198168)
33
## 2.2.34(2024-04-24)
44
- 新增 日期点击事件,在点击日期时会触发该事件。

uni_modules/uni-popup/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.9.2(2024-09-21)
2+
- 修复 uni-popup在android上的重复点击弹出位置不正确的bug
13
## 1.9.1(2024-04-02)
24
- 修复 uni-popup-dialog vue3下使用value无法进行绑定的bug(双向绑定兼容旧写法)
35
## 1.9.0(2024-03-28)

uni_modules/uni-popup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "uni-popup",
33
"displayName": "uni-popup 弹出层",
4-
"version": "1.9.1",
4+
"version": "1.9.2",
55
"description": " Popup 组件,提供常用的弹层",
66
"keywords": [
77
"uni-ui",

0 commit comments

Comments
 (0)