uview-pro 0.0.20 → 0.0.22

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.
Files changed (236) hide show
  1. package/changelog.md +363 -305
  2. package/components/u-action-sheet/types.ts +35 -35
  3. package/components/u-action-sheet/u-action-sheet.vue +160 -160
  4. package/components/u-alert-tips/types.ts +39 -39
  5. package/components/u-alert-tips/u-alert-tips.vue +212 -212
  6. package/components/u-avatar/types.ts +34 -34
  7. package/components/u-avatar/u-avatar.vue +193 -193
  8. package/components/u-avatar-cropper/types.ts +23 -23
  9. package/components/u-avatar-cropper/u-avatar-cropper.vue +286 -286
  10. package/components/u-avatar-cropper/weCropper.d.ts +62 -62
  11. package/components/u-avatar-cropper/weCropper.js +1253 -1253
  12. package/components/u-avatar-cropper/weCropper.ts +1255 -1255
  13. package/components/u-back-top/types.ts +39 -39
  14. package/components/u-back-top/u-back-top.vue +125 -125
  15. package/components/u-badge/types.ts +36 -36
  16. package/components/u-badge/u-badge.vue +165 -165
  17. package/components/u-button/types.ts +66 -66
  18. package/components/u-button/u-button.vue +556 -554
  19. package/components/u-calendar/types.ts +63 -63
  20. package/components/u-calendar/u-calendar.vue +592 -592
  21. package/components/u-car-keyboard/types.ts +12 -12
  22. package/components/u-car-keyboard/u-car-keyboard.vue +234 -234
  23. package/components/u-card/types.ts +59 -59
  24. package/components/u-card/u-card.vue +194 -194
  25. package/components/u-cell-group/types.ts +17 -17
  26. package/components/u-cell-group/u-cell-group.vue +50 -50
  27. package/components/u-cell-item/types.ts +54 -54
  28. package/components/u-cell-item/u-cell-item.vue +202 -202
  29. package/components/u-checkbox/types.ts +31 -31
  30. package/components/u-checkbox/u-checkbox.vue +267 -267
  31. package/components/u-checkbox-group/types.ts +32 -32
  32. package/components/u-checkbox-group/u-checkbox-group.vue +79 -79
  33. package/components/u-circle-progress/types.ts +52 -52
  34. package/components/u-circle-progress/u-circle-progress.vue +187 -189
  35. package/components/u-city-select/types.ts +20 -20
  36. package/components/u-city-select/u-city-select.vue +236 -236
  37. package/components/u-col/types.ts +30 -30
  38. package/components/u-col/u-col.vue +123 -123
  39. package/components/u-collapse/types.ts +31 -31
  40. package/components/u-collapse/u-collapse.vue +68 -68
  41. package/components/u-collapse-item/types.ts +25 -25
  42. package/components/u-collapse-item/u-collapse-item.vue +176 -176
  43. package/components/u-column-notice/types.ts +48 -48
  44. package/components/u-column-notice/u-column-notice.vue +176 -176
  45. package/components/u-count-down/types.ts +42 -42
  46. package/components/u-count-down/u-count-down.vue +258 -258
  47. package/components/u-count-to/types.ts +32 -32
  48. package/components/u-count-to/u-count-to.vue +241 -241
  49. package/components/u-divider/types.ts +31 -31
  50. package/components/u-divider/u-divider.vue +121 -121
  51. package/components/u-dropdown/types.ts +32 -32
  52. package/components/u-dropdown/u-dropdown.vue +289 -289
  53. package/components/u-dropdown-item/types.ts +27 -27
  54. package/components/u-dropdown-item/u-dropdown-item.vue +123 -123
  55. package/components/u-empty/types.ts +36 -36
  56. package/components/u-empty/u-empty.vue +88 -88
  57. package/components/u-field/types.ts +69 -69
  58. package/components/u-field/u-field.vue +354 -354
  59. package/components/u-full-screen/types.ts +14 -14
  60. package/components/u-full-screen/u-full-screen.vue +82 -82
  61. package/components/u-gap/types.ts +18 -18
  62. package/components/u-gap/u-gap.vue +40 -40
  63. package/components/u-grid/types.ts +19 -19
  64. package/components/u-grid/u-grid.vue +93 -93
  65. package/components/u-grid-item/types.ts +16 -16
  66. package/components/u-grid-item/u-grid-item.vue +130 -130
  67. package/components/u-icon/types.ts +62 -62
  68. package/components/u-icon/u-icon.vue +274 -274
  69. package/components/u-image/types.ts +51 -51
  70. package/components/u-image/u-image.vue +222 -222
  71. package/components/u-index-anchor/types.ts +16 -16
  72. package/components/u-index-anchor/u-index-anchor.vue +86 -86
  73. package/components/u-index-list/types.ts +43 -43
  74. package/components/u-index-list/u-index-list.vue +355 -355
  75. package/components/u-input/types.ts +140 -140
  76. package/components/u-input/u-input.vue +255 -255
  77. package/components/u-keyboard/types.ts +40 -40
  78. package/components/u-keyboard/u-keyboard.vue +158 -158
  79. package/components/u-lazy-load/types.ts +37 -37
  80. package/components/u-lazy-load/u-lazy-load.vue +233 -233
  81. package/components/u-line/types.ts +44 -44
  82. package/components/u-line/u-line.vue +59 -59
  83. package/components/u-line-progress/types.ts +58 -58
  84. package/components/u-line-progress/u-line-progress.vue +109 -109
  85. package/components/u-link/types.ts +43 -43
  86. package/components/u-link/u-link.vue +75 -75
  87. package/components/u-loading/types.ts +35 -35
  88. package/components/u-loading/u-loading.vue +90 -90
  89. package/components/u-loading-popup/types.ts +26 -26
  90. package/components/u-loading-popup/u-loading-popup.vue +239 -239
  91. package/components/u-loadmore/types.ts +79 -79
  92. package/components/u-loadmore/u-loadmore.vue +140 -140
  93. package/components/u-mask/types.ts +43 -43
  94. package/components/u-mask/u-mask.vue +106 -106
  95. package/components/u-message-input/types.ts +74 -74
  96. package/components/u-message-input/u-message-input.vue +255 -255
  97. package/components/u-modal/types.ts +118 -118
  98. package/components/u-modal/u-modal.vue +204 -200
  99. package/components/u-navbar/types.ts +103 -103
  100. package/components/u-navbar/u-navbar.vue +226 -226
  101. package/components/u-no-network/image.ts +2 -2
  102. package/components/u-no-network/types.ts +28 -28
  103. package/components/u-no-network/u-no-network.vue +290 -290
  104. package/components/u-notice-bar/types.ts +111 -111
  105. package/components/u-notice-bar/u-notice-bar.vue +174 -174
  106. package/components/u-number-box/types.ts +42 -42
  107. package/components/u-number-box/u-number-box.vue +312 -312
  108. package/components/u-number-keyboard/types.ts +26 -26
  109. package/components/u-number-keyboard/u-number-keyboard.vue +166 -166
  110. package/components/u-picker/types.ts +123 -111
  111. package/components/u-picker/u-picker.vue +637 -637
  112. package/components/u-popup/types.ts +59 -59
  113. package/components/u-popup/u-popup.vue +359 -359
  114. package/components/u-radio/types.ts +25 -25
  115. package/components/u-radio/u-radio.vue +258 -258
  116. package/components/u-radio-group/types.ts +29 -29
  117. package/components/u-radio-group/u-radio-group.vue +98 -98
  118. package/components/u-rate/types.ts +40 -40
  119. package/components/u-rate/u-rate.vue +234 -234
  120. package/components/u-read-more/types.ts +35 -35
  121. package/components/u-read-more/u-read-more.vue +150 -150
  122. package/components/u-row/types.ts +20 -20
  123. package/components/u-row/u-row.vue +87 -87
  124. package/components/u-row-notice/types.ts +39 -39
  125. package/components/u-row-notice/u-row-notice.vue +213 -213
  126. package/components/u-safe-bottom/u-safe-bottom.vue +46 -0
  127. package/components/u-search/types.ts +53 -53
  128. package/components/u-search/u-search.vue +256 -256
  129. package/components/u-section/types.ts +32 -32
  130. package/components/u-section/u-section.vue +125 -125
  131. package/components/u-select/types.ts +43 -43
  132. package/components/u-select/u-select.vue +361 -361
  133. package/components/u-skeleton/types.ts +20 -20
  134. package/components/u-skeleton/u-skeleton.vue +205 -205
  135. package/components/u-slider/types.ts +32 -32
  136. package/components/u-slider/u-slider.vue +238 -238
  137. package/components/u-status-bar/u-status-bar.vue +65 -0
  138. package/components/u-steps/types.ts +28 -28
  139. package/components/u-steps/u-steps.vue +160 -160
  140. package/components/u-sticky/types.ts +22 -22
  141. package/components/u-sticky/u-sticky.vue +159 -159
  142. package/components/u-subsection/types.ts +36 -36
  143. package/components/u-subsection/u-subsection.vue +328 -328
  144. package/components/u-swipe-action/types.ts +50 -50
  145. package/components/u-swipe-action/u-swipe-action.vue +253 -253
  146. package/components/u-swiper/types.ts +47 -47
  147. package/components/u-swiper/u-swiper.vue +266 -266
  148. package/components/u-switch/types.ts +28 -28
  149. package/components/u-switch/u-switch.vue +136 -128
  150. package/components/u-tabbar/types.ts +36 -36
  151. package/components/u-tabbar/u-tabbar.vue +280 -280
  152. package/components/u-table/types.ts +25 -25
  153. package/components/u-table/u-table.vue +55 -55
  154. package/components/u-tabs/types.ts +51 -51
  155. package/components/u-tabs/u-tabs.vue +284 -284
  156. package/components/u-tabs-swiper/types.ts +53 -53
  157. package/components/u-tabs-swiper/u-tabs-swiper.vue +379 -379
  158. package/components/u-tag/types.ts +37 -37
  159. package/components/u-tag/u-tag.vue +244 -244
  160. package/components/u-td/types.ts +12 -12
  161. package/components/u-td/u-td.vue +87 -69
  162. package/components/u-th/types.ts +12 -12
  163. package/components/u-th/u-th.vue +81 -63
  164. package/components/u-time-line/u-time-line.vue +39 -39
  165. package/components/u-time-line-item/types.ts +14 -14
  166. package/components/u-time-line-item/u-time-line-item.vue +78 -78
  167. package/components/u-toast/types.ts +36 -36
  168. package/components/u-toast/u-toast.vue +233 -233
  169. package/components/u-top-tips/types.ts +14 -14
  170. package/components/u-top-tips/u-top-tips.vue +113 -113
  171. package/components/u-tr/types.ts +8 -8
  172. package/components/u-tr/u-tr.vue +24 -24
  173. package/components/u-upload/types.ts +74 -71
  174. package/components/u-upload/u-upload.vue +545 -545
  175. package/components/u-verification-code/types.ts +22 -22
  176. package/components/u-verification-code/u-verification-code.vue +164 -164
  177. package/components/u-waterfall/types.ts +16 -16
  178. package/components/u-waterfall/u-waterfall.vue +175 -175
  179. package/iconfont.css +912 -910
  180. package/index.scss +23 -23
  181. package/index.ts +195 -195
  182. package/libs/config/config.ts +26 -26
  183. package/libs/config/zIndex.ts +37 -37
  184. package/libs/css/color.scss +155 -155
  185. package/libs/css/common.scss +178 -176
  186. package/libs/css/style.components.scss +7 -7
  187. package/libs/css/style.h5.scss +8 -8
  188. package/libs/css/style.mp.scss +72 -72
  189. package/libs/css/style.nvue.scss +3 -3
  190. package/libs/css/style.vue.scss +177 -175
  191. package/libs/function/$parent.ts +21 -22
  192. package/libs/function/addUnit.ts +13 -13
  193. package/libs/function/color.ts +37 -37
  194. package/libs/function/colorGradient.ts +125 -125
  195. package/libs/function/debounce.ts +28 -28
  196. package/libs/function/deepClone.ts +39 -39
  197. package/libs/function/deepMerge.ts +34 -34
  198. package/libs/function/getParent.ts +59 -59
  199. package/libs/function/getRect.ts +26 -26
  200. package/libs/function/guid.ts +42 -42
  201. package/libs/function/md5.ts +391 -399
  202. package/libs/function/parent.ts +21 -21
  203. package/libs/function/queryParams.ts +60 -60
  204. package/libs/function/random.ts +16 -16
  205. package/libs/function/randomArray.ts +11 -11
  206. package/libs/function/route.ts +118 -118
  207. package/libs/function/styleUtils.ts +83 -0
  208. package/libs/function/sys.ts +15 -15
  209. package/libs/function/test.ts +229 -229
  210. package/libs/function/throttle.ts +31 -31
  211. package/libs/function/timeFormat.ts +54 -54
  212. package/libs/function/timeFrom.ts +48 -48
  213. package/libs/function/toast.ts +14 -14
  214. package/libs/function/trim.ts +21 -21
  215. package/libs/function/type2icon.ts +36 -36
  216. package/libs/hooks/useEmitter.ts +77 -77
  217. package/libs/hooks/useParent.ts +29 -29
  218. package/libs/request/auto-http.ts +76 -76
  219. package/libs/request/index.ts +223 -223
  220. package/libs/store/index.ts +88 -88
  221. package/libs/util/area.ts +3771 -1
  222. package/libs/util/async-validator.d.ts +62 -62
  223. package/libs/util/async-validator.js +1368 -1356
  224. package/libs/util/city.ts +432 -1
  225. package/libs/util/emitter.ts +102 -112
  226. package/libs/util/mitt.ts +115 -118
  227. package/libs/util/parent.ts +20 -20
  228. package/libs/util/province.ts +37 -1
  229. package/package.json +1 -1
  230. package/readme.md +231 -231
  231. package/theme.scss +38 -38
  232. package/types/components.d.ts +95 -95
  233. package/types/global.d.ts +221 -221
  234. package/types/ignore-errors.d.ts +30 -30
  235. package/types/index.d.ts +90 -90
  236. package/types/uni-app.d.ts +63 -63
