uview-pro 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 CHANGED
@@ -1,14 +1,24 @@
1
- ## 0.5.10(2026-02-28
2
-
3
- ### 🐛 Bug Fixes | Bug 修复
4
-
5
- - **useToast:** 修复useToast使用全局弹出时,某场景下弹出失败的问题 ([83b3d7b](https://github.com/anyup/uView-Pro/commit/83b3d7b64995a1801fdf6a33ff2ce0c99ecceaa6))
6
- - **useModal:** 修复useModal使用全局弹出时,某场景下弹出失败的问题 ([43f98ea](https://github.com/anyup/uView-Pro/commit/43f98ea4adda12e28cd1d906c36279f808b3ea32))
7
-
8
- ### 👥 Contributors
9
-
10
- <a href="https://github.com/anyup"><img src="https://github.com/anyup.png?size=40" width="40" height="40" alt="anyup" title="anyup"/></a>
11
-
1
+ ## 0.5.11(2026-03-02)
2
+
3
+ ### 🐛 Bug Fixes | Bug 修复
4
+
5
+ - **u-table:** 修复table文字换行后导致的行高度不一致,边框线错位的问题 ([b6b9c33](https://github.com/anyup/uView-Pro/commit/b6b9c33d41ac3adc6f6a1eb33edd50a355d267bf))
6
+
7
+ ### 👥 Contributors
8
+
9
+ <a href="https://github.com/anyup"><img src="https://github.com/anyup.png?size=40" width="40" height="40" alt="anyup" title="anyup"/></a>
10
+
11
+ ## 0.5.10(2026-02-28)
12
+
13
+ ### 🐛 Bug Fixes | Bug 修复
14
+
15
+ - **useToast:** 修复useToast使用全局弹出时,某场景下弹出失败的问题 ([83b3d7b](https://github.com/anyup/uView-Pro/commit/83b3d7b64995a1801fdf6a33ff2ce0c99ecceaa6))
16
+ - **useModal:** 修复useModal使用全局弹出时,某场景下弹出失败的问题 ([43f98ea](https://github.com/anyup/uView-Pro/commit/43f98ea4adda12e28cd1d906c36279f808b3ea32))
17
+
18
+ ### 👥 Contributors
19
+
20
+ <a href="https://github.com/anyup"><img src="https://github.com/anyup.png?size=40" width="40" height="40" alt="anyup" title="anyup"/></a>
21
+
12
22
  ## 0.5.9(2026-02-26)
13
23
 
14
24
  ### 🐛 Bug Fixes | Bug 修复
@@ -60,6 +60,6 @@ const tdStyle = computed(() => {
60
60
  color: $u-content-color;
61
61
  align-self: stretch;
62
62
  box-sizing: border-box;
63
- height: 100%;
63
+ // height: 100%;
64
64
  }
65
65
  </style>
@@ -6,10 +6,6 @@ u-th {
6
6
  align-self: stretch;
7
7
  }
8
8
 
9
- .u-td {
10
- height: 100%;
11
- }
12
-
13
9
  u-icon {
14
10
  display: inline-flex;
15
11
  align-items: center;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-pro",
3
3
  "name": "uview-pro",
4
4
  "displayName": "【支持鸿蒙】uView Pro|基于Vue3+TS的高质量UI组件库,支持多主题、暗黑模式、多语言",
5
- "version": "0.5.10",
5
+ "version": "0.5.11",
6
6
  "description": "uView Pro是基于Vue3+TS的多平台UI框架,提供80+高质量组件、便捷工具和常用模板,支持多主题、暗黑模式、多语言,支持H5/APP/鸿蒙/小程序多端开发。已在鸿蒙应用商店上架,欢迎体验!",
7
7
  "main": "index.ts",
8
8
  "module": "index.ts",