@tplc/business 0.7.48 → 0.7.49
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 +22 -0
- package/components/lcb-area/lcb-area.vue +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
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.7.49](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.45...v0.7.49) (2026-01-06)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ♻️ Code Refactoring | 代码重构
|
|
9
|
+
|
|
10
|
+
* **lcb-img-nav, lcb-tags:** restructure item properties for enhanced customization and consistency ([f669990](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/f6699906d64889c1582a15daf5b965fd00d42814))
|
|
11
|
+
* **lcb-img-nav:** update item styling properties to use rowItemProps for better customization ([8709982](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/8709982e6e81f907bdabcc1c004d56ea31ff1645))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### ✨ Features | 新功能
|
|
15
|
+
|
|
16
|
+
* **lcb-button:** add fontFamily prop to customize button text styling ([9f4ccd4](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/9f4ccd497cbf49f0bf406da3f805f0662ed21cfe))
|
|
17
|
+
* **lcb-img-nav:** add multi-line horizontal card layout with icon border customization ([34d1f27](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/34d1f27d0d8073eefcf3867ef6cc608d297de84c))
|
|
18
|
+
* **lcb-nav:** enhance navigation behavior for Alipay mini program with fallback icon and capsule offset adjustments ([1f72adc](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/1f72adc1cf8ee7b33f6619bf4923bb032e2c2a0c))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
22
|
+
|
|
23
|
+
* **release:** 0.7.46 ([e2763d0](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/e2763d06ddd6939c103716319b956342d5d45183))
|
|
24
|
+
* **release:** 0.7.47 ([a3f9c17](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/a3f9c17a11ebe5856dbb64c2391f77e73fc126ad))
|
|
25
|
+
* **release:** 0.7.48 ([1d08038](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/1d08038be82c4ae68c32855286a6ae0fe445a441))
|
|
26
|
+
|
|
5
27
|
### [0.7.48](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.47...v0.7.48) (2026-01-06)
|
|
6
28
|
|
|
7
29
|
|
|
@@ -192,7 +192,7 @@ const showArea = computed(() => {
|
|
|
192
192
|
return false
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
if (props.
|
|
195
|
+
if (props.compareType) {
|
|
196
196
|
const compareValue = `${props.dependKeyCompareValue}`
|
|
197
197
|
return compareValues(value, compareValue, props.compareType || '=')
|
|
198
198
|
}
|