From 8a1a620e54f909481864bd112e9e11122882af8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E7=A7=8B?= <1273378004@qq.com> Date: Thu, 30 Sep 2021 11:35:53 +0800 Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9Amaven=E5=92=8Chapm=E5=8F=91?= =?UTF-8?q?=E5=B8=831.1.2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- changelog.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18aefd1..06b79aa 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ allprojects{ mavenCentral() } } -implementation 'io.openharmony.tpc.thirdlib:XPopup:1.1.1' +implementation 'io.openharmony.tpc.thirdlib:XPopup:1.1.2' ``` ## entry运行要求 diff --git a/changelog.md b/changelog.md index 6e52f6c..9ff8fde 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,11 @@ -## 1.1.1 +## 1.1.2 +1.修复所有弹窗在最新的模拟器(sdk6-release)显示位置异常的问题 + +2.修复所有弹窗在最新的模拟器(sdk6-release)按返回键不消失的问题 + +3.解决Commonent模式不能在AbilitySlice和Fraction中使用的问题 + +## 1.1.1 1.新增带气泡的Attach弹窗 2.增加单独给弹窗设置背景阴影色和动画时长的接口 -- Gitee