Skip to content

Commit

Permalink
提交 之前没有提交到插件市场的插件
Browse files Browse the repository at this point in the history
  • Loading branch information
GRCmade committed Sep 21, 2024
1 parent d80d5ff commit 1bec404
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 16 deletions.
2 changes: 2 additions & 0 deletions uni_modules/uni-calendar/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.4.12(2024-09-21)
- 修复 calendar在选择日期范围后重新选择日期需要点两次的Bug
## 1.4.11(2024-01-10)
- 修复 回到今天时,月份显示不一致问题
## 1.4.10(2023-04-10)
Expand Down
7 changes: 4 additions & 3 deletions uni_modules/uni-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-calendar",
"displayName": "uni-calendar 日历",
"version": "1.4.11",
"version": "1.4.12",
"description": "日历组件",
"keywords": [
"uni-ui",
Expand Down Expand Up @@ -44,7 +44,8 @@
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
"aliyun": "y",
"alipay": "n"
},
"client": {
"App": {
Expand Down Expand Up @@ -82,4 +83,4 @@
}
}
}
}
}
2 changes: 2 additions & 0 deletions uni_modules/uni-combox/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.0.2(2024-09-21)
- 新增 clearAble属性
## 1.0.1(2021-11-23)
- 优化 label、label-width 属性
## 1.0.0(2021-11-19)
Expand Down
16 changes: 7 additions & 9 deletions uni_modules/uni-combox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-combox",
"displayName": "uni-combox 组合框",
"version": "1.0.1",
"version": "1.0.2",
"description": "可以选择也可以输入的表单项 ",
"keywords": [
"uni-ui",
Expand All @@ -17,11 +17,7 @@
"directories": {
"example": "../../temps/example_temps"
},
"dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"dcloudext": {
"sale": {
"regular": {
"price": "0.00"
Expand All @@ -38,7 +34,8 @@
"data": "",
"permissions": ""
},
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue"
},
"uni_modules": {
"dependencies": [
Expand All @@ -49,7 +46,8 @@
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
"aliyun": "y",
"alipay": "n"
},
"client": {
"App": {
Expand Down Expand Up @@ -87,4 +85,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion uni_modules/uni-countdown/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.4 (2024-09-3)
## 1.2.42024-09-21)
- 新增 支持控制显示位数 默认显示2位
## 1.2.3(2024-02-20)
- 新增 支持控制小时,分钟的显隐:showHour showMinute
Expand Down
3 changes: 2 additions & 1 deletion uni_modules/uni-countdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
"aliyun": "y",
"alipay": "n"
},
"client": {
"App": {
Expand Down
2 changes: 1 addition & 1 deletion uni_modules/uni-datetime-picker/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.2.35(2024-09-11
## 2.2.35(2024-09-21
- 修复 没有选中日期时点击确定直接报错的Bug [详情](https://ask.dcloud.net.cn/question/198168)
## 2.2.34(2024-04-24)
- 新增 日期点击事件,在点击日期时会触发该事件。
Expand Down
2 changes: 2 additions & 0 deletions uni_modules/uni-popup/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.9.2(2024-09-21)
- 修复 uni-popup在android上的重复点击弹出位置不正确的bug
## 1.9.1(2024-04-02)
- 修复 uni-popup-dialog vue3下使用value无法进行绑定的bug(双向绑定兼容旧写法)
## 1.9.0(2024-03-28)
Expand Down
2 changes: 1 addition & 1 deletion uni_modules/uni-popup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-popup",
"displayName": "uni-popup 弹出层",
"version": "1.9.1",
"version": "1.9.2",
"description": " Popup 组件,提供常用的弹层",
"keywords": [
"uni-ui",
Expand Down

0 comments on commit 1bec404

Please sign in to comment.