We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df469f2 commit 0a9e8afCopy full SHA for 0a9e8af
uni_modules/uni-datetime-picker/changelog.md
@@ -1,3 +1,5 @@
1
+## 2.2.33(2024-04-15)
2
+- 修复 抖音小程序事件传递失效bug
3
## 2.2.32(2024-02-20)
4
- 修复 日历的close事件触发异常的bug [详情](https://github.com/dcloudio/uni-ui/issues/844)
5
## 2.2.31(2024-02-20)
uni_modules/uni-datetime-picker/package.json
@@ -1,7 +1,7 @@
{
"id": "uni-datetime-picker",
"displayName": "uni-datetime-picker 日期选择器",
- "version": "2.2.32",
+ "version": "2.2.33",
"description": "uni-datetime-picker 日期时间选择器,支持日历,支持范围选择",
6
"keywords": [
7
"uni-datetime-picker",
@@ -46,7 +46,8 @@
46
"platforms": {
47
"cloud": {
48
"tcb": "y",
49
- "aliyun": "y"
+ "aliyun": "y",
50
+ "alipay": "n"
51
},
52
"client": {
53
"App": {
0 commit comments