package/changelog.md CHANGED
@@ -1,305 +1,363 @@
1
- ## 0.0.20(2025-09-08
2
-
3
- ### ♻️ Code Refactoring | 代码重构
4
-
5
- - 优化http使用示例 ([39d0910](https://github.com/anyup/uView-Pro/commit/39d091056dc1e335625ce884aade35c8bd11ee6f))
6
-
7
- ### 📝 Documentation | 文档
8
-
9
- - 更新微信交流群图片 ([21bbec1](https://github.com/anyup/uView-Pro/commit/21bbec14937ee52b225d1f415d90aecbe4d4950f))
10
-
11
- ### 🚀 Chore | 构建/工程依赖/工具
12
-
13
- - update project configuration and add prettier support ([74a714d](https://github.com/anyup/uView-Pro/commit/74a714ddc30dc0c2c5a6389f254f1e2c922d905e))
14
-
15
- ### 🐛 Bug Fixes | Bug 修复
16
-
17
- - 修复微信小程序环境下 http interceptor 的路径问题 ([6db4db8](https://github.com/anyup/uView-Pro/commit/6db4db89ef1ab22e3051a6ee944ba44430aa3474))
18
-
19
- ### 👷 Continuous Integration | CI 配置
20
-
21
- - update husky pre-commit ([dd04f9a](https://github.com/anyup/uView-Pro/commit/dd04f9a8f2ebdbec37a148e1cf2fa3280c1ab2cd))
22
-
23
- ## 0.0.19(2025-09-04)
24
-
25
- ### 🐛 Bug Fixes | Bug 修复
26
-
27
- - include uview-pro changelog.md in release commit ([18d902d](https://github.com/anyup/uView-Pro/commit/18d902db2bba4f8f574d7b3b72be218747525bb9))
28
-
29
- ### 📝 Documentation | 文档
30
-
31
- - update uview pro changelog ([31261db](https://github.com/anyup/uView-Pro/commit/31261dbd6b17aea8126a43def1912324b782096e))
32
-
33
- ### ♻️ Code Refactoring | 代码重构
34
-
35
- - 移除 uni-http 模块 ([5f21735](https://github.com/anyup/uView-Pro/commit/5f2173503cc904fb0a7fa2abd3ed3b9dbe09aeb2))
36
-
37
- ### ✨ Features | 新功能
38
-
39
- - 新增http请求模块并实现插件化 ([31c6f88](https://github.com/anyup/uView-Pro/commit/31c6f880d12e586d445faddcc1a3910fda9926bc))
40
- - 增强 toast 工具函数的灵活性 ([2232054](https://github.com/anyup/uView-Pro/commit/22320540acee36c6c11688387431a4ddba93520f))
41
- - 添加 HTTP 请求拦截器和配置示例代码 ([aba7cf9](https://github.com/anyup/uView-Pro/commit/aba7cf97ed2424432da51be1841aa17a5a2d7932))
42
-
43
- ## 0.0.18(2025-09-03)
44
-
45
- ### 🚀 Chore | 构建/工程依赖/工具
46
-
47
- - update release script for better version management ([b64f38f](https://github.com/anyup/uView-Pro/commit/b64f38fea28de39c99cdf84f7e767aa7ceac1344))
48
-
49
- ### 🐛 Bug Fixes | Bug 修复
50
-
51
- - **u-checkbox:** 兼容头条小程序获取父组件数据不支持provide/inject的写法 ([498e12e](https://github.com/anyup/uView-Pro/commit/498e12e2f3aa52021d1be282426536b45f39ca6a))
52
-
53
- ### 👷 Continuous Integration | CI 配置
54
-
55
- - optimize changelog generation and spacing ([3103e7b](https://github.com/anyup/uView-Pro/commit/3103e7b56a0e2dd0392efdb6a85824b11ef6800c))
56
-
57
- ## 0.0.17(2025-09-02)
58
-
59
- ### ♻️ Code Refactoring | 代码重构
60
-
61
- - 瀑布流组件示例代码重构为 Vue3 ([93949ad](https://github.com/anyup/uView-Pro/commit/93949ad8ae2a36c6130f87340c222ab9ec69d21f))
62
-
63
- ### Features | 新功能
64
-
65
- - 新增组件 u-loading-popup,一个可以配置的加载提示弹窗 ([6245df9](https://github.com/anyup/uView-Pro/commit/6245df951034b06225ab36d3f18cae8e7ab4b329))
66
- - 新增 Loading 加载弹窗组件的示例页面 ([1bce868](https://github.com/anyup/uView-Pro/commit/1bce86810863012c5a73104ca0a85ebacb4aa92a))
67
-
68
- ### 🐛 Bug Fixes | Bug 修复
69
-
70
- - 修复瀑布流组件 u-waterfll,暴露 celar/remove/modify 方法 ([240e023](https://github.com/anyup/uView-Pro/commit/240e0238af092d4c6bde86d0db9e49636b806d6f))
71
-
72
- ## 0.0.15(2025-08-30)
73
-
74
- ### ✨ Features | 新功能
75
-
76
- - 优化 u-image 组件 slot 使用体验,兼容头条小程序 ([a6ca54f](https://github.com/anyup/uView-Pro/commit/a6ca54fce06b20b7a6938d0bef9342954b787641))
77
-
78
- ### ♻️ Bug Fixes | Bug 修复
79
-
80
- - 优化 label 的声明错误问题 ([314c394](https://github.com/anyup/uView-Pro/commit/314c3940145c657b12f16d005af7d271f4ae74e3))
81
- - 优化头条小程序 form 表单校验的兼容性问题 ([3912fd6](https://github.com/anyup/uView-Pro/commit/3912fd6ade3a1d612f6f5e86ddc0336376ee5618))
82
-
83
- ## 0.0.14(2025-08-28)
84
-
85
- ### 🐛 Bug Fixes | Bug 修复
86
-
87
- - 修复使用 u-swipe-action 右边会出现一条背景线的 bug ([a5b60c6](https://github.com/anyup/uView-Pro/commit/a5b60c6485120e164c0e0c29eea3b765c10f9aac))
88
-
89
- ## 0.0.13(2025-08-27)
90
-
91
- ### 🐛 Bug Fixes | Bug 修复
92
-
93
- - 修复 count-down 组件暴露 start 和 end 方法 ([0f42a01](https://github.com/anyup/uView-Pro/commit/0f42a01f55aa6799f57eb93dc5d029b06115b154))
94
-
95
- ## 0.0.12(2025-08-27)
96
-
97
- ### 🐛 Bug Fixes | Bug 修复
98
-
99
- - 优化 async-validator 文件多余注释导致的问题 ([f06c80d](https://github.com/anyup/uView-Pro/commit/f06c80d57e61e7b75f1384fe89f309b8a0e379fa))
100
-
101
- ## 0.0.11(2025-08-26
102
-
103
- ### ♻️ Code Refactoring | 代码重构
104
-
105
- - 取消 async-validator ts 检查 ([772a729](https://github.com/anyup/uView-Pro/commit/772a729164f2cb268a886b6749e4a58846ebb3dc))
106
- - 移除 u-tr 未使用的类型导入和属性定义 ([46ce459](https://github.com/anyup/uView-Pro/commit/46ce4590166a30a0eb048110efc046095a87f6e8))
107
-
108
- ### 🐛 Bug Fixes | Bug 修复
109
-
110
- - 修复 u-count-down 倒计时符号显示逻辑 ([a4c9498](https://github.com/anyup/uView-Pro/commit/a4c94986b020c5ac0fdf92bde3c7b79cdfbedbe8))
111
-
112
- ## 0.0.10(2025-08-26)
113
-
114
- ### ✨ Features | 新功能
115
-
116
- - 添加 easycom 组件自动扫描 ([b125039](https://github.com/anyup/uView-Pro/commit/b1250390a4f594f5deaa133d7a92bd6e72707890))
117
- - 增强 u-select 组件的类型安全和功能 ([38635e9](https://github.com/anyup/uView-Pro/commit/38635e963f9eff6e4c730692e8c97f10b3a092c5))
118
-
119
- ## 0.0.9(2025-08-25)
120
-
121
- ### ♻️ Code Refactoring | 代码重构
122
-
123
- - 优化全局工具导出方式 ([7a80b6f](https://github.com/anyup/uView-Pro/commit/7a80b6f99ad3022ca995f99f8ec6803af7941eb9))
124
-
125
- ## 0.0.8(2025-08-25)
126
-
127
- ### ♻️ Code Refactoring | 代码重构
128
-
129
- - 重构组件 Props 属性定义,每个组件具有完善的 ts 类型定义 ([8cc0de7](https://github.com/anyup/uView-Pro/commit/8cc0de7c1527b48dd223d89207135eea01766294))
130
- - 重构类型定义并统一到全局类型文件 global types ([b0fd010](https://github.com/anyup/uView-Pro/commit/b0fd0107289eb1c6df2f58d91b63d9b25902caee))
131
-
132
- ## 0.0.7(2025-08-21)
133
-
134
- ### 🐛 Bug Fixes | Bug 修复
135
-
136
- - 修复中 tabbar 布局高度计算错误的问题 ([5c1342c](https://github.com/anyup/uView-Pro/commit/5c1342cb3fb6dd2c7c84fe785953fcaed13e809f))
137
-
138
- ### 📦‍ Build System | 打包构建
139
-
140
- - 更新项目依赖并优化打包构建 ([c172d36](https://github.com/anyup/uView-Pro/commit/c172d368d82404564650756a872cd7c7e29ebfa2))
141
-
142
- ## 0.0.5(2025-08-19)
143
-
144
- ### ✨ Features | 新功能
145
-
146
- - 新增 u-city-select 城市选择器组件 ([0eb4806](https://github.com/anyup/uView-Pro/commit/0eb4806db3be39e1a6c6f33c9ea511d8445da884))
147
- - 完善 u-button 的 open-type 支持类型 ([37c0db5](https://github.com/anyup/uView-Pro/commit/37c0db527258bca57dbd55d7013b633230489853))
148
-
149
- ### 🐛 Bug Fixes | Bug 修复
150
-
151
- - u-upload 暴露 lists 属性 ([09f8424](https://github.com/anyup/uView-Pro/commit/09f8424774baaee3b6fc7a42458949f8d5903951))
152
- - u-upload 深度监听文件列表变化并优化事件触发 ([a41a571](https://github.com/anyup/uView-Pro/commit/a41a5719ddf9d6793b78c55a13025bbdc88fdfe3))
153
-
154
- ### 🚀 Demos | 示例页面优化
155
-
156
- - 优化关于页面布局和内容 ([ad5f6a4](https://github.com/anyup/uView-Pro/commit/ad5f6a47847999268b43b8c5dbf1a34cb8f70802))
157
- - 删除分类数据文件 ([5ed7a11](https://github.com/anyup/uView-Pro/commit/5ed7a1113db58ff493ad606296a210358348affe))
158
- - 重构 index list 页面 ([13d780e](https://github.com/anyup/uView-Pro/commit/13d780ea5acc4c8eed72062482735df826d4b37a))
159
- - 更新商场菜单组件引用 ([a5f1bf3](https://github.com/anyup/uView-Pro/commit/a5f1bf3f256705d6cad028d60701b4b0544332de))
160
- - 修改图片地址 ([c459893](https://github.com/anyup/uView-Pro/commit/c459893848936aa9a44e7bda3277ab1428109869))
161
- - 重构 upload 上传组件示例页面 ([686831d](https://github.com/anyup/uView-Pro/commit/686831de357aca67bbf7015e2f0696cf6bf48164))
162
- - 优化多个组件的代码结构和样式 ([f2af44c](https://github.com/anyup/uView-Pro/commit/f2af44ca1710334495e4c4fad99d04027b3788f8))
163
- - 添加提交规范相关配置文件 git-cz/husky/changelog ([d93b816](https://github.com/anyup/uView-Pro/commit/d93b816a5a3e468c4bc45e3161d7c006cba5fbf6))
164
- - 优化 deepClone deepMerge 页面的结果展示 ([b0daa70](https://github.com/anyup/uView-Pro/commit/b0daa700b6a385e037d38dc1f10b3612596e2403))
165
- - 新增优惠券模板 ([1b77762](https://github.com/anyup/uView-Pro/commit/1b777621615f7ebe9d83606d53650987c8b2c4e0))
166
- - 更新 easycom 配置说明,一定要放在 custom 里,否则不生效 ([fc14bf9](https://github.com/anyup/uView-Pro/commit/fc14bf90cb77088d258e20e79e3d25820f37e97e))
167
- - 添加模板示例页面 ([3336af4](https://github.com/anyup/uView-Pro/commit/3336af406161648d18578c988d9b3ad79b86059a))
168
- - 新增模版相关页面 ([8925a02](https://github.com/anyup/uView-Pro/commit/8925a02f9fa88f4742d984f2ff02909afc6ad0d7))
169
- - 重构 request 类,优化泛型支持 ([d7b2e6a](https://github.com/anyup/uView-Pro/commit/d7b2e6a224d96f717e5bdbaf09edb19b712ced47))
170
-
171
- ## 0.0.4(2025-08-14)
172
-
173
- ### 新增
174
-
175
- - `u-icon` 组件新增 `space` 属性,表示`label` 在四周时与图标的距离,权重高于 `margin`,单位 rpx
176
- - 新增`$u`工具库各类方法,同步文档
177
- - 组件全部 setup 化,全面支持 TypeScript 和 Vue3
178
- - 工具库示例页面全部 setup 化
179
-
180
- ### 优化
181
-
182
- - 组件样式兼容多端
183
- - 代码注释与类型完善
184
- - 优化演示代码兼容性
185
-
186
- ### 修复
187
-
188
- - 修复类型声明、变量冲突、lint 报错等问题
189
-
190
- ## 0.0.3(2025-08-06
191
-
192
- - 添加插件使用示例工程
193
-
194
- ## 0.0.2(2025-08-04)
195
-
196
- - 解决一些 npm 包依赖问题
197
-
198
- ## 0.0.1(2025-08-04)
199
-
200
- - 70+精选组件,使用 Vue3+TS 全面重构,功能丰富,多端兼容,让您快速集成,开箱即用
201
- - 兼容安卓,iOS,微信小程序,H5 等
202
- - 详尽的文档支持,现代化的演示效果
203
- - 按需引入,精简打包体积
204
-
205
- ### 基础组件(8)
206
-
207
- - Color 色彩
208
- - Icon 图标
209
- - Image 图片
210
- - Button 按钮
211
- - Layout 布局
212
- - Cell 单元格
213
- - Badge 徽标数
214
- - Tag 标签
215
-
216
- ---
217
-
218
- ### 表单组件(15)
219
-
220
- - Form 表单
221
- - Calendar 日历
222
- - Select 列选择器
223
- - Keyboard 键盘
224
- - Picker 选择器
225
- - Rate 评分
226
- - Search 搜索
227
- - NumberBox 步进器
228
- - Upload 上传
229
- - VerificationCode 验证码倒计时
230
- - Field 输入框
231
- - Checkbox 复选框
232
- - Radio 单选框
233
- - Switch 开关选择器
234
- - Slider 滑动选择器
235
-
236
- ---
237
-
238
- ### 数据组件(4)
239
-
240
- - Progress 进度条
241
- - Table 表格
242
- - CountDown 倒计时
243
- - CountTo 数字滚动
244
-
245
- ---
246
-
247
- ### 反馈组件(10)
248
-
249
- - ActionSheet 操作菜单
250
- - AlertTips 警告提示
251
- - Toast 消息提示
252
- - NoticeBar 滚动通知
253
- - TopTips 顶部提示
254
- - SwipeAction 滑动单元格
255
- - Collapse 折叠面板
256
- - Popup 弹出层
257
- - Modal 模态框
258
- - fullScreen 压窗屏
259
-
260
- ---
261
-
262
- ### 布局组件(11)
263
-
264
- - Line 线条
265
- - Card 卡片
266
- - Mask 遮罩层
267
- - NoNetwork 无网络提示
268
- - Grid 宫格布局
269
- - Swiper 轮播图
270
- - TimeLine 时间轴
271
- - Skeleton 骨架屏
272
- - Sticky 吸顶
273
- - Waterfall 瀑布流
274
- - Divider 分割线
275
-
276
- ---
277
-
278
- ### 导航组件(11)
279
-
280
- - Dropdown 下拉菜单
281
- - Tabbar 底部导航栏
282
- - BackTop 返回顶部
283
- - Navbar 导航栏
284
- - Tabs 标签
285
- - TabsSwiper 全屏选项卡
286
- - Subsection 分段器
287
- - IndexList 索引列表
288
- - Steps 步骤条
289
- - Empty 内容为空
290
- - Section 查看更多
291
-
292
- ---
293
-
294
- ### 其他组件(8)
295
-
296
- - MessageInput 验证码输入
297
- - Loadmore 加载更多
298
- - ReadMore 展开阅读更多
299
- - LazyLoad 懒加载
300
- - Gap 间隔槽
301
- - Avatar 头像
302
- - Link 超链接
303
- - Loading 加载动画
304
-
305
- ---
1
+ ## 0.0.22(2025-09-11
2
+
3
+ ### 🚀 Chore | 构建/工程依赖/工具
4
+
5
+ - 忽略 pnpm-lock.yaml 文件 ([28802d3](https://github.com/anyup/uView-Pro/commit/28802d308d3c1f2d0d6b583b3b27725b6b40b1a9))
6
+
7
+ ### 🐛 Bug Fixes | Bug 修复
8
+
9
+ - **td/th:** fix invalid width setting ([21718fc](https://github.com/anyup/uView-Pro/commit/21718fc3b2f09e1ccf9f1ce8247b78f30e5fe465))
10
+ - **u-modal:** 修复在 modal 组件中添加 clearLoading 方法的暴露,以便外部可以调用 ([34b51a7](https://github.com/anyup/uView-Pro/commit/34b51a7187da296b11f4b5db027a86c41a50a477))
11
+
12
+ ### ✨ Features | 新功能
13
+
14
+ - **components:** add u-status-bar and u-safe-bottom component ([2085e73](https://github.com/anyup/uView-Pro/commit/2085e73be725f921c436069c27c124e507b24d0e))
15
+ - **u-upload:** 调整上传组件默认值和功能 ([4808627](https://github.com/anyup/uView-Pro/commit/48086274f5fe16f4b3b7554a99038a76aa08e8c5))
16
+ - **pages:** 在多个页面中添加功能说明的弹窗提示 ([5e59855](https://github.com/anyup/uView-Pro/commit/5e59855ff81f21c54cbfa44a3f4641b4b9f1f6bd))
17
+
18
+ ## 0.0.21(2025-09-09)
19
+
20
+ ### ⚡ Performance Improvements | 性能优化
21
+
22
+ - **pages:** options 语法升级为 composition 语法 ([e38878c](https://github.com/anyup/uView-Pro/commit/e38878c696ffc548374169423613e97c3878bafd))
23
+ - **pages:** options 语法升级为 composition 语法 ([0403545](https://github.com/anyup/uView-Pro/commit/040354507bd187a9bff4371fc4950dfd6412cd5b))
24
+ - **pages:** options 语法升级为 composition 语法 ([514ecb6](https://github.com/anyup/uView-Pro/commit/514ecb6f8e2b133b962a6cbe7609a64e4d973928))
25
+ - **pages:** options 语法升级为 composition 语法 ([ffcc1cb](https://github.com/anyup/uView-Pro/commit/ffcc1cb8993196252535ea6553d7fd999ab57719))
26
+ - **pages:** options 语法升级为 composition 语法 ([2c755e3](https://github.com/anyup/uView-Pro/commit/2c755e3e1f386c3be1ae8955607d64f72b2b6640))
27
+ - 优化首页图标渲染问题 ([a6d4b16](https://github.com/anyup/uView-Pro/commit/a6d4b1690544f3261fb138cb490a10131d4fb749))
28
+
29
+ ### 🐛 Bug Fixes | Bug 修复
30
+
31
+ - **u-tag:** 修复 u-tag 类型 ([c9071a6](https://github.com/anyup/uView-Pro/commit/c9071a610e08efc4581eff97e4d4998c2d01c9eb))
32
+ - **u-table:** 修复 u-table props style 属性变化时,u-th/t-td 未更新问题 ([b1ee7d6](https://github.com/anyup/uView-Pro/commit/b1ee7d6ade7a59e305d7a4081415418387bb6832))
33
+ - 修复微信小程序环境下 http interceptor 的路径问题 ([a7fe746](https://github.com/anyup/uView-Pro/commit/a7fe7466b3f66644e097ee6be23f231bce77fa5f))
34
+ - 优化checkbox示例页面逻辑 ([9818b20](https://github.com/anyup/uView-Pro/commit/9818b20471e11b96ded606db808f2eda32904f82))
35
+ - 修复微信小程序不支持u-circle-progress绘制canvas失败问题 ([46406c5](https://github.com/anyup/uView-Pro/commit/46406c593260f29b081c6a5d98c48dc97e225600))
36
+ - 修复 u-picker 组件 params 属性默认值设置 ([36a713b](https://github.com/anyup/uView-Pro/commit/36a713b3c84ddb6e9ef40132512063cdde35ea19))
37
+
38
+ ### 📝 Documentation | 文档
39
+
40
+ - 更新微信交流群图片 ([825b187](https://github.com/anyup/uView-Pro/commit/825b187619ee745a23559bfe0b597b75f90f220d))
41
+
42
+ ### 🚀 Chore | 构建/工程依赖/工具
43
+
44
+ - update project configuration and add prettier support ([9c0cc6a](https://github.com/anyup/uView-Pro/commit/9c0cc6ae3719b975d702b0283bd0c15ee4f3c374))
45
+
46
+ ### ♻️ Code Refactoring | 代码重构
47
+
48
+ - **library:** 移除不需要的 globalVariable ([420c40e](https://github.com/anyup/uView-Pro/commit/420c40eac3c67e184924e166edaf4cf2ea904477))
49
+ - 更新 pages.json ([03297ce](https://github.com/anyup/uView-Pro/commit/03297ce219ae9337c1a424b9583fa53c74f0291d))
50
+
51
+ ### 💄 Styles | 风格
52
+
53
+ - 格式化代码 ([a9e0a38](https://github.com/anyup/uView-Pro/commit/a9e0a387ffa55df740b828ea4a1463d97089c4bd))
54
+
55
+ ### 📦‍ Build System | 打包构建
56
+
57
+ - mp-alipay 开启 component2 支持 ([430d248](https://github.com/anyup/uView-Pro/commit/430d248ef9e805365dcee0373f6a524bd7084a38))
58
+
59
+ ## 0.0.20(2025-09-08)
60
+
61
+ ### ♻️ Code Refactoring | 代码重构
62
+
63
+ - 优化http使用示例 ([39d0910](https://github.com/anyup/uView-Pro/commit/39d091056dc1e335625ce884aade35c8bd11ee6f))
64
+
65
+ ### 📝 Documentation | 文档
66
+
67
+ - 更新微信交流群图片 ([21bbec1](https://github.com/anyup/uView-Pro/commit/21bbec14937ee52b225d1f415d90aecbe4d4950f))
68
+
69
+ ### 🚀 Chore | 构建/工程依赖/工具
70
+
71
+ - update project configuration and add prettier support ([74a714d](https://github.com/anyup/uView-Pro/commit/74a714ddc30dc0c2c5a6389f254f1e2c922d905e))
72
+
73
+ ### 🐛 Bug Fixes | Bug 修复
74
+
75
+ - 修复微信小程序环境下 http interceptor 的路径问题 ([6db4db8](https://github.com/anyup/uView-Pro/commit/6db4db89ef1ab22e3051a6ee944ba44430aa3474))
76
+
77
+ ### 👷 Continuous Integration | CI 配置
78
+
79
+ - update husky pre-commit ([dd04f9a](https://github.com/anyup/uView-Pro/commit/dd04f9a8f2ebdbec37a148e1cf2fa3280c1ab2cd))
80
+
81
+ ## 0.0.19(2025-09-04)
82
+
83
+ ### 🐛 Bug Fixes | Bug 修复
84
+
85
+ - include uview-pro changelog.md in release commit ([18d902d](https://github.com/anyup/uView-Pro/commit/18d902db2bba4f8f574d7b3b72be218747525bb9))
86
+
87
+ ### 📝 Documentation | 文档
88
+
89
+ - update uview pro changelog ([31261db](https://github.com/anyup/uView-Pro/commit/31261dbd6b17aea8126a43def1912324b782096e))
90
+
91
+ ### ♻️ Code Refactoring | 代码重构
92
+
93
+ - 移除 uni-http 模块 ([5f21735](https://github.com/anyup/uView-Pro/commit/5f2173503cc904fb0a7fa2abd3ed3b9dbe09aeb2))
94
+
95
+ ### ✨ Features | 新功能
96
+
97
+ - 新增http请求模块并实现插件化 ([31c6f88](https://github.com/anyup/uView-Pro/commit/31c6f880d12e586d445faddcc1a3910fda9926bc))
98
+ - 增强 toast 工具函数的灵活性 ([2232054](https://github.com/anyup/uView-Pro/commit/22320540acee36c6c11688387431a4ddba93520f))
99
+ - 添加 HTTP 请求拦截器和配置示例代码 ([aba7cf9](https://github.com/anyup/uView-Pro/commit/aba7cf97ed2424432da51be1841aa17a5a2d7932))
100
+
101
+ ## 0.0.18(2025-09-03
102
+
103
+ ### 🚀 Chore | 构建/工程依赖/工具
104
+
105
+ - update release script for better version management ([b64f38f](https://github.com/anyup/uView-Pro/commit/b64f38fea28de39c99cdf84f7e767aa7ceac1344))
106
+
107
+ ### 🐛 Bug Fixes | Bug 修复
108
+
109
+ - **u-checkbox:** 兼容头条小程序获取父组件数据不支持provide/inject的写法 ([498e12e](https://github.com/anyup/uView-Pro/commit/498e12e2f3aa52021d1be282426536b45f39ca6a))
110
+
111
+ ### 👷 Continuous Integration | CI 配置
112
+
113
+ - optimize changelog generation and spacing ([3103e7b](https://github.com/anyup/uView-Pro/commit/3103e7b56a0e2dd0392efdb6a85824b11ef6800c))
114
+
115
+ ## 0.0.17(2025-09-02)
116
+
117
+ ### ♻️ Code Refactoring | 代码重构
118
+
119
+ - 瀑布流组件示例代码重构为 Vue3 ([93949ad](https://github.com/anyup/uView-Pro/commit/93949ad8ae2a36c6130f87340c222ab9ec69d21f))
120
+
121
+ ### Features | 新功能
122
+
123
+ - 新增组件 u-loading-popup,一个可以配置的加载提示弹窗 ([6245df9](https://github.com/anyup/uView-Pro/commit/6245df951034b06225ab36d3f18cae8e7ab4b329))
124
+ - 新增 Loading 加载弹窗组件的示例页面 ([1bce868](https://github.com/anyup/uView-Pro/commit/1bce86810863012c5a73104ca0a85ebacb4aa92a))
125
+
126
+ ### 🐛 Bug Fixes | Bug 修复
127
+
128
+ - 修复瀑布流组件 u-waterfll,暴露 celar/remove/modify 方法 ([240e023](https://github.com/anyup/uView-Pro/commit/240e0238af092d4c6bde86d0db9e49636b806d6f))
129
+
130
+ ## 0.0.15(2025-08-30)
131
+
132
+ ### ✨ Features | 新功能
133
+
134
+ - 优化 u-image 组件 slot 使用体验,兼容头条小程序 ([a6ca54f](https://github.com/anyup/uView-Pro/commit/a6ca54fce06b20b7a6938d0bef9342954b787641))
135
+
136
+ ### ♻️ Bug Fixes | Bug 修复
137
+
138
+ - 优化 label 的声明错误问题 ([314c394](https://github.com/anyup/uView-Pro/commit/314c3940145c657b12f16d005af7d271f4ae74e3))
139
+ - 优化头条小程序 form 表单校验的兼容性问题 ([3912fd6](https://github.com/anyup/uView-Pro/commit/3912fd6ade3a1d612f6f5e86ddc0336376ee5618))
140
+
141
+ ## 0.0.14(2025-08-28)
142
+
143
+ ### 🐛 Bug Fixes | Bug 修复
144
+
145
+ - 修复使用 u-swipe-action 右边会出现一条背景线的 bug ([a5b60c6](https://github.com/anyup/uView-Pro/commit/a5b60c6485120e164c0e0c29eea3b765c10f9aac))
146
+
147
+ ## 0.0.13(2025-08-27)
148
+
149
+ ### 🐛 Bug Fixes | Bug 修复
150
+
151
+ - 修复 count-down 组件暴露 start end 方法 ([0f42a01](https://github.com/anyup/uView-Pro/commit/0f42a01f55aa6799f57eb93dc5d029b06115b154))
152
+
153
+ ## 0.0.12(2025-08-27)
154
+
155
+ ### 🐛 Bug Fixes | Bug 修复
156
+
157
+ - 优化 async-validator 文件多余注释导致的问题 ([f06c80d](https://github.com/anyup/uView-Pro/commit/f06c80d57e61e7b75f1384fe89f309b8a0e379fa))
158
+
159
+ ## 0.0.11(2025-08-26)
160
+
161
+ ### ♻️ Code Refactoring | 代码重构
162
+
163
+ - 取消 async-validator ts 检查 ([772a729](https://github.com/anyup/uView-Pro/commit/772a729164f2cb268a886b6749e4a58846ebb3dc))
164
+ - 移除 u-tr 未使用的类型导入和属性定义 ([46ce459](https://github.com/anyup/uView-Pro/commit/46ce4590166a30a0eb048110efc046095a87f6e8))
165
+
166
+ ### 🐛 Bug Fixes | Bug 修复
167
+
168
+ - 修复 u-count-down 倒计时符号显示逻辑 ([a4c9498](https://github.com/anyup/uView-Pro/commit/a4c94986b020c5ac0fdf92bde3c7b79cdfbedbe8))
169
+
170
+ ## 0.0.10(2025-08-26)
171
+
172
+ ### ✨ Features | 新功能
173
+
174
+ - 添加 easycom 组件自动扫描 ([b125039](https://github.com/anyup/uView-Pro/commit/b1250390a4f594f5deaa133d7a92bd6e72707890))
175
+ - 增强 u-select 组件的类型安全和功能 ([38635e9](https://github.com/anyup/uView-Pro/commit/38635e963f9eff6e4c730692e8c97f10b3a092c5))
176
+
177
+ ## 0.0.9(2025-08-25)
178
+
179
+ ### ♻️ Code Refactoring | 代码重构
180
+
181
+ - 优化全局工具导出方式 ([7a80b6f](https://github.com/anyup/uView-Pro/commit/7a80b6f99ad3022ca995f99f8ec6803af7941eb9))
182
+
183
+ ## 0.0.8(2025-08-25)
184
+
185
+ ### ♻️ Code Refactoring | 代码重构
186
+
187
+ - 重构组件 Props 属性定义,每个组件具有完善的 ts 类型定义 ([8cc0de7](https://github.com/anyup/uView-Pro/commit/8cc0de7c1527b48dd223d89207135eea01766294))
188
+ - 重构类型定义并统一到全局类型文件 global types ([b0fd010](https://github.com/anyup/uView-Pro/commit/b0fd0107289eb1c6df2f58d91b63d9b25902caee))
189
+
190
+ ## 0.0.7(2025-08-21
191
+
192
+ ### 🐛 Bug Fixes | Bug 修复
193
+
194
+ - 修复中 tabbar 布局高度计算错误的问题 ([5c1342c](https://github.com/anyup/uView-Pro/commit/5c1342cb3fb6dd2c7c84fe785953fcaed13e809f))
195
+
196
+ ### 📦‍ Build System | 打包构建
197
+
198
+ - 更新项目依赖并优化打包构建 ([c172d36](https://github.com/anyup/uView-Pro/commit/c172d368d82404564650756a872cd7c7e29ebfa2))
199
+
200
+ ## 0.0.5(2025-08-19)
201
+
202
+ ### ✨ Features | 新功能
203
+
204
+ - 新增 u-city-select 城市选择器组件 ([0eb4806](https://github.com/anyup/uView-Pro/commit/0eb4806db3be39e1a6c6f33c9ea511d8445da884))
205
+ - 完善 u-button 的 open-type 支持类型 ([37c0db5](https://github.com/anyup/uView-Pro/commit/37c0db527258bca57dbd55d7013b633230489853))
206
+
207
+ ### 🐛 Bug Fixes | Bug 修复
208
+
209
+ - u-upload 暴露 lists 属性 ([09f8424](https://github.com/anyup/uView-Pro/commit/09f8424774baaee3b6fc7a42458949f8d5903951))
210
+ - u-upload 深度监听文件列表变化并优化事件触发 ([a41a571](https://github.com/anyup/uView-Pro/commit/a41a5719ddf9d6793b78c55a13025bbdc88fdfe3))
211
+
212
+ ### 🚀 Demos | 示例页面优化
213
+
214
+ - 优化关于页面布局和内容 ([ad5f6a4](https://github.com/anyup/uView-Pro/commit/ad5f6a47847999268b43b8c5dbf1a34cb8f70802))
215
+ - 删除分类数据文件 ([5ed7a11](https://github.com/anyup/uView-Pro/commit/5ed7a1113db58ff493ad606296a210358348affe))
216
+ - 重构 index list 页面 ([13d780e](https://github.com/anyup/uView-Pro/commit/13d780ea5acc4c8eed72062482735df826d4b37a))
217
+ - 更新商场菜单组件引用 ([a5f1bf3](https://github.com/anyup/uView-Pro/commit/a5f1bf3f256705d6cad028d60701b4b0544332de))
218
+ - 修改图片地址 ([c459893](https://github.com/anyup/uView-Pro/commit/c459893848936aa9a44e7bda3277ab1428109869))
219
+ - 重构 upload 上传组件示例页面 ([686831d](https://github.com/anyup/uView-Pro/commit/686831de357aca67bbf7015e2f0696cf6bf48164))
220
+ - 优化多个组件的代码结构和样式 ([f2af44c](https://github.com/anyup/uView-Pro/commit/f2af44ca1710334495e4c4fad99d04027b3788f8))
221
+ - 添加提交规范相关配置文件 git-cz/husky/changelog ([d93b816](https://github.com/anyup/uView-Pro/commit/d93b816a5a3e468c4bc45e3161d7c006cba5fbf6))
222
+ - 优化 deepClone 和 deepMerge 页面的结果展示 ([b0daa70](https://github.com/anyup/uView-Pro/commit/b0daa700b6a385e037d38dc1f10b3612596e2403))
223
+ - 新增优惠券模板 ([1b77762](https://github.com/anyup/uView-Pro/commit/1b777621615f7ebe9d83606d53650987c8b2c4e0))
224
+ - 更新 easycom 配置说明,一定要放在 custom 里,否则不生效 ([fc14bf9](https://github.com/anyup/uView-Pro/commit/fc14bf90cb77088d258e20e79e3d25820f37e97e))
225
+ - 添加模板示例页面 ([3336af4](https://github.com/anyup/uView-Pro/commit/3336af406161648d18578c988d9b3ad79b86059a))
226
+ - 新增模版相关页面 ([8925a02](https://github.com/anyup/uView-Pro/commit/8925a02f9fa88f4742d984f2ff02909afc6ad0d7))
227
+ - 重构 request 类,优化泛型支持 ([d7b2e6a](https://github.com/anyup/uView-Pro/commit/d7b2e6a224d96f717e5bdbaf09edb19b712ced47))
228
+
229
+ ## 0.0.4(2025-08-14)
230
+
231
+ ### 新增
232
+
233
+ - `u-icon` 组件新增 `space` 属性,表示`label` 在四周时与图标的距离,权重高于 `margin`,单位 rpx
234
+ - 新增`$u`工具库各类方法,同步文档
235
+ - 组件全部 setup 化,全面支持 TypeScript 和 Vue3
236
+ - 工具库示例页面全部 setup 化
237
+
238
+ ### 优化
239
+
240
+ - 组件样式兼容多端
241
+ - 代码注释与类型完善
242
+ - 优化演示代码兼容性
243
+
244
+ ### 修复
245
+
246
+ - 修复类型声明、变量冲突、lint 报错等问题
247
+
248
+ ## 0.0.3(2025-08-06)
249
+
250
+ - 添加插件使用示例工程
251
+
252
+ ## 0.0.2(2025-08-04)
253
+
254
+ - 解决一些 npm 包依赖问题
255
+
256
+ ## 0.0.1(2025-08-04)
257
+
258
+ - 70+精选组件,使用 Vue3+TS 全面重构,功能丰富,多端兼容,让您快速集成,开箱即用
259
+ - 兼容安卓,iOS,微信小程序,H5 等
260
+ - 详尽的文档支持,现代化的演示效果
261
+ - 按需引入,精简打包体积
262
+
263
+ ### 基础组件(8)
264
+
265
+ - Color 色彩
266
+ - Icon 图标
267
+ - Image 图片
268
+ - Button 按钮
269
+ - Layout 布局
270
+ - Cell 单元格
271
+ - Badge 徽标数
272
+ - Tag 标签
273
+
274
+ ---
275
+
276
+ ### 表单组件(15)
277
+
278
+ - Form 表单
279
+ - Calendar 日历
280
+ - Select 列选择器
281
+ - Keyboard 键盘
282
+ - Picker 选择器
283
+ - Rate 评分
284
+ - Search 搜索
285
+ - NumberBox 步进器
286
+ - Upload 上传
287
+ - VerificationCode 验证码倒计时
288
+ - Field 输入框
289
+ - Checkbox 复选框
290
+ - Radio 单选框
291
+ - Switch 开关选择器
292
+ - Slider 滑动选择器
293
+
294
+ ---
295
+
296
+ ### 数据组件(4)
297
+
298
+ - Progress 进度条
299
+ - Table 表格
300
+ - CountDown 倒计时
301
+ - CountTo 数字滚动
302
+
303
+ ---
304
+
305
+ ### 反馈组件(10)
306
+
307
+ - ActionSheet 操作菜单
308
+ - AlertTips 警告提示
309
+ - Toast 消息提示
310
+ - NoticeBar 滚动通知
311
+ - TopTips 顶部提示
312
+ - SwipeAction 滑动单元格
313
+ - Collapse 折叠面板
314
+ - Popup 弹出层
315
+ - Modal 模态框
316
+ - fullScreen 压窗屏
317
+
318
+ ---
319
+
320
+ ### 布局组件(11)
321
+
322
+ - Line 线条
323
+ - Card 卡片
324
+ - Mask 遮罩层
325
+ - NoNetwork 无网络提示
326
+ - Grid 宫格布局
327
+ - Swiper 轮播图
328
+ - TimeLine 时间轴
329
+ - Skeleton 骨架屏
330
+ - Sticky 吸顶
331
+ - Waterfall 瀑布流
332
+ - Divider 分割线
333
+
334
+ ---
335
+
336
+ ### 导航组件(11)
337
+
338
+ - Dropdown 下拉菜单
339
+ - Tabbar 底部导航栏
340
+ - BackTop 返回顶部
341
+ - Navbar 导航栏
342
+ - Tabs 标签
343
+ - TabsSwiper 全屏选项卡
344
+ - Subsection 分段器
345
+ - IndexList 索引列表
346
+ - Steps 步骤条
347
+ - Empty 内容为空
348
+ - Section 查看更多
349
+
350
+ ---
351
+
352
+ ### 其他组件(8)
353
+
354
+ - MessageInput 验证码输入
355
+ - Loadmore 加载更多
356
+ - ReadMore 展开阅读更多
357
+ - LazyLoad 懒加载
358
+ - Gap 间隔槽
359
+ - Avatar 头像
360
+ - Link 超链接
361
+ - Loading 加载动画
362
+
363
+ ---