From d389f106abe7ac604f9735d02be6816ffcce5049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=A1=A5?= Date: Sat, 24 Sep 2022 00:33:07 +0800 Subject: [PATCH 01/13] update: 1.8.7 --- manifest.json | 2 +- uview-ui/libs/config/config.js | 4 ++-- uview-ui/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 02b0c4d7..b87a35d0 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "uView", "appid" : "__UNI__6655525", "description" : "多平台快速开发的UI框架", - "versionName" : "1.8.6", + "versionName" : "1.8.7", "versionCode" : "100", "transformPx" : false, "app-plus" : { diff --git a/uview-ui/libs/config/config.js b/uview-ui/libs/config/config.js index d77e9713..4f07e2f3 100644 --- a/uview-ui/libs/config/config.js +++ b/uview-ui/libs/config/config.js @@ -1,5 +1,5 @@ -// 此版本发布于2022-04-19 -let version = '1.8.6'; +// 此版本发布于2022-09-24 +let version = '1.8.7'; export default { v: version, diff --git a/uview-ui/package.json b/uview-ui/package.json index ff80541b..0ea64d16 100644 --- a/uview-ui/package.json +++ b/uview-ui/package.json @@ -1,6 +1,6 @@ { "name": "uview-ui", - "version": "1.8.6", + "version": "1.8.7", "description": "uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水", "main": "index.js", "keywords": [ From 8956c6552c0e3c913bb97a4461b08d5e74af1eea Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 26 Sep 2022 11:34:28 +0800 Subject: [PATCH 02/13] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84css=E5=B1=9E=E6=80=A7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uview-ui/components/u-slider/u-slider.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/uview-ui/components/u-slider/u-slider.vue b/uview-ui/components/u-slider/u-slider.vue index 6d21b929..94220abb 100644 --- a/uview-ui/components/u-slider/u-slider.vue +++ b/uview-ui/components/u-slider/u-slider.vue @@ -12,8 +12,8 @@ } ]" > - --- uview-ui/components/u-image/u-image.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uview-ui/components/u-image/u-image.vue b/uview-ui/components/u-image/u-image.vue index 8a890be5..0e299467 100644 --- a/uview-ui/components/u-image/u-image.vue +++ b/uview-ui/components/u-image/u-image.vue @@ -18,7 +18,7 @@ class="u-image__loading" :style="{ borderRadius: shape == 'circle' ? '50%' : $u.addUnit(borderRadius), - backgroundColor: this.bgColor + backgroundColor: bgColor }" > From 274240537801f6b1a68707ed6ea0647d3a8a15d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=A1=A5?= Date: Sun, 1 Jan 2023 22:42:05 +0800 Subject: [PATCH 04/13] chore: LICENSE --- LICENSE | 4 ++-- uview-ui/LICENSE | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 8e39eada..4db40efe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 www.uviewui.com +Copyright (c) 2023 www.uviewui.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/uview-ui/LICENSE b/uview-ui/LICENSE index 8e39eada..4db40efe 100644 --- a/uview-ui/LICENSE +++ b/uview-ui/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 www.uviewui.com +Copyright (c) 2023 www.uviewui.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. From 845bf2591a706f78e0dbd56a2b7c27d6cf2dbb62 Mon Sep 17 00:00:00 2001 From: Jack <49584064+zhong1998@users.noreply.github.com> Date: Mon, 27 Mar 2023 01:30:09 +0800 Subject: [PATCH 05/13] =?UTF-8?q?=20=20=20=E6=8A=8Ablock=E6=94=B9=E4=B8=BA?= =?UTF-8?q?template=20(#1266)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uview-ui/components/u-line-progress/u-line-progress.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uview-ui/components/u-line-progress/u-line-progress.vue b/uview-ui/components/u-line-progress/u-line-progress.vue index 77e2da20..16c47a94 100644 --- a/uview-ui/components/u-line-progress/u-line-progress.vue +++ b/uview-ui/components/u-line-progress/u-line-progress.vue @@ -10,9 +10,9 @@ striped && stripedActive ? 'u-striped-active' : '' ]" class="u-active" :style="[progressStyle]"> - + @@ -102,7 +102,7 @@