@tplc/business 0.5.10 → 0.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/components/lcb-image/Image/index.vue +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.5.11](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.7...v0.5.11) (2025-10-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
9
|
+
|
|
10
|
+
* **release:** 0.5.10 ([73c5431](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/73c543155d9fa335e22762b6da94d44a411e1222))
|
|
11
|
+
* **release:** 0.5.8 ([45d7edf](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/45d7edf63b61948f2ba0673aae3ea3c8cda53c4d))
|
|
12
|
+
* **release:** 0.5.9 ([eb3203d](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/eb3203d62bd52848bff29e18164e6bfbdc162cab))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### ✨ Features | 新功能
|
|
16
|
+
|
|
17
|
+
* 支持 address ([c812459](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/c812459276927d7225cfff0dcd4ce1b3267723ea))
|
|
18
|
+
* 调整参数 ([fa298c9](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/fa298c94d7b34b3374f3d9fa82a22b50ccc8ac6d))
|
|
19
|
+
|
|
5
20
|
### [0.5.10](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.9...v0.5.10) (2025-10-10)
|
|
6
21
|
|
|
7
22
|
### [0.5.9](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.8...v0.5.9) (2025-10-10)
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
:style="{
|
|
15
15
|
boxShadow:
|
|
16
16
|
shadowColor && shadowSize ? `0px 0px ${blurSize}px ${shadowSize}px ${shadowColor}` : '',
|
|
17
|
+
borderRadius: transformValueUnit(imageRadius),
|
|
17
18
|
}"
|
|
18
19
|
>
|
|
19
20
|
<lcb-action-view v-bind="item.link" custom-class="w-full" v-if="item.url">
|
|
@@ -24,7 +25,6 @@
|
|
|
24
25
|
:mode="imageHeight ? 'aspectFill' : 'widthFix'"
|
|
25
26
|
:height="imageHeight ? transformValueUnit(imageHeight) : 'auto'"
|
|
26
27
|
custom-class="overflow-hidden block"
|
|
27
|
-
:radius="transformValueUnit(imageRadius)"
|
|
28
28
|
/>
|
|
29
29
|
</lcb-action-view>
|
|
30
30
|
<view
|