sard-uniapp 1.27.1 → 1.29.0

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 (714) hide show
  1. package/CHANGELOG.md +610 -1008
  2. package/README.md +53 -37
  3. package/components/accordion/README.md +33 -24
  4. package/components/accordion/accordion.d.ts +7 -1
  5. package/components/accordion/accordion.vue +6 -5
  6. package/components/accordion/common.d.ts +8 -0
  7. package/components/accordion/common.js +4 -0
  8. package/components/accordion/variables.scss +2 -2
  9. package/components/accordion-item/accordion-item.vue +13 -5
  10. package/components/accordion-item/index.scss +4 -0
  11. package/components/action-sheet/README.md +42 -43
  12. package/components/action-sheet/action-sheet.vue +14 -14
  13. package/components/action-sheet/common.d.ts +2 -130
  14. package/components/action-sheet/common.js +5 -1
  15. package/components/action-sheet/variables.scss +2 -2
  16. package/components/action-sheet-agent/action-sheet-agent.vue +25 -25
  17. package/components/action-sheet-agent/common.d.ts +2 -585
  18. package/components/action-sheet-agent/common.js +4 -3
  19. package/components/alert/README.md +25 -19
  20. package/components/alert/alert.d.ts +1 -0
  21. package/components/alert/alert.vue +11 -4
  22. package/components/alert/common.d.ts +3 -65
  23. package/components/alert/common.js +4 -1
  24. package/components/alert/index.scss +17 -12
  25. package/components/alert/variables.scss +3 -2
  26. package/components/avatar/README.md +18 -19
  27. package/components/avatar/avatar.d.ts +1 -1
  28. package/components/avatar/avatar.vue +2 -2
  29. package/components/avatar/common.d.ts +2 -101
  30. package/components/avatar/common.js +4 -1
  31. package/components/avatar/variables.scss +2 -2
  32. package/components/avatar-group/avatar-group.vue +2 -2
  33. package/components/avatar-group/common.d.ts +2 -65
  34. package/components/avatar-group/common.js +5 -1
  35. package/components/back-top/README.md +17 -18
  36. package/components/back-top/back-top.vue +1 -1
  37. package/components/back-top/common.d.ts +2 -43
  38. package/components/back-top/common.js +1 -0
  39. package/components/back-top/variables.scss +2 -2
  40. package/components/badge/README.md +10 -11
  41. package/components/badge/badge.vue +1 -1
  42. package/components/badge/common.d.ts +2 -101
  43. package/components/badge/common.js +5 -1
  44. package/components/badge/variables.scss +2 -2
  45. package/components/barcode/README.md +88 -0
  46. package/components/barcode/barcode.d.ts +30 -0
  47. package/components/barcode/barcode.vue +288 -0
  48. package/components/barcode/common.d.ts +31 -0
  49. package/components/barcode/common.js +20 -0
  50. package/components/barcode/index.d.ts +1 -0
  51. package/components/barcode/index.js +1 -0
  52. package/components/barcode/index.scss +22 -0
  53. package/components/barcode/variables.scss +4 -0
  54. package/components/button/README.md +30 -31
  55. package/components/button/button.d.ts +3 -3
  56. package/components/button/button.vue +24 -18
  57. package/components/button/common.d.ts +2 -962
  58. package/components/button/common.js +10 -1
  59. package/components/button/index.scss +93 -0
  60. package/components/button/variables.scss +2 -2
  61. package/components/calendar/README.md +11 -11
  62. package/components/calendar/calendar.d.ts +1 -1
  63. package/components/calendar/calendar.vue +12 -12
  64. package/components/calendar/common.d.ts +3 -362
  65. package/components/calendar/common.js +6 -1
  66. package/components/calendar/variables.scss +2 -2
  67. package/components/calendar-input/README.md +18 -19
  68. package/components/calendar-input/calendar-input.d.ts +3 -3
  69. package/components/calendar-input/calendar-input.vue +16 -16
  70. package/components/calendar-input/common.d.ts +2 -1601
  71. package/components/calendar-input/common.js +6 -0
  72. package/components/calendar-month/calendar-month.vue +3 -2
  73. package/components/calendar-popout/README.md +24 -25
  74. package/components/calendar-popout/calendar-popout.d.ts +1 -1
  75. package/components/calendar-popout/calendar-popout.vue +15 -15
  76. package/components/calendar-popout/common.d.ts +2 -677
  77. package/components/calendar-popout/common.js +5 -0
  78. package/components/card/README.md +12 -13
  79. package/components/card/card.vue +1 -1
  80. package/components/card/common.d.ts +2 -0
  81. package/components/card/common.js +4 -1
  82. package/components/card/variables.scss +2 -2
  83. package/components/cascader/README.md +52 -39
  84. package/components/cascader/cascader.d.ts +16 -3
  85. package/components/cascader/cascader.vue +6 -6
  86. package/components/cascader/common.d.ts +2 -3
  87. package/components/cascader/common.js +4 -2
  88. package/components/cascader/useCascaderTree.d.ts +1 -1
  89. package/components/cascader/variables.scss +2 -2
  90. package/components/cascader-input/README.md +18 -19
  91. package/components/cascader-input/cascader-input.d.ts +4 -4
  92. package/components/cascader-input/cascader-input.vue +16 -16
  93. package/components/cascader-input/common.d.ts +2 -1297
  94. package/components/cascader-input/common.js +3 -0
  95. package/components/cascader-popout/README.md +19 -20
  96. package/components/cascader-popout/cascader-popout.d.ts +2 -2
  97. package/components/cascader-popout/cascader-popout.vue +16 -16
  98. package/components/cascader-popout/common.d.ts +2 -485
  99. package/components/cascader-popout/common.js +5 -1
  100. package/components/check-icon/variables.scss +2 -2
  101. package/components/checkbox/README.md +45 -46
  102. package/components/checkbox/checkbox.d.ts +1 -1
  103. package/components/checkbox/checkbox.vue +4 -4
  104. package/components/checkbox/common.d.ts +3 -327
  105. package/components/checkbox/common.js +9 -2
  106. package/components/checkbox/variables.scss +2 -2
  107. package/components/checkbox-group/checkbox-group.d.ts +3 -3
  108. package/components/checkbox-group/checkbox-group.vue +4 -4
  109. package/components/checkbox-input/README.md +12 -13
  110. package/components/checkbox-input/checkbox-input.d.ts +4 -4
  111. package/components/checkbox-input/checkbox-input.vue +14 -14
  112. package/components/checkbox-input/common.d.ts +4 -4
  113. package/components/checkbox-popout/README.md +21 -22
  114. package/components/checkbox-popout/checkbox-popout.d.ts +2 -2
  115. package/components/checkbox-popout/checkbox-popout.vue +13 -13
  116. package/components/checkbox-popout/common.d.ts +2 -507
  117. package/components/checkbox-popout/common.js +2 -0
  118. package/components/checkbox-popout/variables.scss +2 -2
  119. package/components/col/variables.scss +2 -2
  120. package/components/collapse/README.md +3 -4
  121. package/components/collapse/variables.scss +2 -2
  122. package/components/color-picker/README.md +92 -0
  123. package/components/color-picker/color-picker.d.ts +33 -0
  124. package/components/color-picker/color-picker.vue +450 -0
  125. package/components/color-picker/common.d.ts +27 -0
  126. package/components/color-picker/common.js +11 -0
  127. package/components/color-picker/index.d.ts +2 -0
  128. package/components/color-picker/index.js +1 -0
  129. package/components/color-picker/index.scss +166 -0
  130. package/components/color-picker/variables.scss +17 -0
  131. package/components/color-picker-input/README.md +50 -0
  132. package/components/color-picker-input/color-picker-input.d.ts +45 -0
  133. package/components/color-picker-input/color-picker-input.vue +167 -0
  134. package/components/color-picker-input/common.d.ts +13 -0
  135. package/components/color-picker-input/common.js +6 -0
  136. package/components/color-picker-input/index.d.ts +1 -0
  137. package/components/color-picker-input/index.js +1 -0
  138. package/components/color-picker-input/index.scss +20 -0
  139. package/components/color-picker-popout/README.md +46 -0
  140. package/components/color-picker-popout/color-picker-popout.d.ts +34 -0
  141. package/components/color-picker-popout/color-picker-popout.vue +100 -0
  142. package/components/color-picker-popout/common.d.ts +19 -0
  143. package/components/color-picker-popout/common.js +8 -0
  144. package/components/color-picker-popout/index.d.ts +1 -0
  145. package/components/color-picker-popout/index.js +1 -0
  146. package/components/compact/README.md +71 -0
  147. package/components/compact/common.d.ts +24 -0
  148. package/components/compact/common.js +6 -0
  149. package/components/compact/compact.d.ts +15 -0
  150. package/components/compact/compact.vue +81 -0
  151. package/components/compact/index.d.ts +1 -0
  152. package/components/compact/index.js +1 -0
  153. package/components/compact/index.scss +17 -0
  154. package/components/config/index.d.ts +22 -4
  155. package/components/config/index.js +23 -512
  156. package/components/cool-icon/README.md +8 -9
  157. package/components/cool-icon/common.d.ts +2 -65
  158. package/components/cool-icon/common.js +4 -1
  159. package/components/cool-icon/cool-icon.d.ts +1 -1
  160. package/components/cool-icon/cool-icon.vue +1 -1
  161. package/components/cool-icon/variables.scss +2 -2
  162. package/components/count-down/README.md +19 -20
  163. package/components/count-down/common.d.ts +2 -50
  164. package/components/count-down/common.js +6 -1
  165. package/components/count-down/count-down.d.ts +1 -1
  166. package/components/count-down/count-down.vue +3 -3
  167. package/components/count-to/README.md +6 -7
  168. package/components/count-to/common.d.ts +2 -37
  169. package/components/count-to/common.js +7 -1
  170. package/components/count-to/count-to.vue +1 -1
  171. package/components/crop-image/README.md +34 -35
  172. package/components/crop-image/common.d.ts +6 -291
  173. package/components/crop-image/common.js +7 -1
  174. package/components/crop-image/crop-image.d.ts +4 -1
  175. package/components/crop-image/crop-image.vue +209 -248
  176. package/components/crop-image/index.scss +4 -3
  177. package/components/crop-image-agent/common.d.ts +2 -290
  178. package/components/crop-image-agent/common.js +3 -2
  179. package/components/crop-image-agent/crop-image-agent.d.ts +4 -1
  180. package/components/date-strip/README.md +119 -0
  181. package/components/date-strip/common.d.ts +31 -0
  182. package/components/date-strip/common.js +20 -0
  183. package/components/date-strip/date-strip.d.ts +29 -0
  184. package/components/date-strip/date-strip.vue +399 -0
  185. package/components/date-strip/index.d.ts +2 -0
  186. package/components/date-strip/index.js +1 -0
  187. package/components/date-strip/index.scss +81 -0
  188. package/components/date-strip/variables.scss +30 -0
  189. package/components/datetime-picker/README.md +18 -19
  190. package/components/datetime-picker/common.d.ts +2 -122
  191. package/components/datetime-picker/common.js +5 -1
  192. package/components/datetime-picker/datetime-picker.d.ts +2 -2
  193. package/components/datetime-picker/datetime-picker.vue +5 -5
  194. package/components/datetime-picker-input/README.md +36 -20
  195. package/components/datetime-picker-input/common.d.ts +2 -1025
  196. package/components/datetime-picker-input/common.js +3 -0
  197. package/components/datetime-picker-input/datetime-picker-input.d.ts +4 -4
  198. package/components/datetime-picker-input/datetime-picker-input.vue +15 -15
  199. package/components/datetime-picker-popout/README.md +22 -23
  200. package/components/datetime-picker-popout/common.d.ts +2 -325
  201. package/components/datetime-picker-popout/common.js +3 -0
  202. package/components/datetime-picker-popout/datetime-picker-popout.d.ts +2 -2
  203. package/components/datetime-picker-popout/datetime-picker-popout.vue +14 -14
  204. package/components/datetime-range-picker/README.md +15 -16
  205. package/components/datetime-range-picker/common.d.ts +2 -145
  206. package/components/datetime-range-picker/common.js +4 -1
  207. package/components/datetime-range-picker/datetime-range-picker.d.ts +3 -3
  208. package/components/datetime-range-picker/datetime-range-picker.vue +6 -6
  209. package/components/datetime-range-picker/variables.scss +2 -2
  210. package/components/datetime-range-picker-input/README.md +18 -19
  211. package/components/datetime-range-picker-input/common.d.ts +2 -1090
  212. package/components/datetime-range-picker-input/common.js +2 -0
  213. package/components/datetime-range-picker-input/datetime-range-picker-input.d.ts +5 -5
  214. package/components/datetime-range-picker-input/datetime-range-picker-input.vue +16 -16
  215. package/components/datetime-range-picker-popout/README.md +17 -18
  216. package/components/datetime-range-picker-popout/common.d.ts +2 -362
  217. package/components/datetime-range-picker-popout/common.js +3 -1
  218. package/components/datetime-range-picker-popout/datetime-range-picker-popout.d.ts +3 -3
  219. package/components/datetime-range-picker-popout/datetime-range-picker-popout.vue +17 -17
  220. package/components/dialog/README.md +59 -48
  221. package/components/dialog/common.d.ts +2 -362
  222. package/components/dialog/common.js +9 -1
  223. package/components/dialog/dialog.vue +15 -15
  224. package/components/dialog/variables.scss +2 -2
  225. package/components/dialog-agent/common.d.ts +2 -1025
  226. package/components/dialog-agent/common.js +4 -3
  227. package/components/dialog-agent/dialog-agent.vue +25 -25
  228. package/components/divider/README.md +8 -9
  229. package/components/divider/common.d.ts +2 -50
  230. package/components/divider/common.js +6 -1
  231. package/components/divider/divider.vue +1 -1
  232. package/components/divider/variables.scss +2 -2
  233. package/components/dnd/README.md +16 -19
  234. package/components/dnd/dnd.vue +4 -4
  235. package/components/dnd/variables.scss +2 -2
  236. package/components/dropdown/README.md +43 -37
  237. package/components/dropdown/common.d.ts +4 -102
  238. package/components/dropdown/common.js +11 -3
  239. package/components/dropdown/dropdown.d.ts +2 -1
  240. package/components/dropdown/dropdown.vue +12 -4
  241. package/components/dropdown/index.scss +29 -1
  242. package/components/dropdown/variables.scss +3 -2
  243. package/components/dropdown-item/dropdown-item.vue +16 -16
  244. package/components/ellipsis/README.md +89 -0
  245. package/components/ellipsis/common.d.ts +24 -0
  246. package/components/ellipsis/common.js +8 -0
  247. package/components/ellipsis/ellipsis.d.ts +28 -0
  248. package/components/ellipsis/ellipsis.vue +290 -0
  249. package/components/ellipsis/index.d.ts +1 -0
  250. package/components/ellipsis/index.js +1 -0
  251. package/components/ellipsis/index.scss +57 -0
  252. package/components/ellipsis/variables.scss +7 -0
  253. package/components/empty/README.md +7 -8
  254. package/components/empty/common.d.ts +2 -65
  255. package/components/empty/common.js +4 -1
  256. package/components/empty/empty.d.ts +1 -1
  257. package/components/empty/empty.vue +1 -1
  258. package/components/empty/variables.scss +2 -2
  259. package/components/fab/README.md +26 -27
  260. package/components/fab/common.d.ts +2 -622
  261. package/components/fab/common.js +7 -0
  262. package/components/fab/fab.d.ts +5 -5
  263. package/components/fab/fab.vue +4 -4
  264. package/components/fab/index.scss +2 -0
  265. package/components/fab/variables.scss +2 -2
  266. package/components/fab-item/common.d.ts +1 -1
  267. package/components/fab-item/common.js +1 -1
  268. package/components/fab-item/fab-item.vue +1 -1
  269. package/components/floating-bubble/README.md +10 -11
  270. package/components/floating-bubble/common.d.ts +2 -155
  271. package/components/floating-bubble/common.js +7 -1
  272. package/components/floating-bubble/floating-bubble.vue +4 -4
  273. package/components/floating-bubble/variables.scss +2 -2
  274. package/components/floating-panel/README.md +11 -14
  275. package/components/floating-panel/common.d.ts +2 -65
  276. package/components/floating-panel/common.js +6 -1
  277. package/components/floating-panel/floating-panel.vue +3 -3
  278. package/components/floating-panel/variables.scss +2 -2
  279. package/components/form/README.md +80 -81
  280. package/components/form/common.d.ts +3 -345
  281. package/components/form/common.js +13 -1
  282. package/components/form/form.d.ts +4 -3
  283. package/components/form/form.vue +2 -2
  284. package/components/form/variables.scss +2 -2
  285. package/components/form-item/index.scss +3 -0
  286. package/components/form-plain/form-plain.d.ts +4 -3
  287. package/components/form-plain/form-plain.vue +2 -2
  288. package/components/grid/README.md +15 -16
  289. package/components/grid/common.d.ts +2 -101
  290. package/components/grid/common.js +5 -1
  291. package/components/grid/grid.vue +1 -1
  292. package/components/grid/variables.scss +2 -2
  293. package/components/grid-item/grid-item.vue +1 -1
  294. package/components/icon/README.md +7 -8
  295. package/components/icon/common.d.ts +2 -65
  296. package/components/icon/common.js +6 -1
  297. package/components/icon/icon.vue +1 -1
  298. package/components/icon/variables.scss +2 -2
  299. package/components/image/README.md +14 -15
  300. package/components/image/common.d.ts +2 -401
  301. package/components/image/common.js +11 -1
  302. package/components/image/image.d.ts +4 -4
  303. package/components/image/image.vue +8 -13
  304. package/components/image/variables.scss +2 -2
  305. package/components/index/README.md +146 -0
  306. package/components/indexes/README.md +14 -15
  307. package/components/indexes/common.d.ts +2 -0
  308. package/components/indexes/common.js +5 -0
  309. package/components/indexes/indexes.d.ts +6 -1
  310. package/components/indexes/indexes.vue +7 -6
  311. package/components/indexes/variables.scss +2 -2
  312. package/components/indexes-nav/indexes-nav.vue +4 -2
  313. package/components/input/README.md +25 -26
  314. package/components/input/common.d.ts +3 -2402
  315. package/components/input/common.js +17 -1
  316. package/components/input/index.scss +57 -0
  317. package/components/input/input.d.ts +3 -2
  318. package/components/input/input.vue +22 -13
  319. package/components/input/variables.scss +7 -2
  320. package/components/keyboard/README.md +18 -19
  321. package/components/keyboard/common.d.ts +2 -26
  322. package/components/keyboard/common.js +5 -1
  323. package/components/keyboard/keyboard.d.ts +2 -2
  324. package/components/keyboard/keyboard.vue +5 -5
  325. package/components/keyboard/variables-dark.scss +2 -2
  326. package/components/keyboard/variables.scss +2 -2
  327. package/components/layout/README.md +7 -8
  328. package/components/list/README.md +12 -13
  329. package/components/list/common.d.ts +2 -170
  330. package/components/list/common.js +4 -1
  331. package/components/list/variables.scss +2 -2
  332. package/components/list-item/list-item.d.ts +1 -1
  333. package/components/list-item/list-item.vue +2 -2
  334. package/components/load-more/README.md +10 -11
  335. package/components/load-more/common.d.ts +1 -1
  336. package/components/load-more/common.js +2 -2
  337. package/components/load-more/load-more.vue +3 -3
  338. package/components/load-more/variables.scss +2 -2
  339. package/components/loading/README.md +9 -10
  340. package/components/loading/common.d.ts +2 -121
  341. package/components/loading/common.js +1 -0
  342. package/components/loading/index.scss +5 -6
  343. package/components/loading/variables.scss +2 -2
  344. package/components/locale/lang/zh-CN.d.ts +18 -0
  345. package/components/locale/lang/zh-CN.js +18 -0
  346. package/components/lucky-draw/README.md +71 -72
  347. package/components/marquee/README.md +9 -12
  348. package/components/marquee/common.d.ts +2 -37
  349. package/components/marquee/common.js +6 -1
  350. package/components/marquee/marquee.vue +1 -1
  351. package/components/marquee/variables.scss +2 -2
  352. package/components/menu/common.d.ts +1 -1
  353. package/components/menu/common.js +2 -2
  354. package/components/menu/menu.vue +1 -1
  355. package/components/menu/variables.scss +2 -2
  356. package/components/navbar/README.md +15 -16
  357. package/components/navbar/navbar.vue +1 -1
  358. package/components/navbar/variables.scss +2 -2
  359. package/components/navbar-item/navbar-item.vue +1 -1
  360. package/components/notice-bar/README.md +22 -25
  361. package/components/notice-bar/common.d.ts +2 -197
  362. package/components/notice-bar/common.js +7 -1
  363. package/components/notice-bar/notice-bar.d.ts +2 -2
  364. package/components/notice-bar/notice-bar.vue +3 -3
  365. package/components/notice-bar/variables.scss +2 -2
  366. package/components/notify/README.md +40 -41
  367. package/components/notify/common.d.ts +2 -145
  368. package/components/notify/common.js +7 -1
  369. package/components/notify/notify.d.ts +1 -1
  370. package/components/notify/notify.vue +12 -12
  371. package/components/notify/variables.scss +2 -2
  372. package/components/notify-agent/common.d.ts +2 -485
  373. package/components/notify-agent/common.js +4 -3
  374. package/components/notify-agent/notify-agent.d.ts +1 -1
  375. package/components/notify-agent/notify-agent.vue +20 -20
  376. package/components/overlay/README.md +6 -7
  377. package/components/overlay/common.d.ts +2 -65
  378. package/components/overlay/common.js +4 -1
  379. package/components/overlay/overlay.vue +2 -2
  380. package/components/overlay/variables.scss +2 -2
  381. package/components/pagination/README.md +10 -11
  382. package/components/pagination/common.d.ts +2 -145
  383. package/components/pagination/common.js +9 -1
  384. package/components/pagination/pagination.d.ts +1 -1
  385. package/components/pagination/pagination.vue +3 -3
  386. package/components/pagination/variables.scss +2 -2
  387. package/components/password-input/README.md +13 -14
  388. package/components/password-input/common.d.ts +2 -170
  389. package/components/password-input/common.js +6 -1
  390. package/components/password-input/password-input.d.ts +1 -1
  391. package/components/password-input/password-input.vue +4 -4
  392. package/components/password-input/variables.scss +2 -2
  393. package/components/picker/README.md +25 -28
  394. package/components/picker/common.d.ts +2 -49
  395. package/components/picker/common.js +1 -0
  396. package/components/picker/picker.vue +3 -3
  397. package/components/picker/variables.scss +2 -3
  398. package/components/picker-input/README.md +16 -17
  399. package/components/picker-input/common.d.ts +38 -38
  400. package/components/picker-input/picker-input.d.ts +3 -3
  401. package/components/picker-input/picker-input.vue +14 -14
  402. package/components/picker-popout/README.md +18 -19
  403. package/components/picker-popout/common.d.ts +2 -211
  404. package/components/picker-popout/common.js +1 -0
  405. package/components/picker-popout/picker-popout.d.ts +1 -1
  406. package/components/picker-popout/picker-popout.vue +13 -13
  407. package/components/popout/README.md +29 -30
  408. package/components/popout/common.d.ts +2 -530
  409. package/components/popout/common.js +11 -1
  410. package/components/popout/popout.d.ts +1 -1
  411. package/components/popout/popout.vue +14 -14
  412. package/components/popout/variables.scss +2 -2
  413. package/components/popout-input/README.md +14 -15
  414. package/components/popout-input/common.d.ts +3 -241
  415. package/components/popout-input/common.js +6 -1
  416. package/components/popout-input/index.scss +19 -0
  417. package/components/popout-input/popout-input.d.ts +6 -6
  418. package/components/popout-input/popout-input.vue +15 -9
  419. package/components/popout-input/variables.scss +2 -2
  420. package/components/popover/README.md +18 -19
  421. package/components/popover/common.d.ts +2 -170
  422. package/components/popover/common.js +10 -1
  423. package/components/popover/popover.d.ts +1 -1
  424. package/components/popover/popover.vue +4 -4
  425. package/components/popover/variables.scss +2 -2
  426. package/components/popover-reference/popover-reference.vue +1 -1
  427. package/components/popup/README.md +17 -18
  428. package/components/popup/common.d.ts +2 -226
  429. package/components/popup/common.js +9 -1
  430. package/components/popup/popup.d.ts +1 -1
  431. package/components/popup/popup.vue +13 -13
  432. package/components/popup/variables.scss +2 -3
  433. package/components/progress-bar/README.md +9 -10
  434. package/components/progress-bar/common.d.ts +2 -145
  435. package/components/progress-bar/common.js +5 -1
  436. package/components/progress-bar/progress-bar.vue +1 -1
  437. package/components/progress-bar/variables.scss +2 -2
  438. package/components/progress-circle/README.md +7 -8
  439. package/components/progress-circle/common.d.ts +2 -82
  440. package/components/progress-circle/common.js +5 -1
  441. package/components/progress-circle/progress-circle.vue +1 -1
  442. package/components/progress-circle/variables.scss +2 -2
  443. package/components/pull-down-refresh/README.md +18 -19
  444. package/components/pull-down-refresh/common.d.ts +2 -64
  445. package/components/pull-down-refresh/common.js +8 -4
  446. package/components/pull-down-refresh/pull-down-refresh.d.ts +1 -1
  447. package/components/pull-down-refresh/pull-down-refresh.vue +1 -1
  448. package/components/pull-down-refresh/variables.scss +2 -2
  449. package/components/puzzle-verify/README.md +3 -4
  450. package/components/puzzle-verify/common.d.ts +2 -170
  451. package/components/puzzle-verify/common.js +3 -2
  452. package/components/puzzle-verify/puzzle-verify.vue +6 -6
  453. package/components/puzzle-verify/variables.scss +2 -2
  454. package/components/qrcode/README.md +11 -19
  455. package/components/qrcode/common.d.ts +3 -170
  456. package/components/qrcode/common.js +10 -1
  457. package/components/qrcode/qrcode.d.ts +1 -1
  458. package/components/qrcode/qrcode.vue +28 -21
  459. package/components/qrcode/variables.scss +2 -2
  460. package/components/radio/README.md +42 -43
  461. package/components/radio/common.d.ts +2 -157
  462. package/components/radio/common.js +5 -1
  463. package/components/radio/radio.vue +1 -1
  464. package/components/radio/variables.scss +2 -2
  465. package/components/radio-group/radio-group.d.ts +1 -1
  466. package/components/radio-group/radio-group.vue +4 -4
  467. package/components/radio-input/README.md +12 -13
  468. package/components/radio-input/common.d.ts +2 -2
  469. package/components/radio-input/radio-input.d.ts +4 -4
  470. package/components/radio-input/radio-input.vue +14 -14
  471. package/components/radio-popout/README.md +20 -21
  472. package/components/radio-popout/common.d.ts +2 -441
  473. package/components/radio-popout/common.js +3 -0
  474. package/components/radio-popout/radio-popout.d.ts +2 -2
  475. package/components/radio-popout/radio-popout.vue +13 -13
  476. package/components/radio-popout/variables.scss +2 -2
  477. package/components/rate/README.md +14 -15
  478. package/components/rate/common.d.ts +2 -362
  479. package/components/rate/common.js +7 -1
  480. package/components/rate/rate.d.ts +2 -2
  481. package/components/rate/rate.vue +3 -3
  482. package/components/rate/variables.scss +2 -2
  483. package/components/read-more/README.md +11 -12
  484. package/components/read-more/common.d.ts +2 -82
  485. package/components/read-more/common.js +4 -1
  486. package/components/read-more/read-more.vue +4 -4
  487. package/components/read-more/variables.scss +2 -2
  488. package/components/resize-sensor/README.md +7 -13
  489. package/components/resize-sensor/common.d.ts +4 -28
  490. package/components/resize-sensor/common.js +4 -1
  491. package/components/resize-sensor/resize-sensor.d.ts +2 -2
  492. package/components/resize-sensor/resize-sensor.vue +17 -57
  493. package/components/result/README.md +5 -6
  494. package/components/result/common.d.ts +2 -82
  495. package/components/result/common.js +4 -1
  496. package/components/result/result.d.ts +1 -1
  497. package/components/result/result.vue +1 -1
  498. package/components/result/variables.scss +2 -2
  499. package/components/rotate-verify/README.md +3 -4
  500. package/components/rotate-verify/common.d.ts +2 -145
  501. package/components/rotate-verify/common.js +3 -2
  502. package/components/rotate-verify/rotate-verify.vue +6 -6
  503. package/components/rotate-verify/variables.scss +2 -2
  504. package/components/row/index.scss +2 -3
  505. package/components/row/variables.scss +2 -2
  506. package/components/scroll-list/README.md +11 -12
  507. package/components/scroll-list/common.d.ts +1 -1
  508. package/components/scroll-list/common.js +1 -1
  509. package/components/scroll-list/scroll-list.vue +5 -5
  510. package/components/scroll-list/variables.scss +2 -2
  511. package/components/scroll-spy/README.md +13 -14
  512. package/components/scroll-spy/scroll-spy.vue +5 -5
  513. package/components/search/README.md +21 -22
  514. package/components/search/common.d.ts +2 -226
  515. package/components/search/common.js +5 -1
  516. package/components/search/search.d.ts +3 -3
  517. package/components/search/search.vue +10 -10
  518. package/components/search/variables.scss +2 -2
  519. package/components/segmented/README.md +27 -28
  520. package/components/segmented/common.d.ts +4 -133
  521. package/components/segmented/common.js +8 -1
  522. package/components/segmented/segmented.d.ts +2 -1
  523. package/components/segmented/segmented.vue +7 -5
  524. package/components/segmented/variables.scss +2 -2
  525. package/components/segmented-item/common.d.ts +1 -1
  526. package/components/segmented-item/common.js +1 -1
  527. package/components/segmented-item/index.scss +4 -2
  528. package/components/segmented-item/segmented-item.vue +2 -1
  529. package/components/select/README.md +31 -32
  530. package/components/select/common.d.ts +2 -256
  531. package/components/select/common.js +2 -0
  532. package/components/select/select.d.ts +3 -3
  533. package/components/select/select.vue +6 -6
  534. package/components/select/variables.scss +2 -2
  535. package/components/select-input/README.md +5 -6
  536. package/components/select-input/common.d.ts +2 -1407
  537. package/components/select-input/common.js +1 -0
  538. package/components/select-input/select-input.d.ts +4 -4
  539. package/components/select-input/select-input.vue +16 -16
  540. package/components/select-option/common.d.ts +1 -1
  541. package/components/select-option/common.js +1 -1
  542. package/components/select-option/select-option.vue +1 -1
  543. package/components/select-option-group/common.d.ts +1 -1
  544. package/components/select-option-group/common.js +1 -1
  545. package/components/select-option-group/select-option-group.vue +1 -1
  546. package/components/select-popout/README.md +26 -27
  547. package/components/select-popout/common.d.ts +2 -553
  548. package/components/select-popout/common.js +2 -0
  549. package/components/select-popout/select-popout.d.ts +2 -2
  550. package/components/select-popout/select-popout.vue +16 -16
  551. package/components/share-sheet/README.md +34 -35
  552. package/components/share-sheet/common.d.ts +2 -122
  553. package/components/share-sheet/common.js +5 -1
  554. package/components/share-sheet/share-sheet.vue +15 -15
  555. package/components/share-sheet/variables.scss +2 -2
  556. package/components/sidebar/README.md +24 -25
  557. package/components/sidebar/sidebar.vue +3 -3
  558. package/components/sidebar/variables.scss +2 -2
  559. package/components/sidebar-item/sidebar-item.vue +1 -1
  560. package/components/signature/README.md +18 -19
  561. package/components/signature/common.d.ts +2 -257
  562. package/components/signature/common.js +10 -1
  563. package/components/signature/index.scss +6 -2
  564. package/components/signature/signature.vue +254 -274
  565. package/components/signature/variables-dark.scss +2 -2
  566. package/components/signature/variables.scss +2 -2
  567. package/components/skeleton/README.md +11 -12
  568. package/components/skeleton/common.d.ts +2 -122
  569. package/components/skeleton/common.js +5 -1
  570. package/components/skeleton/skeleton.d.ts +3 -3
  571. package/components/skeleton/skeleton.vue +1 -1
  572. package/components/skeleton/variables-dark.scss +2 -2
  573. package/components/skeleton/variables.scss +2 -2
  574. package/components/slide-verify/README.md +27 -28
  575. package/components/slide-verify/common.d.ts +2 -122
  576. package/components/slide-verify/common.js +4 -1
  577. package/components/slide-verify/slide-verify.vue +6 -6
  578. package/components/slide-verify/variables.scss +2 -2
  579. package/components/slider/README.md +25 -26
  580. package/components/slider/common.d.ts +2 -530
  581. package/components/slider/common.js +7 -1
  582. package/components/slider/slider.d.ts +3 -3
  583. package/components/slider/slider.vue +6 -6
  584. package/components/slider/variables-dark.scss +2 -2
  585. package/components/slider/variables.scss +2 -2
  586. package/components/space/README.md +8 -9
  587. package/components/space/common.d.ts +2 -65
  588. package/components/space/common.js +5 -1
  589. package/components/space/space.vue +1 -1
  590. package/components/space/variables.scss +2 -2
  591. package/components/status-bar/README.md +29 -6
  592. package/components/status-bar/common.d.ts +1 -1
  593. package/components/status-bar/common.js +1 -1
  594. package/components/status-bar/status-bar.vue +1 -1
  595. package/components/stepper/README.md +14 -15
  596. package/components/stepper/common.d.ts +2 -362
  597. package/components/stepper/common.js +12 -1
  598. package/components/stepper/stepper.d.ts +2 -2
  599. package/components/stepper/stepper.vue +5 -5
  600. package/components/stepper/variables.scss +2 -2
  601. package/components/steps/README.md +17 -18
  602. package/components/steps/common.d.ts +2 -226
  603. package/components/steps/common.js +11 -1
  604. package/components/steps/steps.vue +1 -1
  605. package/components/steps/variables.scss +2 -2
  606. package/components/sticky/README.md +11 -13
  607. package/components/sticky/sticky.vue +4 -4
  608. package/components/sticky-box/common.d.ts +3 -3
  609. package/components/sticky-box/sticky-box.vue +3 -3
  610. package/components/style/README.md +2 -3
  611. package/components/style/functions.scss +16 -0
  612. package/components/style/mixins/theme-dark.scss +0 -7
  613. package/components/style/variables-dark.scss +2 -2
  614. package/components/style/variables.scss +2 -2
  615. package/components/swipe-action/README.md +17 -18
  616. package/components/swipe-action/swipe-action.vue +1 -1
  617. package/components/swipe-action/variables.scss +2 -3
  618. package/components/swiper-dot/README.md +3 -4
  619. package/components/swiper-dot/common.d.ts +2 -65
  620. package/components/swiper-dot/common.js +7 -1
  621. package/components/swiper-dot/swiper-dot.vue +1 -1
  622. package/components/swiper-dot/variables.scss +2 -2
  623. package/components/switch/README.md +29 -30
  624. package/components/switch/common.d.ts +2 -155
  625. package/components/switch/common.js +6 -1
  626. package/components/switch/index.scss +1 -0
  627. package/components/switch/switch.d.ts +4 -4
  628. package/components/switch/switch.vue +5 -5
  629. package/components/switch/variables.scss +2 -2
  630. package/components/tab/tab.vue +1 -1
  631. package/components/tabbar/README.md +18 -19
  632. package/components/tabbar/common.d.ts +2 -82
  633. package/components/tabbar/common.js +4 -1
  634. package/components/tabbar/tabbar.vue +3 -3
  635. package/components/tabbar/variables.scss +2 -2
  636. package/components/tabbar-item/tabbar-item.vue +1 -1
  637. package/components/tabbar-pit/README.md +3 -4
  638. package/components/table/README.md +17 -18
  639. package/components/table/common.d.ts +2 -37
  640. package/components/table/common.js +5 -1
  641. package/components/table/table.vue +1 -1
  642. package/components/table/variables-dark.scss +2 -2
  643. package/components/table/variables.scss +2 -2
  644. package/components/tabs/README.md +17 -19
  645. package/components/tabs/common.d.ts +2 -50
  646. package/components/tabs/common.js +4 -1
  647. package/components/tabs/tabs.d.ts +1 -1
  648. package/components/tabs/tabs.vue +3 -3
  649. package/components/tabs/variables.scss +2 -2
  650. package/components/tag/README.md +13 -14
  651. package/components/tag/common.d.ts +2 -122
  652. package/components/tag/common.js +5 -1
  653. package/components/tag/tag.d.ts +2 -2
  654. package/components/tag/tag.vue +3 -3
  655. package/components/tag/variables.scss +2 -2
  656. package/components/timeline/README.md +3 -4
  657. package/components/timeline/variables.scss +2 -2
  658. package/components/toast/README.md +37 -38
  659. package/components/toast/common.d.ts +2 -122
  660. package/components/toast/common.js +9 -1
  661. package/components/toast/toast.d.ts +1 -1
  662. package/components/toast/toast.vue +11 -11
  663. package/components/toast/variables.scss +2 -2
  664. package/components/toast-agent/common.d.ts +2 -442
  665. package/components/toast-agent/common.js +4 -3
  666. package/components/toast-agent/toast-agent.d.ts +1 -1
  667. package/components/toast-agent/toast-agent.vue +19 -19
  668. package/components/tree/README.md +73 -61
  669. package/components/tree/common.d.ts +2 -601
  670. package/components/tree/common.js +3 -0
  671. package/components/tree/tree.d.ts +1 -1
  672. package/components/tree/tree.vue +11 -11
  673. package/components/tree/variables.scss +2 -2
  674. package/components/tree-node/tree-node.vue +4 -4
  675. package/components/upload/README.md +52 -55
  676. package/components/upload/common.d.ts +3 -199
  677. package/components/upload/common.js +15 -2
  678. package/components/upload/upload.d.ts +5 -2
  679. package/components/upload/upload.vue +13 -13
  680. package/components/upload/variables.scss +2 -2
  681. package/components/upload-preview/upload-preview.vue +1 -1
  682. package/components/waterfall/README.md +27 -28
  683. package/components/waterfall/common.d.ts +2 -37
  684. package/components/waterfall/common.js +6 -1
  685. package/components/waterfall/variables.scss +2 -2
  686. package/components/waterfall/waterfall.vue +3 -3
  687. package/components/watermark/README.md +5 -6
  688. package/components/watermark/common.d.ts +2 -145
  689. package/components/watermark/common.js +8 -1
  690. package/components/watermark/variables.scss +2 -2
  691. package/components/watermark/watermark.d.ts +3 -3
  692. package/components/watermark/watermark.vue +15 -14
  693. package/global.d.ts +8 -2
  694. package/index.d.ts +8 -1
  695. package/index.js +8 -1
  696. package/index.scss +4 -0
  697. package/package.json +10 -136
  698. package/use/useZIndex.js +1 -1
  699. package/utils/barcode.d.ts +73 -0
  700. package/utils/barcode.js +494 -0
  701. package/utils/canvas.d.ts +9 -0
  702. package/utils/canvas.js +12 -0
  703. package/utils/color.d.ts +39 -0
  704. package/utils/color.js +363 -0
  705. package/utils/file.d.ts +1 -1
  706. package/utils/file.js +30 -24
  707. package/utils/geometry.d.ts +5 -0
  708. package/utils/geometry.js +7 -0
  709. package/utils/index.d.ts +3 -0
  710. package/utils/index.js +3 -0
  711. package/utils/log.js +6 -1
  712. package/utils/number.js +2 -1
  713. package/utils/string.js +7 -7
  714. package/components/menu/_README.md +0 -61
package/CHANGELOG.md CHANGED
@@ -1,1167 +1,769 @@
1
- ## [1.27.1](https://github.com/sutras/sard-uniapp/compare/v1.27.0...v1.27.1) (2026-03-07)
1
+ ## 1.29.0 (2026-04-05)
2
2
 
3
+ * feat: 新增 barcode 组件 ([e6b065e](https://github.com/sutras/sard-uniapp/commit/e6b065e))
4
+ * feat: 新增 ColorPicker, ColorPickerInput, ColorPickerPopout 组件 ([1576b6d](https://github.com/sutras/sard-uniapp/commit/1576b6d))
5
+ * feat: 新增 DateStrip ([7b8d24d](https://github.com/sutras/sard-uniapp/commit/7b8d24d))
6
+ * feat: 新增 Ellipsis 组件 ([8585cdb](https://github.com/sutras/sard-uniapp/commit/8585cdb))
7
+ * docs: 修改文件路径 ([c2284b1](https://github.com/sutras/sard-uniapp/commit/c2284b1))
8
+ * docs(dropdown): 修改示例标题 ([74037ab](https://github.com/sutras/sard-uniapp/commit/74037ab))
9
+ * test: 更新测试用例 ([01a23b7](https://github.com/sutras/sard-uniapp/commit/01a23b7))
10
+ * refactor: 使用vitepress重构文档 ([926e6a1](https://github.com/sutras/sard-uniapp/commit/926e6a1))
11
+ * refactor: 添加案例iframe ([4a905f8](https://github.com/sutras/sard-uniapp/commit/4a905f8))
12
+ * refactor: 重构开发服务脚本 ([2274073](https://github.com/sutras/sard-uniapp/commit/2274073))
13
+ * refactor: 重构构建脚本 ([53b436d](https://github.com/sutras/sard-uniapp/commit/53b436d))
14
+ * refactor: 重构部署命令 ([f95e64f](https://github.com/sutras/sard-uniapp/commit/f95e64f))
15
+ * refactor: 重构部署脚本 ([7c0bf0c](https://github.com/sutras/sard-uniapp/commit/7c0bf0c))
16
+ * refactor: 重构预览脚本 ([80cd166](https://github.com/sutras/sard-uniapp/commit/80cd166))
17
+ * chore: changelog ([29eab29](https://github.com/sutras/sard-uniapp/commit/29eab29))
3
18
 
4
- ### Features
19
+ ## 1.28.0 (2026-03-27)
20
+
21
+ * fix: 优化form和switch布局 ([aae9bc1](https://github.com/sutras/sard-uniapp/commit/aae9bc1))
22
+ * fix(button): 设置icon对是否块级不影响 ([14ee315](https://github.com/sutras/sard-uniapp/commit/14ee315))
23
+ * fix(faq): 修复文字长度不一导致图标不对齐问题 ([2805d43](https://github.com/sutras/sard-uniapp/commit/2805d43))
24
+ * feat(accordion): 新增title, extra, arrow插槽 ([76f56d7](https://github.com/sutras/sard-uniapp/commit/76f56d7))
25
+ * feat(alert): 新增 square 属性,添加默认圆角 ([45b59af](https://github.com/sutras/sard-uniapp/commit/45b59af))
26
+ * feat(compact): 新增 Compact 组件 ([84b9dc4](https://github.com/sutras/sard-uniapp/commit/84b9dc4))
27
+ * feat(dialog): 使用text元素包裹message,以支持转义字符 ([b66c347](https://github.com/sutras/sard-uniapp/commit/b66c347))
28
+ * feat(dropdown): 新增分割线类型 ([0cd77cd](https://github.com/sutras/sard-uniapp/commit/0cd77cd))
29
+ * refactor: 将组件默认值迁移到每个组件里面 ([e567a22](https://github.com/sutras/sard-uniapp/commit/e567a22))
30
+ * chore: changelog ([a9af604](https://github.com/sutras/sard-uniapp/commit/a9af604))
31
+ * chore(dialog): 使用 view 包裹 text ([38a8b4f](https://github.com/sutras/sard-uniapp/commit/38a8b4f))
5
32
 
6
- * **select-popout:** 新增show-confirm属性 ([017d4ba](https://github.com/sutras/sard-uniapp/commit/017d4ba86f05ebe368ace11d4b47f2ff6f752c67))
33
+ ## <small>1.27.1 (2026-03-07)</small>
7
34
 
35
+ * feat(select-popout): 新增show-confirm属性 ([017d4ba](https://github.com/sutras/sard-uniapp/commit/017d4ba))
36
+ * chore: changelog ([1815937](https://github.com/sutras/sard-uniapp/commit/1815937))
8
37
 
38
+ ## 1.27.0 (2026-02-23)
9
39
 
10
- # [1.27.0](https://github.com/sutras/sard-uniapp/compare/v1.26.3...v1.27.0) (2026-02-23)
40
+ * feat: 新增 useLoadMore 钩子函数 ([fafa4ca](https://github.com/sutras/sard-uniapp/commit/fafa4ca))
41
+ * feat: 新增select, select-popout, select-input组件 ([be7db12](https://github.com/sutras/sard-uniapp/commit/be7db12))
42
+ * chore: changelog ([06d8ba5](https://github.com/sutras/sard-uniapp/commit/06d8ba5))
11
43
 
44
+ ## <small>1.26.3 (2026-02-05)</small>
12
45
 
13
- ### Features
46
+ * feat(datetime-range-picker): 新增插槽 ([b939e4e](https://github.com/sutras/sard-uniapp/commit/b939e4e))
47
+ * docs: 移除backPress的stop类型 ([489360e](https://github.com/sutras/sard-uniapp/commit/489360e))
48
+ * fix(cascader-input): 修复因max-rows设为-1导致被截断问题 ([363419a](https://github.com/sutras/sard-uniapp/commit/363419a))
49
+ * refactor(password-input): 添加圆角样式 ([3982569](https://github.com/sutras/sard-uniapp/commit/3982569))
50
+ * chore: changelog ([10ca16c](https://github.com/sutras/sard-uniapp/commit/10ca16c))
14
51
 
15
- * 新增 useLoadMore 钩子函数 ([fafa4ca](https://github.com/sutras/sard-uniapp/commit/fafa4ca70670ed7164d4657f6be1034361923288))
16
- * 新增select, select-popout, select-input组件 ([be7db12](https://github.com/sutras/sard-uniapp/commit/be7db12d484f87f66046ffabfed7ad0f57a6b96f))
52
+ ## <small>1.26.2 (2026-01-23)</small>
17
53
 
54
+ * fix: 修复弹出框关闭后页面无法滚动的问题 ([f5a7a92](https://github.com/sutras/sard-uniapp/commit/f5a7a92))
55
+ * chore: changelog ([5b9aba1](https://github.com/sutras/sard-uniapp/commit/5b9aba1))
18
56
 
57
+ ## <small>1.26.1 (2026-01-20)</small>
19
58
 
20
- ## [1.26.3](https://github.com/sutras/sard-uniapp/compare/v1.26.2...v1.26.3) (2026-02-05)
59
+ * fix(waterfall): 修复回流时获取不到高度导致重叠问题 ([41f434b](https://github.com/sutras/sard-uniapp/commit/41f434b))
60
+ * chore: changelog ([7490756](https://github.com/sutras/sard-uniapp/commit/7490756))
61
+ * chore: 修改类型 ([4ce754d](https://github.com/sutras/sard-uniapp/commit/4ce754d))
21
62
 
63
+ ## 1.26.0 (2026-01-17)
22
64
 
23
- ### Bug Fixes
65
+ * docs: update ([26b2244](https://github.com/sutras/sard-uniapp/commit/26b2244))
66
+ * docs(dialog): 修改属性说明 ([285bf61](https://github.com/sutras/sard-uniapp/commit/285bf61))
67
+ * chore: changelog ([e03482c](https://github.com/sutras/sard-uniapp/commit/e03482c))
68
+ * chore: changelog ([0d588b6](https://github.com/sutras/sard-uniapp/commit/0d588b6))
69
+ * chore: 解决冲突 ([9d13ca7](https://github.com/sutras/sard-uniapp/commit/9d13ca7))
70
+ * feat: 新增 PuzzleVerify 组件 ([3ef8c13](https://github.com/sutras/sard-uniapp/commit/3ef8c13))
71
+ * feat: 新增 RotateVerify 组件 ([cdd7441](https://github.com/sutras/sard-uniapp/commit/cdd7441))
72
+ * feat: 新增 SlideVerify 组件 ([06a8cd0](https://github.com/sutras/sard-uniapp/commit/06a8cd0))
73
+ * feat(tree): 支持异步编辑或拖拽节点 ([3819e01](https://github.com/sutras/sard-uniapp/commit/3819e01))
74
+ * feat(tree): 支持自定义编辑选项和远程数据同步 ([7296096](https://github.com/sutras/sard-uniapp/commit/7296096))
75
+ * chore(menu,popover): 添加泛型 ([e85a31a](https://github.com/sutras/sard-uniapp/commit/e85a31a))
76
+ * fix(form): 解决微信小程序中插槽内的表单项丢失上下问的问题 ([cc72b74](https://github.com/sutras/sard-uniapp/commit/cc72b74))
77
+ * fix(hook): 修复因组件销毁导致页面不能滚动的问题 ([9461ebd](https://github.com/sutras/sard-uniapp/commit/9461ebd))
78
+ * fix(waterfall): 修复h5端返回页面时布局堆叠问题 ([fa15a42](https://github.com/sutras/sard-uniapp/commit/fa15a42))
24
79
 
25
- * **cascader-input:** 修复因max-rows设为-1导致被截断问题 ([363419a](https://github.com/sutras/sard-uniapp/commit/363419ab9817f3f827cf2c8115aa0dd93d3ff52d))
80
+ ## <small>1.25.11 (2026-01-13)</small>
26
81
 
82
+ * fix(image): 修复绝对路径图片不能在小程序展示的问题 ([68d5649](https://github.com/sutras/sard-uniapp/commit/68d5649))
83
+ * chore: changelog ([ae63fbb](https://github.com/sutras/sard-uniapp/commit/ae63fbb))
84
+ * chore: 修复Ts类型错误 ([305aa4c](https://github.com/sutras/sard-uniapp/commit/305aa4c))
27
85
 
28
- ### Features
86
+ ## <small>1.25.10 (2026-01-13)</small>
29
87
 
30
- * **datetime-range-picker:** 新增插槽 ([b939e4e](https://github.com/sutras/sard-uniapp/commit/b939e4e33e7675589f685099724de3e419eb768b))
88
+ * fix(image): 修复h5端当设置基础路径时图片加载失败问题 ([3676098](https://github.com/sutras/sard-uniapp/commit/3676098))
89
+ * chore: changelog ([00204f6](https://github.com/sutras/sard-uniapp/commit/00204f6))
31
90
 
91
+ ## <small>1.25.9 (2026-01-12)</small>
32
92
 
93
+ * fix(tree): 修复文字过长产生的错位问题, 新增 auto-height 属性 ([5cb9535](https://github.com/sutras/sard-uniapp/commit/5cb9535))
94
+ * chore: changelog ([051f2e8](https://github.com/sutras/sard-uniapp/commit/051f2e8))
33
95
 
34
- ## [1.26.2](https://github.com/sutras/sard-uniapp/compare/v1.26.1...v1.26.2) (2026-01-23)
96
+ ## <small>1.25.8 (2026-01-03)</small>
35
97
 
98
+ * fix: 修复popup在h5端报错问题 ([ab1b409](https://github.com/sutras/sard-uniapp/commit/ab1b409))
99
+ * chore: changelog ([188728c](https://github.com/sutras/sard-uniapp/commit/188728c))
100
+
101
+ ## <small>1.25.7 (2026-01-01)</small>
102
+
103
+ * docs: 修改usePageTopPopup返回的方法 ([7b8081a](https://github.com/sutras/sard-uniapp/commit/7b8081a))
104
+ * fix: 修复notice-bar错位问题 ([f4a7e6b](https://github.com/sutras/sard-uniapp/commit/f4a7e6b))
105
+ * feat: app端允许页面返回时关闭弹出框 ([c538d7f](https://github.com/sutras/sard-uniapp/commit/c538d7f))
106
+ * feat: 小程序端允许页面返回操作关闭弹出框 ([a4fdc64](https://github.com/sutras/sard-uniapp/commit/a4fdc64))
107
+ * chore: changelog ([19292cf](https://github.com/sutras/sard-uniapp/commit/19292cf))
36
108
 
37
- ### Bug Fixes
109
+ ## <small>1.25.6 (2025-12-27)</small>
38
110
 
39
- * 修复弹出框关闭后页面无法滚动的问题 ([f5a7a92](https://github.com/sutras/sard-uniapp/commit/f5a7a92a015d1c6b2cb0ad7ab885b001b14dae0f))
111
+ * feat(ActionSheet): 动作面板允许命令式使用 ([d17e03a](https://github.com/sutras/sard-uniapp/commit/d17e03a))
112
+ * chore: changelog ([5ed9636](https://github.com/sutras/sard-uniapp/commit/5ed9636))
113
+ * chore: 修复类型错误 ([5406156](https://github.com/sutras/sard-uniapp/commit/5406156))
40
114
 
115
+ ## <small>1.25.5 (2025-11-30)</small>
41
116
 
117
+ * feat: 兼容鸿蒙 ([53924d7](https://github.com/sutras/sard-uniapp/commit/53924d7))
118
+ * feat: 阻止页面滚动(弹窗中的滚动穿透) ([21b43c0](https://github.com/sutras/sard-uniapp/commit/21b43c0))
119
+ * feat(cascader): 级联组件新增多选功能 ([7f104c1](https://github.com/sutras/sard-uniapp/commit/7f104c1))
120
+ * fix(image): 修复image动态展示时无法获取正确尺寸的问题 ([432d8b3](https://github.com/sutras/sard-uniapp/commit/432d8b3))
121
+ * chore: changelog ([48d3e81](https://github.com/sutras/sard-uniapp/commit/48d3e81))
42
122
 
43
- ## [1.26.1](https://github.com/sutras/sard-uniapp/compare/v1.26.0...v1.26.1) (2026-01-20)
123
+ ## <small>1.25.4 (2025-11-22)</small>
44
124
 
125
+ * feat: *-input 类组件新增input前置/后置插槽 ([98d879b](https://github.com/sutras/sard-uniapp/commit/98d879b))
126
+ * chore: changelog ([77943d0](https://github.com/sutras/sard-uniapp/commit/77943d0))
45
127
 
46
- ### Bug Fixes
128
+ ## <small>1.25.3 (2025-11-12)</small>
47
129
 
48
- * **waterfall:** 修复回流时获取不到高度导致重叠问题 ([41f434b](https://github.com/sutras/sard-uniapp/commit/41f434b86cb5cd76a8533690505924cd2942eb1e))
130
+ * fix: 修复ios微信端水印渲染失败问题 ([0bea433](https://github.com/sutras/sard-uniapp/commit/0bea433))
131
+ * chore: changelog ([a3cce64](https://github.com/sutras/sard-uniapp/commit/a3cce64))
132
+ * fix:bug ([933951b](https://github.com/sutras/sard-uniapp/commit/933951b))
133
+ * fix:解决水印组件在ios真机不显示问题 ([b9348a5](https://github.com/sutras/sard-uniapp/commit/b9348a5))
49
134
 
135
+ ## <small>1.25.2 (2025-11-11)</small>
50
136
 
137
+ * fix(cascader): 节点值相同时优先绑定后代节点 ([3937b2d](https://github.com/sutras/sard-uniapp/commit/3937b2d))
138
+ * fix(input): 修复web端最大字数限制无效问题 ([8811d13](https://github.com/sutras/sard-uniapp/commit/8811d13))
139
+ * 优先在子结点中查找,找到后再向上回溯路径 ([2fac54a](https://github.com/sutras/sard-uniapp/commit/2fac54a))
140
+ * chore: changelog ([7bf25d1](https://github.com/sutras/sard-uniapp/commit/7bf25d1))
141
+
142
+ ## <small>1.25.1 (2025-11-07)</small>
51
143
 
52
- # [1.26.0](https://github.com/sutras/sard-uniapp/compare/v1.25.11...v1.26.0) (2026-01-17)
144
+ * docs: 更新多语言文档 ([3b980d6](https://github.com/sutras/sard-uniapp/commit/3b980d6))
145
+ * feat(locale): 添加越南语语言包 ([8f1611a](https://github.com/sutras/sard-uniapp/commit/8f1611a))
146
+ * feat(popout): 添加遮罩相关属性 ([8ee1ad8](https://github.com/sutras/sard-uniapp/commit/8ee1ad8))
147
+ * feat(qrcode): 新增success事件 ([91195a9](https://github.com/sutras/sard-uniapp/commit/91195a9))
148
+ * chore: changelog ([04e716a](https://github.com/sutras/sard-uniapp/commit/04e716a))
53
149
 
150
+ ## 1.25.0 (2025-11-03)
54
151
 
55
- ### Bug Fixes
152
+ * docs: update docs ([ee8acb5](https://github.com/sutras/sard-uniapp/commit/ee8acb5))
153
+ * docs: 修改文档 ([5d1a52c](https://github.com/sutras/sard-uniapp/commit/5d1a52c))
154
+ * feat: 新增image组件 ([7c61f4d](https://github.com/sutras/sard-uniapp/commit/7c61f4d))
155
+ * feat(upload): 允许通过调用方法调起文件选择 ([a78a645](https://github.com/sutras/sard-uniapp/commit/a78a645))
156
+ * fix(loading): 修复根类名和样式设置错乱问题 ([f4ef355](https://github.com/sutras/sard-uniapp/commit/f4ef355))
157
+ * fix(util): 修复数组浅比较问题 ([7f04c96](https://github.com/sutras/sard-uniapp/commit/7f04c96))
158
+ * chore: changelog ([e7c2a7b](https://github.com/sutras/sard-uniapp/commit/e7c2a7b))
159
+
160
+ ## <small>1.24.7 (2025-10-02)</small>
161
+
162
+ * feat(config): 允许全局配置组件的任意属性 ([889ad5b](https://github.com/sutras/sard-uniapp/commit/889ad5b))
163
+ * feat(scroll-spy): 新增 disabled 属性 ([0d20897](https://github.com/sutras/sard-uniapp/commit/0d20897))
164
+ * feat(tabs): 新增line插槽 ([1d05dd0](https://github.com/sutras/sard-uniapp/commit/1d05dd0))
165
+ * feat(tree): 添加懒加载功能 ([f4c7d38](https://github.com/sutras/sard-uniapp/commit/f4c7d38))
166
+ * fix(form): 修复FormItemPlain错误定位问题 ([3b35b05](https://github.com/sutras/sard-uniapp/commit/3b35b05))
167
+ * fix(scroll-spy): 修复因重复设置current导致不滚动的问题 ([cb6ba8c](https://github.com/sutras/sard-uniapp/commit/cb6ba8c))
168
+ * chore: changelog ([54bd61d](https://github.com/sutras/sard-uniapp/commit/54bd61d))
169
+
170
+ ## <small>1.24.6 (2025-09-23)</small>
171
+
172
+ * chore: changelog ([b28ffc4](https://github.com/sutras/sard-uniapp/commit/b28ffc4))
173
+ * chore: update version ([db43384](https://github.com/sutras/sard-uniapp/commit/db43384))
174
+ * fix: 修复getWindowInfo在支付宝端缺少safeAreaInsets的问题 ([cbd26d7](https://github.com/sutras/sard-uniapp/commit/cbd26d7))
175
+ * fix(picker): 将空数组视为空值, 修复级联选择初始选择问题 ([2fd8d18](https://github.com/sutras/sard-uniapp/commit/2fd8d18))
176
+ * refactor(styles): 统一使用 background 替代 background-color ([e96fd83](https://github.com/sutras/sard-uniapp/commit/e96fd83))
56
177
 
57
- * **form:** 解决微信小程序中插槽内的表单项丢失上下问的问题 ([cc72b74](https://github.com/sutras/sard-uniapp/commit/cc72b74267ddd25f188cf8e99d754ff2c6eb36b3))
58
- * **hook:** 修复因组件销毁导致页面不能滚动的问题 ([9461ebd](https://github.com/sutras/sard-uniapp/commit/9461ebd67052bd74170dab993e09642dcf7b55ee))
59
- * **waterfall:** 修复h5端返回页面时布局堆叠问题 ([fa15a42](https://github.com/sutras/sard-uniapp/commit/fa15a42e404f652646f80502e463faa30b30894c))
178
+ ## <small>1.24.5 (2025-09-20)</small>
60
179
 
180
+ * feat: 新增 avatar-group 组件 ([4954219](https://github.com/sutras/sard-uniapp/commit/4954219))
181
+ * fix: 修复倒计时小时溢出的问题 ([823faa1](https://github.com/sutras/sard-uniapp/commit/823faa1))
182
+ * fix(popout): 修复popout类组件不显示按钮的问题 ([47bcea9](https://github.com/sutras/sard-uniapp/commit/47bcea9))
183
+ * fix(utils): 修复 支付宝getWindowInfo没有safeAreaInsets属性的问题 ([3d64401](https://github.com/sutras/sard-uniapp/commit/3d64401))
184
+ * chore: changelog ([e7d3c24](https://github.com/sutras/sard-uniapp/commit/e7d3c24))
61
185
 
62
- ### Features
186
+ ## <small>1.24.4 (2025-09-13)</small>
63
187
 
64
- * **tree:** 支持异步编辑或拖拽节点 ([3819e01](https://github.com/sutras/sard-uniapp/commit/3819e01f395d7aa807e0f30b3bf4ddb3f87295ad))
65
- * **tree:** 支持自定义编辑选项和远程数据同步 ([7296096](https://github.com/sutras/sard-uniapp/commit/7296096d64faaa833c93fd13d2118fdb4d8b000f))
66
- * 新增 PuzzleVerify 组件 ([3ef8c13](https://github.com/sutras/sard-uniapp/commit/3ef8c137048f0f4f661d930b548ef8470ad686d6))
67
- * 新增 RotateVerify 组件 ([cdd7441](https://github.com/sutras/sard-uniapp/commit/cdd74416674939817026bbf5ec56d5272a95a1e1))
68
- * 新增 SlideVerify 组件 ([06a8cd0](https://github.com/sutras/sard-uniapp/commit/06a8cd0b48fe8c532e0814bf2c6eeef00c056326))
188
+ * fix(form-item): 修复滚动报错问题 ([046fc16](https://github.com/sutras/sard-uniapp/commit/046fc16))
189
+ * chore: changelog ([ec303f9](https://github.com/sutras/sard-uniapp/commit/ec303f9))
69
190
 
191
+ ## <small>1.24.3 (2025-09-13)</small>
192
+
193
+ * fix: 修复web pc端展示默认导航时虚拟触摸事件clientY偏差问题 ([224c052](https://github.com/sutras/sard-uniapp/commit/224c052))
194
+ * fix(cascader): 修复allLevels属性透传问题 ([ab36e14](https://github.com/sutras/sard-uniapp/commit/ab36e14))
195
+ * fix(datetime-picker): 修复农历转公历错误的问题 ([9906925](https://github.com/sutras/sard-uniapp/commit/9906925))
196
+ * feat(fab): 允许自定义按钮 ([312b425](https://github.com/sutras/sard-uniapp/commit/312b425))
197
+ * feat(toast): 添加transparent属性的全局配置 ([ba14176](https://github.com/sutras/sard-uniapp/commit/ba14176))
198
+ * fix(fab, floating-bubble): 修复定位不准确的问题 ([de86205](https://github.com/sutras/sard-uniapp/commit/de86205))
199
+ * fix(input,textarea): 修复有些机型在输入合成时被最大输入长度阻碍的问题 ([057e800](https://github.com/sutras/sard-uniapp/commit/057e800))
200
+ * docs: 添加 keep-render 说明 ([b0dba96](https://github.com/sutras/sard-uniapp/commit/b0dba96))
201
+ * chore: changelog ([cfaccc6](https://github.com/sutras/sard-uniapp/commit/cfaccc6))
202
+ * chore(toast): 删除无用代码 ([b91ae6a](https://github.com/sutras/sard-uniapp/commit/b91ae6a))
203
+
204
+ ## <small>1.24.2 (2025-09-06)</small>
205
+
206
+ * feat(fab): 添加拖拽功能 ([4d24318](https://github.com/sutras/sard-uniapp/commit/4d24318))
207
+ * fix(count-down): 修复行内嵌套块的问题 ([fd8112c](https://github.com/sutras/sard-uniapp/commit/fd8112c))
208
+ * fix(popout): 修正按钮插槽内容 ([7f29d80](https://github.com/sutras/sard-uniapp/commit/7f29d80))
209
+ * fix(tag): 阻止点击关闭时的事件冒泡 ([4220f31](https://github.com/sutras/sard-uniapp/commit/4220f31))
210
+ * chore: changelog ([77b7468](https://github.com/sutras/sard-uniapp/commit/77b7468))
211
+
212
+ ## <small>1.24.1 (2025-08-31)</small>
213
+
214
+ * feat: 新增checkbox-popout和radio-popout新增icon-position属性 ([32f458a](https://github.com/sutras/sard-uniapp/commit/32f458a))
215
+ * feat: 新增阿拉伯语支持 ([b0b2c60](https://github.com/sutras/sard-uniapp/commit/b0b2c60))
216
+ * feat(form): 新增content-position属性 ([b588249](https://github.com/sutras/sard-uniapp/commit/b588249))
217
+ * feat(keyboard): 为车牌键盘模式添加双向绑定支持 ([740f7bf](https://github.com/sutras/sard-uniapp/commit/740f7bf))
218
+ * feat(tree): 新增node-click事件 ([a70e5d7](https://github.com/sutras/sard-uniapp/commit/a70e5d7))
219
+ * chore: changelog ([cc9e789](https://github.com/sutras/sard-uniapp/commit/cc9e789))
220
+ * chore: 统一接口的定义 ([0b3189f](https://github.com/sutras/sard-uniapp/commit/0b3189f))
221
+ * docs(input): 更新README文档添加enableNative属性说明 ([9ec9347](https://github.com/sutras/sard-uniapp/commit/9ec9347))
222
+
223
+ ## 1.24.0 (2025-08-24)
224
+
225
+ * feat: card 组件新增 collapsed 属性 ([9e6ec3b](https://github.com/sutras/sard-uniapp/commit/9e6ec3b))
226
+ * feat: tree 组件新增 check 事件 ([4985f46](https://github.com/sutras/sard-uniapp/commit/4985f46))
227
+ * feat: 新增 cool-icon 组件 ([ba51ef1](https://github.com/sutras/sard-uniapp/commit/ba51ef1))
228
+ * feat: 新增 segmented 组件 ([f70464a](https://github.com/sutras/sard-uniapp/commit/f70464a))
229
+ * feat: 新增 watermark 组件 ([ce36afd](https://github.com/sutras/sard-uniapp/commit/ce36afd))
230
+ * feat(keyboard): 扩展键盘toggle方法支持传入mode参数 ([25c6767](https://github.com/sutras/sard-uniapp/commit/25c6767))
231
+ * feat(keyboard): 添加键盘模式配置支持 ([e1dda90](https://github.com/sutras/sard-uniapp/commit/e1dda90))
232
+ * fix: *-input 类组件允许修改输入框箭头图标 ([2d2a719](https://github.com/sutras/sard-uniapp/commit/2d2a719))
233
+ * fix(cascader-input): 修复arrow属性失效; ([5b67a7a](https://github.com/sutras/sard-uniapp/commit/5b67a7a))
234
+ * fix(datetime-picker-input): 修复arrow属性失效; ([f530c73](https://github.com/sutras/sard-uniapp/commit/f530c73))
235
+ * perf: 压缩图片 ([8cd341f](https://github.com/sutras/sard-uniapp/commit/8cd341f))
236
+ * docs: 完善文档 ([facfc55](https://github.com/sutras/sard-uniapp/commit/facfc55))
237
+ * docs(keyboard): 更新键盘组件文档,添加mode属性和修正格式 ([b643236](https://github.com/sutras/sard-uniapp/commit/b643236))
238
+ * chore: changelog ([2cb9746](https://github.com/sutras/sard-uniapp/commit/2cb9746))
239
+ * chore: fix chainSet type ([135417f](https://github.com/sutras/sard-uniapp/commit/135417f))
240
+
241
+ ## <small>1.23.5 (2025-08-12)</small>
242
+
243
+ * feat(input): 添加 enableNative 属性以支持支付宝小程序 ([5c8b616](https://github.com/sutras/sard-uniapp/commit/5c8b616))
244
+ * feat(update): 允许同时选择图片和视频 ([d478208](https://github.com/sutras/sard-uniapp/commit/d478208))
245
+ * build: husky - DEPRECATED ([c0e32b2](https://github.com/sutras/sard-uniapp/commit/c0e32b2))
246
+ * chore: changelog ([dc2b365](https://github.com/sutras/sard-uniapp/commit/dc2b365))
247
+
248
+ ## <small>1.23.4 (2025-08-11)</small>
249
+
250
+ * feat(steps): 新增 reverse 属性 ([0b98b59](https://github.com/sutras/sard-uniapp/commit/0b98b59))
251
+ * docs: keyboard ([e89dee5](https://github.com/sutras/sard-uniapp/commit/e89dee5))
252
+ * chore: changelog ([540c3fd](https://github.com/sutras/sard-uniapp/commit/540c3fd))
253
+
254
+ ## <small>1.23.3 (2025-08-09)</small>
255
+
256
+ * test: update ([611feba](https://github.com/sutras/sard-uniapp/commit/611feba))
257
+ * docs(dnd): 新增嵌套拖拽案例 ([6907d66](https://github.com/sutras/sard-uniapp/commit/6907d66))
258
+ * chore: changelog ([85780b0](https://github.com/sutras/sard-uniapp/commit/85780b0))
259
+ * chore: input 添加 tools 元素 ([87ebb67](https://github.com/sutras/sard-uniapp/commit/87ebb67))
260
+ * chore: 添加命名空间前缀 PlateMode ([6a509af](https://github.com/sutras/sard-uniapp/commit/6a509af))
261
+ * fix(qrcode): 将@use改为@import ([9cf83d2](https://github.com/sutras/sard-uniapp/commit/9cf83d2))
262
+ * feat: 可弹出表单组件新增 resettable 属性 ([dce34de](https://github.com/sutras/sard-uniapp/commit/dce34de))
263
+ * feat(Keyboard): 车牌键盘切换按钮添加toggle事件 ([5b3c88d](https://github.com/sutras/sard-uniapp/commit/5b3c88d))
264
+ * feat(tag): 支持渐变色 ([20cd25a](https://github.com/sutras/sard-uniapp/commit/20cd25a))
265
+
266
+ ## <small>1.23.2 (2025-07-30)</small>
267
+
268
+ * fix(picker-input): 修复异步加载数据回显问题 ([76615e4](https://github.com/sutras/sard-uniapp/commit/76615e4))
269
+ * fix(picker-input): 允许设置 loaidng 属性 ([5f1f91c](https://github.com/sutras/sard-uniapp/commit/5f1f91c))
270
+ * feat: navbar 新增 fixationStyle, fixationClasss 属性 ([bdc70f1](https://github.com/sutras/sard-uniapp/commit/bdc70f1))
271
+ * chore: changelog ([5868e66](https://github.com/sutras/sard-uniapp/commit/5868e66))
272
+
273
+ ## <small>1.23.1 (2025-07-28)</small>
274
+
275
+ * chore: changelog ([e84dd9d](https://github.com/sutras/sard-uniapp/commit/e84dd9d))
276
+ * chore: config ([442966a](https://github.com/sutras/sard-uniapp/commit/442966a))
277
+ * fix: 修复 rate 清空问题 ([ac43638](https://github.com/sutras/sard-uniapp/commit/ac43638))
278
+
279
+ ## 1.23.0 (2025-07-26)
280
+
281
+ * feat: cascader 新增 allLevels 属性 ([d40fc98](https://github.com/sutras/sard-uniapp/commit/d40fc98))
282
+ * feat: crop-image 组件新增 cancel 回调 ([572991f](https://github.com/sutras/sard-uniapp/commit/572991f))
283
+ * feat: 新增 FormPlain, FormItemPlain 组件 ([95c6721](https://github.com/sutras/sard-uniapp/commit/95c6721))
284
+ * chore: changelog ([cba6066](https://github.com/sutras/sard-uniapp/commit/cba6066))
285
+
286
+ ## <small>1.22.2 (2025-07-24)</small>
287
+
288
+ * feat: upload 新增默认插槽 ([73f3658](https://github.com/sutras/sard-uniapp/commit/73f3658))
289
+ * fix: 优化支付宝端拖拽体验 ([351db34](https://github.com/sutras/sard-uniapp/commit/351db34))
290
+ * fix: 修复支付宝端获取元素尺寸可能存在失败的问题 ([12c2dfb](https://github.com/sutras/sard-uniapp/commit/12c2dfb))
291
+ * fix: 隐藏 list-item 单独使用时的上下文警告 ([18fe6bb](https://github.com/sutras/sard-uniapp/commit/18fe6bb))
292
+ * docs: 添加icp ([d18f73e](https://github.com/sutras/sard-uniapp/commit/d18f73e))
293
+ * chore: changelog ([a9b1252](https://github.com/sutras/sard-uniapp/commit/a9b1252))
294
+
295
+ ## <small>1.22.1 (2025-07-19)</small>
296
+
297
+ * docs: edit demo ([37885dd](https://github.com/sutras/sard-uniapp/commit/37885dd))
298
+ * feat: 基于 popout 组件的带有确定按钮的组件添加 confirm 事件 ([d88f36f](https://github.com/sutras/sard-uniapp/commit/d88f36f))
299
+ * feat: 所有基于 Popup 和 Popout 组件的组件都添加入场/退场相关事件 ([5178b00](https://github.com/sutras/sard-uniapp/commit/5178b00))
300
+ * chore: changelog ([5132326](https://github.com/sutras/sard-uniapp/commit/5132326))
301
+
302
+ ## 1.22.0 (2025-07-15)
303
+
304
+ * feat: *-input 类组件新增 inputProps 属性 ([837ed51](https://github.com/sutras/sard-uniapp/commit/837ed51))
305
+ * feat: *-input 类组件新增arrow插槽和arrow, arrow-family属性 ([6555241](https://github.com/sutras/sard-uniapp/commit/6555241))
306
+ * feat: accordion 组件新增 hide-border 属性 ([ae3a093](https://github.com/sutras/sard-uniapp/commit/ae3a093))
307
+ * feat: form-item 新增 error 插槽 ([b377e8e](https://github.com/sutras/sard-uniapp/commit/b377e8e))
308
+ * feat: input 组件新增 show-eye 属性 ([351a56e](https://github.com/sutras/sard-uniapp/commit/351a56e))
309
+ * feat: picker-input 新增 arrow 属性和 arrow 插槽 ([f9fc77f](https://github.com/sutras/sard-uniapp/commit/f9fc77f))
310
+ * feat: popout-input 新增 arrow-family 属性 ([a97f280](https://github.com/sutras/sard-uniapp/commit/a97f280))
311
+ * feat: popup-input 新增 arrow 属性和 arrow 插槽 ([4756536](https://github.com/sutras/sard-uniapp/commit/4756536))
312
+ * feat: 新增 dnd 组件 ([f9629a1](https://github.com/sutras/sard-uniapp/commit/f9629a1))
313
+ * feat: 新增overlayClosable属性 ([d615537](https://github.com/sutras/sard-uniapp/commit/d615537))
314
+ * feat(Popup): 增加 close-on-click-overlay,支持点击遮罩关闭弹出层;visible 支持 v-model ([28e7d27](https://github.com/sutras/sard-uniapp/commit/28e7d27))
315
+ * fix: 使popup组件在app端能传送到根节点 ([5008ce7](https://github.com/sutras/sard-uniapp/commit/5008ce7))
316
+ * chore: changelog ([4fbff9d](https://github.com/sutras/sard-uniapp/commit/4fbff9d))
317
+ * chore: changelog ([84a73bd](https://github.com/sutras/sard-uniapp/commit/84a73bd))
318
+ * docs: update ([7c2d8b7](https://github.com/sutras/sard-uniapp/commit/7c2d8b7))
319
+
320
+ ## <small>1.21.1 (2025-07-05)</small>
321
+
322
+ * fix: 修复 request 查询参数拼接问题 ([53df30d](https://github.com/sutras/sard-uniapp/commit/53df30d))
323
+ * fix: 替代废弃的 uni.getSystemInfoSync 接口 ([7b7d391](https://github.com/sutras/sard-uniapp/commit/7b7d391))
324
+ * chore: changelog ([25caadb](https://github.com/sutras/sard-uniapp/commit/25caadb))
325
+
326
+ ## 1.21.0 (2025-07-04)
327
+
328
+ * feat: list 新增隐藏边框属性 ([6fbab69](https://github.com/sutras/sard-uniapp/commit/6fbab69))
329
+ * feat: upload组件选择前置允许配置 ([5f2a753](https://github.com/sutras/sard-uniapp/commit/5f2a753))
330
+ * feat: 新增瀑布流组件 ([8da700b](https://github.com/sutras/sard-uniapp/commit/8da700b))
331
+ * fix: upload组件修改beforeChoose,多返回一个参数sourceType,用于区分当前选择项 ([d440c7e](https://github.com/sutras/sard-uniapp/commit/d440c7e))
332
+ * fix: 修复 fab 图标设置失败问题 ([da00f11](https://github.com/sutras/sard-uniapp/commit/da00f11))
333
+ * docs: 添加节流函数说明 ([1c65f22](https://github.com/sutras/sard-uniapp/commit/1c65f22))
334
+ * chore: changelog ([570cc2d](https://github.com/sutras/sard-uniapp/commit/570cc2d))
335
+
336
+ ## <small>1.20.2 (2025-07-02)</small>
337
+
338
+ * feat: dialog, notify, toast 新增事件 ([54e5c4b](https://github.com/sutras/sard-uniapp/commit/54e5c4b))
339
+ * chore: changelog ([4966ae1](https://github.com/sutras/sard-uniapp/commit/4966ae1))
340
+
341
+ ## <small>1.20.1 (2025-07-02)</small>
342
+
343
+ * fix: 修复upload图片预览失败和remove按钮层级过高问题 ([ea29178](https://github.com/sutras/sard-uniapp/commit/ea29178))
344
+ * chore: changelog ([218ba21](https://github.com/sutras/sard-uniapp/commit/218ba21))
345
+ * chore: update type ([8c0b408](https://github.com/sutras/sard-uniapp/commit/8c0b408))
346
+
347
+ ## 1.20.0 (2025-07-01)
348
+
349
+ * feat: card 组件新增边框相关css变量 ([b838d88](https://github.com/sutras/sard-uniapp/commit/b838d88))
350
+ * feat: checkbox-popout 新增搜索和全选功能 ([9457fdd](https://github.com/sutras/sard-uniapp/commit/9457fdd))
351
+ * feat: radio-popout 组件新增搜索功能 ([fade336](https://github.com/sutras/sard-uniapp/commit/fade336))
352
+ * feat: upload h5 显示真实文件名 ([635805f](https://github.com/sutras/sard-uniapp/commit/635805f))
353
+ * feat: upload 组件新增 item-click 事件 ([cc01b3f](https://github.com/sutras/sard-uniapp/commit/cc01b3f))
354
+ * feat: 修复slider在支付宝端点击问题 ([76e9fd4](https://github.com/sutras/sard-uniapp/commit/76e9fd4))
355
+ * feat: 扩大 DatetimeRangePickerPopout 绑定值的适应性范围,允许绑定空数组 ([087aa7f](https://github.com/sutras/sard-uniapp/commit/087aa7f))
356
+ * feat: 新增 case 相关工具函数 ([1c3acaa](https://github.com/sutras/sard-uniapp/commit/1c3acaa))
357
+ * feat: 新增 read-more 组件 ([12637b8](https://github.com/sutras/sard-uniapp/commit/12637b8))
358
+ * feat: 新增 ResizeSensor 组件 ([7f8697e](https://github.com/sutras/sard-uniapp/commit/7f8697e))
359
+ * feat: 新增 ScrollList 组件 ([dacce49](https://github.com/sutras/sard-uniapp/commit/dacce49))
360
+ * feat: 新增 sticky 和 sticky-box 组件 ([e99ef87](https://github.com/sutras/sard-uniapp/commit/e99ef87))
361
+ * feat: 新增工程化相关工具 ([09fc190](https://github.com/sutras/sard-uniapp/commit/09fc190))
362
+ * feat: 新增日期相关工具 ([51807f4](https://github.com/sutras/sard-uniapp/commit/51807f4))
363
+ * docs: 编写工具文档 ([8890238](https://github.com/sutras/sard-uniapp/commit/8890238))
364
+ * refactor: 调整utils函数位置 ([b33691b](https://github.com/sutras/sard-uniapp/commit/b33691b))
365
+ * chore: changelog ([c9785a2](https://github.com/sutras/sard-uniapp/commit/c9785a2))
366
+
367
+ ## <small>1.19.5 (2025-06-22)</small>
368
+
369
+ * docs: update ([f6563f6](https://github.com/sutras/sard-uniapp/commit/f6563f6))
370
+ * feat: 新增useLocaleProvide, useLocale钩子函数 ([a374df8](https://github.com/sutras/sard-uniapp/commit/a374df8))
371
+ * chore: changelog ([4f4805e](https://github.com/sutras/sard-uniapp/commit/4f4805e))
372
+
373
+ ## <small>1.19.4 (2025-06-19)</small>
374
+
375
+ * feat: calendar 允许修改范围文案 ([ba4debe](https://github.com/sutras/sard-uniapp/commit/ba4debe))
376
+
377
+ ## <small>1.19.3 (2025-06-17)</small>
378
+
379
+ * build: 组件添加readme ([9846285](https://github.com/sutras/sard-uniapp/commit/9846285))
380
+ * feat: dropdown 新增 togglable 属性 ([e46291e](https://github.com/sutras/sard-uniapp/commit/e46291e))
381
+ * feat: icon 添加 separate 属性 ([b20d069](https://github.com/sutras/sard-uniapp/commit/b20d069))
382
+ * chore: changelog ([82610fa](https://github.com/sutras/sard-uniapp/commit/82610fa))
383
+
384
+ ## <small>1.19.2 (2025-06-14)</small>
385
+
386
+ * docs: update ([969e1b5](https://github.com/sutras/sard-uniapp/commit/969e1b5))
387
+ * docs: 更新文档 ([14f83cb](https://github.com/sutras/sard-uniapp/commit/14f83cb))
388
+ * fix: picker 值为空时滚到第一个位置 ([f033ccc](https://github.com/sutras/sard-uniapp/commit/f033ccc))
389
+ * fix: 修复 picker-popout 首次选择不能获取选项列表问题 ([50cebc7](https://github.com/sutras/sard-uniapp/commit/50cebc7))
390
+ * feat: *-input 系列组件新增valueOnClear属性 ([42275cd](https://github.com/sutras/sard-uniapp/commit/42275cd))
391
+ * feat: calendar-popout组件新增title和title-prepend插槽 ([f6f8404](https://github.com/sutras/sard-uniapp/commit/f6f8404))
392
+ * feat: upload 组件新增 beforeChoose 属性 ([22e3137](https://github.com/sutras/sard-uniapp/commit/22e3137))
393
+ * feat: 增加 tag 组件的 mark 属性,支持 'left' 和 'right' 值以控制标记方向 ([77f9fb7](https://github.com/sutras/sard-uniapp/commit/77f9fb7))
394
+ * feat: 新增css变量 ([f1b081e](https://github.com/sutras/sard-uniapp/commit/f1b081e))
395
+ * feat: 新增图标属性和长按菜单功能 ([62c0d7f](https://github.com/sutras/sard-uniapp/commit/62c0d7f))
396
+ * chore: changelog ([8bb84f1](https://github.com/sutras/sard-uniapp/commit/8bb84f1))
397
+ * chore: update ([0ff5e69](https://github.com/sutras/sard-uniapp/commit/0ff5e69))
398
+ * chore: 修改qrcode合并代码 ([898ccc3](https://github.com/sutras/sard-uniapp/commit/898ccc3))
399
+ * build: 生成 HbuilderX 组件类型提示 ([c355baf](https://github.com/sutras/sard-uniapp/commit/c355baf))
400
+
401
+ ## <small>1.19.1 (2025-06-11)</small>
402
+
403
+ * feat: dropdown 新增 before-close 属性 ([fca24ac](https://github.com/sutras/sard-uniapp/commit/fca24ac))
404
+ * docs: 更新文档 ([b7aa136](https://github.com/sutras/sard-uniapp/commit/b7aa136))
405
+ * chore: changelog ([e482524](https://github.com/sutras/sard-uniapp/commit/e482524))
406
+
407
+ ## 1.19.0 (2025-06-10)
70
408
 
409
+ * fix: 修复 dialog 命令式回调选项参数问题 ([5af4fd8](https://github.com/sutras/sard-uniapp/commit/5af4fd8))
410
+ * fix: 修复 form fields 错乱删除问题 ([8250da9](https://github.com/sutras/sard-uniapp/commit/8250da9))
411
+ * fix: 修复cascader组件因值不存在时不显示列表的问题 ([4bae371](https://github.com/sutras/sard-uniapp/commit/4bae371))
412
+ * fix: 修复picker最后一列在安卓偏移问题 ([a041836](https://github.com/sutras/sard-uniapp/commit/a041836))
413
+ * refactor: 重构 useSetTimeout ([3f07b30](https://github.com/sutras/sard-uniapp/commit/3f07b30))
414
+ * feat: button 新增 square 属性 ([41db4ac](https://github.com/sutras/sard-uniapp/commit/41db4ac))
415
+ * feat: dropdown 新增 before-close 属性 ([3407a6b](https://github.com/sutras/sard-uniapp/commit/3407a6b))
416
+ * feat: 新增 swipe-action 组件 ([9a390c6](https://github.com/sutras/sard-uniapp/commit/9a390c6))
417
+ * test: 修改测试 ([12074b8](https://github.com/sutras/sard-uniapp/commit/12074b8))
418
+ * docs: 修改文档错误 ([0790114](https://github.com/sutras/sard-uniapp/commit/0790114))
419
+ * docs(demo): 密码输入框添加切换按钮 ([c9e0970](https://github.com/sutras/sard-uniapp/commit/c9e0970))
420
+ * build: 更新sard-cli ([2cd4997](https://github.com/sutras/sard-uniapp/commit/2cd4997))
421
+ * build: 更新sard-cli依赖包 ([22af22b](https://github.com/sutras/sard-uniapp/commit/22af22b))
422
+ * chore: changelog ([90c3e09](https://github.com/sutras/sard-uniapp/commit/90c3e09))
71
423
 
72
- ## [1.25.11](https://github.com/sutras/sard-uniapp/compare/v1.25.10...v1.25.11) (2026-01-13)
424
+ ## 1.18.0 (2025-06-06)
73
425
 
426
+ * docs: 更新图标使用文档 ([ac4a3ca](https://github.com/sutras/sard-uniapp/commit/ac4a3ca))
427
+ * feat: datetime-picker 组件新增农历类型 ([7b0f305](https://github.com/sutras/sard-uniapp/commit/7b0f305))
428
+ * feat: dropdown-item 组件新增显隐动画相关事件 ([83e8c52](https://github.com/sutras/sard-uniapp/commit/83e8c52))
429
+ * feat: icon支持冒号分隔符名称属性 ([7ffcd90](https://github.com/sutras/sard-uniapp/commit/7ffcd90))
430
+ * chore: changelog ([fec4e87](https://github.com/sutras/sard-uniapp/commit/fec4e87))
431
+ * chore: type ([9128442](https://github.com/sutras/sard-uniapp/commit/9128442))
74
432
 
75
- ### Bug Fixes
433
+ ## <small>1.17.1 (2025-05-30)</small>
76
434
 
77
- * **image:** 修复绝对路径图片不能在小程序展示的问题 ([68d5649](https://github.com/sutras/sard-uniapp/commit/68d5649976e93f96b95098578b26ee6f2e46183f))
435
+ * chore: changelog ([5757872](https://github.com/sutras/sard-uniapp/commit/5757872))
436
+ * chore: version ([f01a62d](https://github.com/sutras/sard-uniapp/commit/f01a62d))
437
+ * test: popup ([4f84fc3](https://github.com/sutras/sard-uniapp/commit/4f84fc3))
438
+ * fix: 修复Popup在H5 attrs 透传问题 ([4de8765](https://github.com/sutras/sard-uniapp/commit/4de8765))
439
+ * feat: steps组件新增自定义内容插槽 ([5f17466](https://github.com/sutras/sard-uniapp/commit/5f17466))
78
440
 
441
+ ## 1.17.0 (2025-05-29)
79
442
 
443
+ * fix: 修复popup在h5弹出状态跳转页面仍显示的问题 ([1187368](https://github.com/sutras/sard-uniapp/commit/1187368))
444
+ * feat: picker 组件新增 custom 插槽 ([218d384](https://github.com/sutras/sard-uniapp/commit/218d384))
445
+ * feat: tree 组件新增单选功能 ([a1fb8a2](https://github.com/sutras/sard-uniapp/commit/a1fb8a2))
446
+ * chore: changelog ([292b6e6](https://github.com/sutras/sard-uniapp/commit/292b6e6))
447
+ * chore: type ([5936b7f](https://github.com/sutras/sard-uniapp/commit/5936b7f))
80
448
 
81
- ## [1.25.10](https://github.com/sutras/sard-uniapp/compare/v1.25.9...v1.25.10) (2026-01-13)
449
+ ## 1.16.0 (2025-05-28)
82
450
 
451
+ * docs: add frieldly link ([1e4fc33](https://github.com/sutras/sard-uniapp/commit/1e4fc33))
452
+ * docs: edit demo ([8c3807c](https://github.com/sutras/sard-uniapp/commit/8c3807c))
453
+ * feat: 新增7个 *Input 对应的 *Popout 组件 ([c3645d4](https://github.com/sutras/sard-uniapp/commit/c3645d4))
454
+ * feat: 新增TabbarPit组件, Tabbar 组件新增fixed和safe-area-inset-bottom属性 ([b9f3197](https://github.com/sutras/sard-uniapp/commit/b9f3197))
455
+ * chore: changelog ([a2a8e7f](https://github.com/sutras/sard-uniapp/commit/a2a8e7f))
83
456
 
84
- ### Bug Fixes
457
+ ## <small>1.15.4 (2025-05-27)</small>
85
458
 
86
- * **image:** 修复h5端当设置基础路径时图片加载失败问题 ([3676098](https://github.com/sutras/sard-uniapp/commit/36760986f382b14febb1afa0e353fc60a4d9d0bd))
459
+ * fix: 降低peerDependencies vue的版本 ([518e2aa](https://github.com/sutras/sard-uniapp/commit/518e2aa))
460
+ * chore: changelog ([fc21f16](https://github.com/sutras/sard-uniapp/commit/fc21f16))
87
461
 
462
+ ## <small>1.15.3 (2025-05-24)</small>
88
463
 
464
+ * fix: tabs组件允许name为boolean类型 ([6897055](https://github.com/sutras/sard-uniapp/commit/6897055))
465
+ * chore: changelog ([7330f27](https://github.com/sutras/sard-uniapp/commit/7330f27))
89
466
 
90
- ## [1.25.9](https://github.com/sutras/sard-uniapp/compare/v1.25.8...v1.25.9) (2026-01-12)
467
+ ## <small>1.15.2 (2025-05-24)</small>
91
468
 
469
+ * fix: 内部icon设置固定family ([3c73574](https://github.com/sutras/sard-uniapp/commit/3c73574))
470
+ * chore: changelog ([2fbce53](https://github.com/sutras/sard-uniapp/commit/2fbce53))
92
471
 
93
- ### Bug Fixes
472
+ ## <small>1.15.1 (2025-05-21)</small>
94
473
 
95
- * **tree:** 修复文字过长产生的错位问题, 新增 auto-height 属性 ([5cb9535](https://github.com/sutras/sard-uniapp/commit/5cb953517c631ebcd9431190d3f5cc60c27d7e86))
474
+ * chore: changelog ([ba3ced2](https://github.com/sutras/sard-uniapp/commit/ba3ced2))
475
+ * chore: changelog ([cd8c713](https://github.com/sutras/sard-uniapp/commit/cd8c713))
476
+ * chore: temp ([3bf53cc](https://github.com/sutras/sard-uniapp/commit/3bf53cc))
477
+ * chore: temp3 ([99c0932](https://github.com/sutras/sard-uniapp/commit/99c0932))
478
+ * feat: dialog beforeClose 新增 loading 参数 ([715a961](https://github.com/sutras/sard-uniapp/commit/715a961))
96
479
 
480
+ ## <small>1.14.4 (2025-05-16)</small>
97
481
 
482
+ * fix: 修复 crop-image 弹出问题 ([d7bec84](https://github.com/sutras/sard-uniapp/commit/d7bec84))
483
+ * docs: 添加首页文档 ([b490c51](https://github.com/sutras/sard-uniapp/commit/b490c51))
484
+ * chore: changelog ([1572ebd](https://github.com/sutras/sard-uniapp/commit/1572ebd))
98
485
 
99
- ## [1.25.8](https://github.com/sutras/sard-uniapp/compare/v1.25.7...v1.25.8) (2026-01-03)
486
+ ## <small>1.14.3 (2025-05-14)</small>
100
487
 
488
+ * fix: 修复dropdown弹出框问题 ([5eeaf2e](https://github.com/sutras/sard-uniapp/commit/5eeaf2e))
489
+ * chore: changelog ([847c5b1](https://github.com/sutras/sard-uniapp/commit/847c5b1))
101
490
 
102
- ### Bug Fixes
491
+ ## <small>1.14.2 (2025-05-14)</small>
103
492
 
104
- * 修复popup在h5端报错问题 ([ab1b409](https://github.com/sutras/sard-uniapp/commit/ab1b4096318a1f742cc978d3d0fb6ef79d3404c8))
493
+ * fix: 使 *-input 弹出式输入框组件只有一个根节点 ([91fe1c0](https://github.com/sutras/sard-uniapp/commit/91fe1c0))
494
+ * chore: changelog ([33d1c84](https://github.com/sutras/sard-uniapp/commit/33d1c84))
105
495
 
496
+ ## <small>1.14.1 (2025-05-13)</small>
106
497
 
498
+ * fix: 修复 popup 组件 transform+fixed 渲染问题 ([5d0bf10](https://github.com/sutras/sard-uniapp/commit/5d0bf10))
499
+ * chore: changelog ([f859a59](https://github.com/sutras/sard-uniapp/commit/f859a59))
107
500
 
108
- ## [1.25.7](https://github.com/sutras/sard-uniapp/compare/v1.25.6...v1.25.7) (2026-01-01)
501
+ ## 1.14.0 (2025-05-12)
109
502
 
503
+ * feat: cascader 新增 change-on-select 属性 ([71c1329](https://github.com/sutras/sard-uniapp/commit/71c1329))
504
+ * chore: changelog ([2163978](https://github.com/sutras/sard-uniapp/commit/2163978))
110
505
 
111
- ### Bug Fixes
506
+ ## <small>1.13.3 (2025-05-12)</small>
112
507
 
113
- * 修复notice-bar错位问题 ([f4a7e6b](https://github.com/sutras/sard-uniapp/commit/f4a7e6ba0840c9723d51f0add89677c1fe985b07))
508
+ * fix: 修复tabs组件初始触发change事件问题 ([f9a408b](https://github.com/sutras/sard-uniapp/commit/f9a408b))
509
+ * build: update devDependencies ([d90e00d](https://github.com/sutras/sard-uniapp/commit/d90e00d))
510
+ * build: update uniapp ([e319628](https://github.com/sutras/sard-uniapp/commit/e319628))
511
+ * build: update vite ([ce384ed](https://github.com/sutras/sard-uniapp/commit/ce384ed))
512
+ * chore: changelog ([d143c17](https://github.com/sutras/sard-uniapp/commit/d143c17))
114
513
 
514
+ ## <small>1.13.2 (2025-05-06)</small>
115
515
 
116
- ### Features
516
+ * fix: 修复progress-bar inside 时显示问题 ([1e633ed](https://github.com/sutras/sard-uniapp/commit/1e633ed))
517
+ * chore: changelog ([07bcc1d](https://github.com/sutras/sard-uniapp/commit/07bcc1d))
117
518
 
118
- * app端允许页面返回时关闭弹出框 ([c538d7f](https://github.com/sutras/sard-uniapp/commit/c538d7fd35ade7bb07f192f35aed2db2515456b9))
119
- * 小程序端允许页面返回操作关闭弹出框 ([a4fdc64](https://github.com/sutras/sard-uniapp/commit/a4fdc647ae5425ea5c4302493ca00852a7cc3a7a))
519
+ ## <small>1.13.1 (2025-05-01)</small>
120
520
 
521
+ * fix: 修复notify显示问题 ([30d3f36](https://github.com/sutras/sard-uniapp/commit/30d3f36))
522
+ * chore: changelog ([7a40153](https://github.com/sutras/sard-uniapp/commit/7a40153))
121
523
 
524
+ ## 1.13.0 (2025-04-29)
122
525
 
123
- ## [1.25.6](https://github.com/sutras/sard-uniapp/compare/v1.25.5...v1.25.6) (2025-12-27)
526
+ * feat: button 组件新增 icon 功能 ([ff69d30](https://github.com/sutras/sard-uniapp/commit/ff69d30))
527
+ * feat: 新增 divider 组件 ([410fe89](https://github.com/sutras/sard-uniapp/commit/410fe89))
528
+ * feat: 新增 FloatingPanel 组件 ([ddb6561](https://github.com/sutras/sard-uniapp/commit/ddb6561))
529
+ * chore: changelog ([3a4af62](https://github.com/sutras/sard-uniapp/commit/3a4af62))
530
+ * Create 01-bug.yml ([8f960db](https://github.com/sutras/sard-uniapp/commit/8f960db))
531
+ * Update 01-bug.yml ([ecefbf9](https://github.com/sutras/sard-uniapp/commit/ecefbf9))
532
+ * Update 01-bug.yml ([2b78893](https://github.com/sutras/sard-uniapp/commit/2b78893))
124
533
 
534
+ ## <small>1.12.5 (2025-04-21)</small>
125
535
 
126
- ### Features
536
+ * fix: 修复 table 组件 sass 导入问题 ([238257e](https://github.com/sutras/sard-uniapp/commit/238257e))
537
+ * chore: changelog ([377ede1](https://github.com/sutras/sard-uniapp/commit/377ede1))
127
538
 
128
- * **ActionSheet:** 动作面板允许命令式使用 ([d17e03a](https://github.com/sutras/sard-uniapp/commit/d17e03abcb1d9179844a2d6856e4b6d34c0c3a0e))
539
+ ## <small>1.12.4 (2025-04-14)</small>
129
540
 
541
+ * feat: tabbar-item 组件 icon 插槽新增 active 属性 ([4ccd9cc](https://github.com/sutras/sard-uniapp/commit/4ccd9cc))
542
+ * chore: changelog ([e7d8f7f](https://github.com/sutras/sard-uniapp/commit/e7d8f7f))
130
543
 
544
+ ## <small>1.12.3 (2025-04-03)</small>
131
545
 
132
- ## [1.25.5](https://github.com/sutras/sard-uniapp/compare/v1.25.4...v1.25.5) (2025-11-30)
546
+ * feat: card 组件新增点击态 ([0eef48e](https://github.com/sutras/sard-uniapp/commit/0eef48e))
547
+ * chore: changelog ([f1a1b0a](https://github.com/sutras/sard-uniapp/commit/f1a1b0a))
133
548
 
549
+ ## <small>1.12.2 (2025-04-02)</small>
134
550
 
135
- ### Bug Fixes
551
+ * feat: tabs 等组件新增 change 事件, card 新增 click 事件 ([20fa21c](https://github.com/sutras/sard-uniapp/commit/20fa21c))
552
+ * docs: 更新 sard-cli 版本 ([c9059d6](https://github.com/sutras/sard-uniapp/commit/c9059d6))
553
+ * chore: changelog ([0ffeab0](https://github.com/sutras/sard-uniapp/commit/0ffeab0))
136
554
 
137
- * **image:** 修复image动态展示时无法获取正确尺寸的问题 ([432d8b3](https://github.com/sutras/sard-uniapp/commit/432d8b368a3b49e70f79d8c0b3a7ce65969171e5))
555
+ ## <small>1.12.1 (2025-03-29)</small>
138
556
 
557
+ * fix: 移除 crop-image 组件 toast 提示,新增button组件 inline 属性 ([64e6474](https://github.com/sutras/sard-uniapp/commit/64e6474))
558
+ * chore: changelog ([0d256b8](https://github.com/sutras/sard-uniapp/commit/0d256b8))
139
559
 
140
- ### Features
560
+ ## 1.12.0 (2025-03-25)
141
561
 
142
- * **cascader:** 级联组件新增多选功能 ([7f104c1](https://github.com/sutras/sard-uniapp/commit/7f104c1a393509a6b1c97b2565520f9f8e6f8361))
143
- * 兼容鸿蒙 ([53924d7](https://github.com/sutras/sard-uniapp/commit/53924d7f9562bb4cbe162083998f1485590c629f))
144
- * 阻止页面滚动(弹窗中的滚动穿透) ([21b43c0](https://github.com/sutras/sard-uniapp/commit/21b43c0924ba1197b217b6fd1020fbd07d5b04fe))
562
+ * chore: changelog ([c7d7703](https://github.com/sutras/sard-uniapp/commit/c7d7703))
563
+ * chore: 优化创建组件方式 ([57bc0d8](https://github.com/sutras/sard-uniapp/commit/57bc0d8))
564
+ * chore: 优化各组件 ([a8f05c8](https://github.com/sutras/sard-uniapp/commit/a8f05c8))
565
+ * chore: 支付宝端问题修复 ([d042189](https://github.com/sutras/sard-uniapp/commit/d042189))
566
+ * chore: 新增子组件脚本 ([61f3177](https://github.com/sutras/sard-uniapp/commit/61f3177))
567
+ * chore: 更新 uniapp ([09754e1](https://github.com/sutras/sard-uniapp/commit/09754e1))
568
+ * test: 编写测试用例 ([300c131](https://github.com/sutras/sard-uniapp/commit/300c131))
569
+ * fix: 修复 table 组件右边固定阴影显示问题 ([c6f0e88](https://github.com/sutras/sard-uniapp/commit/c6f0e88))
570
+ * fix: 修复cascader在支付宝端的展示问题 ([3e713ac](https://github.com/sutras/sard-uniapp/commit/3e713ac))
571
+ * fix: 修复因uniapp会修改元素id导致获取不到元素的问题 ([45b8070](https://github.com/sutras/sard-uniapp/commit/45b8070))
572
+ * fix(cascader): 允许空字符串作为未选择初始值 ([428b3c5](https://github.com/sutras/sard-uniapp/commit/428b3c5))
573
+ * feat: button 组件新增 block 属性 ([6b59144](https://github.com/sutras/sard-uniapp/commit/6b59144))
574
+ * feat: grid 组件新增 badge 相关属性 ([4f697a3](https://github.com/sutras/sard-uniapp/commit/4f697a3))
575
+ * feat: navbar组件新增属性,修改样式 ([e6039b4](https://github.com/sutras/sard-uniapp/commit/e6039b4))
576
+ * feat: 新增 crop-image 组件 ([9bd948a](https://github.com/sutras/sard-uniapp/commit/9bd948a))
577
+ * feat: 新增 ScrollSpy 组件 ([cefa8b4](https://github.com/sutras/sard-uniapp/commit/cefa8b4))
578
+ * feat: 新增 Sidebar 组件 ([608ec0d](https://github.com/sutras/sard-uniapp/commit/608ec0d))
579
+ * feat: 新增 signature 组件 ([f75489d](https://github.com/sutras/sard-uniapp/commit/f75489d))
580
+ * feat: 新增 status-bar 组件 ([e005b0c](https://github.com/sutras/sard-uniapp/commit/e005b0c))
581
+ * feat: 新增 zIndex 全局配置 ([7945ae9](https://github.com/sutras/sard-uniapp/commit/7945ae9))
582
+ * docs: 自定义导航栏 ([474cd29](https://github.com/sutras/sard-uniapp/commit/474cd29))
583
+ * docs(indexes): 修改演示组件 ([496e6e1](https://github.com/sutras/sard-uniapp/commit/496e6e1))
145
584
 
585
+ ## <small>1.11.2 (2025-03-06)</small>
146
586
 
587
+ * fix: 修复tree组件递归引用问题 ([0a789c6](https://github.com/sutras/sard-uniapp/commit/0a789c6))
588
+ * chore: changelog ([1949c45](https://github.com/sutras/sard-uniapp/commit/1949c45))
147
589
 
148
- ## [1.25.4](https://github.com/sutras/sard-uniapp/compare/v1.25.3...v1.25.4) (2025-11-22)
590
+ ## <small>1.11.1 (2025-03-06)</small>
149
591
 
592
+ * fix: 修复日期时间选择器min, max联动问题 ([fd6c351](https://github.com/sutras/sard-uniapp/commit/fd6c351))
593
+ * chore: changelog ([390272f](https://github.com/sutras/sard-uniapp/commit/390272f))
150
594
 
151
- ### Features
595
+ ## 1.11.0 (2025-03-04)
152
596
 
153
- * *-input 类组件新增input前置/后置插槽 ([98d879b](https://github.com/sutras/sard-uniapp/commit/98d879bea01faa8f7c72f6c24f59e42e9da165ef))
597
+ * chore: changelog ([cbd59cd](https://github.com/sutras/sard-uniapp/commit/cbd59cd))
598
+ * chore: changelog ([5c5c49f](https://github.com/sutras/sard-uniapp/commit/5c5c49f))
599
+ * chore: np version ([c7a6b1e](https://github.com/sutras/sard-uniapp/commit/c7a6b1e))
600
+ * feat: 新增 DatetimeRangePicker 和 DatetimeRangePickerInput 组件 ([8b3d6ee](https://github.com/sutras/sard-uniapp/commit/8b3d6ee))
601
+ * fix(datetime-picker): 修改min, max属性后更新列数据 ([9b6b3f4](https://github.com/sutras/sard-uniapp/commit/9b6b3f4))
154
602
 
603
+ ## <small>1.10.4 (2025-02-19)</small>
155
604
 
605
+ * fix: 使用 @import 导入scss, 兼容mp-alipay ([3e1b7b6](https://github.com/sutras/sard-uniapp/commit/3e1b7b6))
156
606
 
157
- ## [1.25.3](https://github.com/sutras/sard-uniapp/compare/v1.25.2...v1.25.3) (2025-11-12)
607
+ ## <small>1.10.3 (2025-02-19)</small>
158
608
 
609
+ * fix: 修复 cascader, cascader-input 组件 ([1ac846d](https://github.com/sutras/sard-uniapp/commit/1ac846d))
610
+ * fix: 确保 DatetimePickerInput value 格式化, 移除sass警告 ([0ded8f9](https://github.com/sutras/sard-uniapp/commit/0ded8f9))
611
+ * build: add remote ([22b3869](https://github.com/sutras/sard-uniapp/commit/22b3869))
612
+ * build: 兼容windows系统 ([757d94b](https://github.com/sutras/sard-uniapp/commit/757d94b))
159
613
 
160
- ### Bug Fixes
614
+ ## <small>1.10.1 (2025-01-08)</small>
161
615
 
162
- * 修复ios微信端水印渲染失败问题 ([0bea433](https://github.com/sutras/sard-uniapp/commit/0bea433bf0246bbbb1f4cf7701fb75a2879aed90))
616
+ * fix: 修复全局配置问题 ([b05a52e](https://github.com/sutras/sard-uniapp/commit/b05a52e))
617
+ * build: github page ([6614f99](https://github.com/sutras/sard-uniapp/commit/6614f99))
163
618
 
619
+ ## 1.10.0 (2025-01-01)
164
620
 
621
+ * feat: 新增 Space 组件, 新增 Dialog 组件的按钮配置, 新增 valueFormat 属性, 修复已知问题 ([69825ef](https://github.com/sutras/sard-uniapp/commit/69825ef))
165
622
 
166
- ## [1.25.2](https://github.com/sutras/sard-uniapp/compare/v1.25.1...v1.25.2) (2025-11-11)
623
+ ## <small>1.9.2 (2024-12-22)</small>
167
624
 
625
+ * feat: 表单组件新增change事件 ([cc56e51](https://github.com/sutras/sard-uniapp/commit/cc56e51))
168
626
 
169
- ### Bug Fixes
627
+ ## <small>1.9.1 (2024-12-22)</small>
170
628
 
171
- * **cascader:** 节点值相同时优先绑定后代节点 ([3937b2d](https://github.com/sutras/sard-uniapp/commit/3937b2d3ee47afe875d5d1544d211ca31f7490a0))
172
- * **input:** 修复web端最大字数限制无效问题 ([8811d13](https://github.com/sutras/sard-uniapp/commit/8811d13ef1c5294ad16fb52b1d1b56fd2c37f356))
629
+ * fix: 修复qrcode 在app端报错的问题 ([486a95f](https://github.com/sutras/sard-uniapp/commit/486a95f))
173
630
 
631
+ ## 1.9.0 (2024-12-22)
174
632
 
633
+ * feat: 新增表格组件 ([6649af4](https://github.com/sutras/sard-uniapp/commit/6649af4))
634
+ * docs: update README ([8b90019](https://github.com/sutras/sard-uniapp/commit/8b90019))
635
+ * docs: 修改文档 ([4375b68](https://github.com/sutras/sard-uniapp/commit/4375b68))
175
636
 
176
- ## [1.25.1](https://github.com/sutras/sard-uniapp/compare/v1.25.0...v1.25.1) (2025-11-07)
637
+ ## <small>1.8.2 (2024-12-06)</small>
177
638
 
639
+ * fix(PopoutInput): 只读时隐藏箭头 ([28f29ac](https://github.com/sutras/sard-uniapp/commit/28f29ac))
640
+ * docs: udpate docs ([1a684b2](https://github.com/sutras/sard-uniapp/commit/1a684b2))
641
+ * chore: sass use ([9c83be9](https://github.com/sutras/sard-uniapp/commit/9c83be9))
642
+ * chore: update dependencies ([a9f7a57](https://github.com/sutras/sard-uniapp/commit/a9f7a57))
643
+ * chore: update dependencies ([45a71b6](https://github.com/sutras/sard-uniapp/commit/45a71b6))
178
644
 
179
- ### Features
645
+ ## <small>1.8.1 (2024-10-22)</small>
180
646
 
181
- * **locale:** 添加越南语语言包 ([8f1611a](https://github.com/sutras/sard-uniapp/commit/8f1611a73e9f291ea4a64c23319de1b646de7457))
182
- * **popout:** 添加遮罩相关属性 ([8ee1ad8](https://github.com/sutras/sard-uniapp/commit/8ee1ad86787f8ff970fcf60cb305aa4c484537df))
183
- * **qrcode:** 新增success事件 ([91195a9](https://github.com/sutras/sard-uniapp/commit/91195a9a13f14b518421811c95c29d3f364ee88f))
647
+ * fix: 修复局部导入组件未注册问题 ([225ff82](https://github.com/sutras/sard-uniapp/commit/225ff82))
184
648
 
649
+ ## 1.8.0 (2024-10-21)
185
650
 
651
+ * feat: 按钮添加小程序能力 ([a887361](https://github.com/sutras/sard-uniapp/commit/a887361))
186
652
 
187
- # [1.25.0](https://github.com/sutras/sard-uniapp/compare/v1.24.7...v1.25.0) (2025-11-03)
653
+ ## <small>1.7.1 (2024-09-20)</small>
188
654
 
655
+ * fix: 修复 input 获取焦点时的光标位置 ([820f248](https://github.com/sutras/sard-uniapp/commit/820f248))
189
656
 
190
- ### Bug Fixes
657
+ ## 1.7.0 (2024-09-18)
191
658
 
192
- * **loading:** 修复根类名和样式设置错乱问题 ([f4ef355](https://github.com/sutras/sard-uniapp/commit/f4ef355e31d68e200868811a656f989ce6c7bd64))
193
- * **util:** 修复数组浅比较问题 ([7f04c96](https://github.com/sutras/sard-uniapp/commit/7f04c961210dfddfb475f41299dca6391e418060))
659
+ * feat: 新增全局配置 ([dbc6444](https://github.com/sutras/sard-uniapp/commit/dbc6444))
194
660
 
661
+ ## <small>1.6.1 (2024-08-30)</small>
195
662
 
196
- ### Features
663
+ * fix: count-down stop timer before unmount ([5a0feb2](https://github.com/sutras/sard-uniapp/commit/5a0feb2))
664
+ * fix: fix type of 'confirm-hold' in sard-input ([fd6209d](https://github.com/sutras/sard-uniapp/commit/fd6209d))
665
+ * docs: update intro ([ef4fc3f](https://github.com/sutras/sard-uniapp/commit/ef4fc3f))
666
+ * chore: commit changelog ([eb4afce](https://github.com/sutras/sard-uniapp/commit/eb4afce))
197
667
 
198
- * **upload:** 允许通过调用方法调起文件选择 ([a78a645](https://github.com/sutras/sard-uniapp/commit/a78a6456f44c3fa6a7d1bba46b8354b07e458d1f))
199
- * 新增image组件 ([7c61f4d](https://github.com/sutras/sard-uniapp/commit/7c61f4da58ad4f3307da6472e9c9df85e0f82f59))
668
+ ## 1.6.0 (2024-08-19)
200
669
 
670
+ * chore: rc fixed ([c822504](https://github.com/sutras/sard-uniapp/commit/c822504))
671
+ * feat: 新增Fab, FloatingBubble 组件, 优化构建流程 close #39 ([fe28b0a](https://github.com/sutras/sard-uniapp/commit/fe28b0a)), closes [#39](https://github.com/sutras/sard-uniapp/issues/39)
672
+ * feat: 新增Tree, Timeline, BackTop 组件 close #36, close #41, close 43 ([f0a0504](https://github.com/sutras/sard-uniapp/commit/f0a0504)), closes [#36](https://github.com/sutras/sard-uniapp/issues/36) [#41](https://github.com/sutras/sard-uniapp/issues/41)
201
673
 
674
+ ## <small>1.4.1 (2024-08-02)</small>
202
675
 
203
- ## [1.24.7](https://github.com/sutras/sard-uniapp/compare/v1.24.6...v1.24.7) (2025-10-02)
676
+ * feat: search组件新增clear, focus, blur事件 ([5c4f9fe](https://github.com/sutras/sard-uniapp/commit/5c4f9fe))
677
+ * docs: fix emit's name of Keyboard ([d8e245c](https://github.com/sutras/sard-uniapp/commit/d8e245c))
204
678
 
679
+ ## 1.4.0 (2024-08-01)
205
680
 
206
- ### Bug Fixes
681
+ * feat: add qrcode ([4c74b1e](https://github.com/sutras/sard-uniapp/commit/4c74b1e))
207
682
 
208
- * **form:** 修复FormItemPlain错误定位问题 ([3b35b05](https://github.com/sutras/sard-uniapp/commit/3b35b05b6df5c5b3de447ffec9f7ff37b7be8ab3))
209
- * **scroll-spy:** 修复因重复设置current导致不滚动的问题 ([cb6ba8c](https://github.com/sutras/sard-uniapp/commit/cb6ba8c0563657ae0e826e7a3816430c9ff711d7))
683
+ ## 1.3.0 (2024-07-16)
210
684
 
685
+ * feat: 新增radio-input, checkbox-input, alert组件 ([4d2198e](https://github.com/sutras/sard-uniapp/commit/4d2198e))
211
686
 
212
- ### Features
687
+ ## <small>1.2.2 (2024-07-13)</small>
213
688
 
214
- * **config:** 允许全局配置组件的任意属性 ([889ad5b](https://github.com/sutras/sard-uniapp/commit/889ad5b1df4f9ddcfdeaffc6d2492d95f16550d3))
215
- * **scroll-spy:** 新增 disabled 属性 ([0d20897](https://github.com/sutras/sard-uniapp/commit/0d20897bdf2c97f2f6423a58ab90327ba606fae7))
216
- * **tabs:** 新增line插槽 ([1d05dd0](https://github.com/sutras/sard-uniapp/commit/1d05dd05893b3264a805e42abe6792212a4ba95a))
217
- * **tree:** 添加懒加载功能 ([f4c7d38](https://github.com/sutras/sard-uniapp/commit/f4c7d38aa952d67b0056922c22f47c04519f5a25))
689
+ * fix: lwa copy ([d2ecc78](https://github.com/sutras/sard-uniapp/commit/d2ecc78))
690
+ * fix: 修复pnpm非扁平化依赖包下lwa依赖问题 close #32 ([904e6bd](https://github.com/sutras/sard-uniapp/commit/904e6bd)), closes [#32](https://github.com/sutras/sard-uniapp/issues/32)
218
691
 
692
+ ## 1.2.0 (2024-07-11)
219
693
 
694
+ * chore: flush lwa ([5f21968](https://github.com/sutras/sard-uniapp/commit/5f21968))
695
+ * feat: 新增Marquee, LuckyDraw, CountTo组件 ([ce825ae](https://github.com/sutras/sard-uniapp/commit/ce825ae))
696
+ * docs: 维护文档 ([752ea20](https://github.com/sutras/sard-uniapp/commit/752ea20))
220
697
 
221
- ## [1.24.6](https://github.com/sutras/sard-uniapp/compare/v1.24.5...v1.24.6) (2025-09-23)
698
+ ## <small>1.1.7 (2024-05-20)</small>
222
699
 
700
+ * fix: 修复表单内组件的禁用和只读问题 close #27 ([733f010](https://github.com/sutras/sard-uniapp/commit/733f010)), closes [#27](https://github.com/sutras/sard-uniapp/issues/27)
223
701
 
224
- ### Bug Fixes
702
+ ## <small>1.1.6 (2024-05-19)</small>
225
703
 
226
- * **picker:** 将空数组视为空值, 修复级联选择初始选择问题 ([2fd8d18](https://github.com/sutras/sard-uniapp/commit/2fd8d18e411a526dc65cb1c99826162bae3ba4c6))
227
- * 修复getWindowInfo在支付宝端缺少safeAreaInsets的问题 ([cbd26d7](https://github.com/sutras/sard-uniapp/commit/cbd26d74074d9afe9299db92b9245de7cc46177a))
704
+ * fix: 修复 notify 组件显示问题、优化文档 ([34f09a6](https://github.com/sutras/sard-uniapp/commit/34f09a6))
228
705
 
706
+ ## <small>1.1.5 (2024-05-18)</small>
229
707
 
708
+ * fix: 修复toast&dialog不显示问题 ([37255c5](https://github.com/sutras/sard-uniapp/commit/37255c5))
709
+ * docs: update docs ([61cf32a](https://github.com/sutras/sard-uniapp/commit/61cf32a))
230
710
 
231
- ## [1.24.5](https://github.com/sutras/sard-uniapp/compare/v1.24.4...v1.24.5) (2025-09-20)
711
+ ## <small>1.1.4 (2024-05-17)</small>
232
712
 
713
+ * fix: 修复input组件字数统计, dialog&toast组件不能显示的问题 close #26,#24 ([fb31059](https://github.com/sutras/sard-uniapp/commit/fb31059)), closes [#26](https://github.com/sutras/sard-uniapp/issues/26) [#24](https://github.com/sutras/sard-uniapp/issues/24)
714
+ * chore: 使用 pnpm 管理依赖包和workspace、调整项目的目录结构 ([ad53f4d](https://github.com/sutras/sard-uniapp/commit/ad53f4d))
715
+ * chore: 兼容windows上开发此组件库 ([a53e0d0](https://github.com/sutras/sard-uniapp/commit/a53e0d0))
716
+ * chore: 类型参数化组件的props、emit、slot;修改组件打包方式 ([30408a0](https://github.com/sutras/sard-uniapp/commit/30408a0))
233
717
 
234
- ### Bug Fixes
718
+ ## <small>1.1.3 (2024-05-11)</small>
235
719
 
236
- * **popout:** 修复popout类组件不显示按钮的问题 ([47bcea9](https://github.com/sutras/sard-uniapp/commit/47bcea986609b927a79d2bd917f907eda1757f82))
237
- * **utils:** 修复 支付宝getWindowInfo没有safeAreaInsets属性的问题 ([3d64401](https://github.com/sutras/sard-uniapp/commit/3d64401aa9f71d468e9463160493c981a3caa323))
238
- * 修复倒计时小时溢出的问题 ([823faa1](https://github.com/sutras/sard-uniapp/commit/823faa107517f91b1b630d70986a3e8b1206c39e))
720
+ * fix: 修复下拉刷新组件有时不触发的问题 close #18 ([5ec5044](https://github.com/sutras/sard-uniapp/commit/5ec5044)), closes [#18](https://github.com/sutras/sard-uniapp/issues/18)
239
721
 
722
+ ## <small>1.1.2 (2024-05-10)</small>
240
723
 
241
- ### Features
724
+ * fix: 移除属性选择器 close #23 ([b3c0450](https://github.com/sutras/sard-uniapp/commit/b3c0450)), closes [#23](https://github.com/sutras/sard-uniapp/issues/23)
242
725
 
243
- * 新增 avatar-group 组件 ([4954219](https://github.com/sutras/sard-uniapp/commit/4954219095bc3cff12d7de74c90af188b54a99fc))
726
+ ## <small>1.1.1 (2024-05-05)</small>
244
727
 
728
+ * fix: 修复upload-preview的image在h5环境下,没有宽度导致图片显示不全 ([71383d3](https://github.com/sutras/sard-uniapp/commit/71383d3))
729
+ * fix: 修复upload组件图片预览问题 ([0552838](https://github.com/sutras/sard-uniapp/commit/0552838))
245
730
 
731
+ ## 1.1.0 (2024-05-02)
246
732
 
247
- ## [1.24.4](https://github.com/sutras/sard-uniapp/compare/v1.24.3...v1.24.4) (2025-09-13)
733
+ * fix: 修复input组件字数统计问题 close #19 ([4a63701](https://github.com/sutras/sard-uniapp/commit/4a63701)), closes [#19](https://github.com/sutras/sard-uniapp/issues/19)
248
734
 
735
+ ## 1.1.0-rc.2 (2024-04-27)
249
736
 
250
- ### Bug Fixes
737
+ * chore: update version ([fd317e1](https://github.com/sutras/sard-uniapp/commit/fd317e1))
738
+ * docs: close #16 ([add3635](https://github.com/sutras/sard-uniapp/commit/add3635)), closes [#16](https://github.com/sutras/sard-uniapp/issues/16)
739
+ * docs: 添加github文档和演示链接 ([acba9d5](https://github.com/sutras/sard-uniapp/commit/acba9d5))
740
+ * dropdown-item点击变化值后,没有回传 ([9098a56](https://github.com/sutras/sard-uniapp/commit/9098a56))
251
741
 
252
- * **form-item:** 修复滚动报错问题 ([046fc16](https://github.com/sutras/sard-uniapp/commit/046fc16abc03e260172eb9a6f763b241d58ebd05))
742
+ ## 1.1.0-rc.1 (2024-04-08)
253
743
 
744
+ * feat: 新增load-more组件, stepper组件新增size属性 ([d8184c7](https://github.com/sutras/sard-uniapp/commit/d8184c7))
254
745
 
746
+ ## 1.1.0-beta.1 (2024-04-06)
255
747
 
256
- ## [1.24.3](https://github.com/sutras/sard-uniapp/compare/v1.24.2...v1.24.3) (2025-09-13)
748
+ * feat: 新增pull-down-refresh组件, slider组件新增时间, 重构loading组件, 其他优化 ([c6dc6e4](https://github.com/sutras/sard-uniapp/commit/c6dc6e4))
749
+ * docs: update quickstart.md ([8f92f87](https://github.com/sutras/sard-uniapp/commit/8f92f87))
750
+ * build: 新增changelog构建流程 ([21759bd](https://github.com/sutras/sard-uniapp/commit/21759bd))
257
751
 
752
+ ## <small>1.0.5 (2024-03-30)</small>
258
753
 
259
- ### Bug Fixes
754
+ * fix: 修复打包组件缺少文件的问题 ([915a6af](https://github.com/sutras/sard-uniapp/commit/915a6af))
755
+ * test(test): 完善测试用例 ([ab2301e](https://github.com/sutras/sard-uniapp/commit/ab2301e))
260
756
 
261
- * **cascader:** 修复allLevels属性透传问题 ([ab36e14](https://github.com/sutras/sard-uniapp/commit/ab36e14f4dee3c5162fa37514667e8362b084744))
262
- * **datetime-picker:** 修复农历转公历错误的问题 ([9906925](https://github.com/sutras/sard-uniapp/commit/9906925e43b4ca0f5845d932e54db0fccc4e1841))
263
- * **fab, floating-bubble:** 修复定位不准确的问题 ([de86205](https://github.com/sutras/sard-uniapp/commit/de862051a02c9ba9b4bda963937d07330171dbfd))
264
- * **input,textarea:** 修复有些机型在输入合成时被最大输入长度阻碍的问题 ([057e800](https://github.com/sutras/sard-uniapp/commit/057e8004fa06849a2e6423d56bf3c4fc85318a8a))
265
- * 修复web pc端展示默认导航时虚拟触摸事件clientY偏差问题 ([224c052](https://github.com/sutras/sard-uniapp/commit/224c0525e1f1171b05ed212bf4906e09e9c9374e))
266
-
267
-
268
- ### Features
269
-
270
- * **fab:** 允许自定义按钮 ([312b425](https://github.com/sutras/sard-uniapp/commit/312b4252497b3ab2d030e10057cc73ef6a7c116b))
271
- * **toast:** 添加transparent属性的全局配置 ([ba14176](https://github.com/sutras/sard-uniapp/commit/ba14176e73d88413a864e35e787233b164028427))
272
-
273
-
274
-
275
- ## [1.24.2](https://github.com/sutras/sard-uniapp/compare/v1.24.1...v1.24.2) (2025-09-06)
276
-
277
-
278
- ### Bug Fixes
279
-
280
- * **count-down:** 修复行内嵌套块的问题 ([fd8112c](https://github.com/sutras/sard-uniapp/commit/fd8112c3885c0069b34f6709c7190a298d680726))
281
- * **popout:** 修正按钮插槽内容 ([7f29d80](https://github.com/sutras/sard-uniapp/commit/7f29d8059ac1dd342f85a5de54f42e867879ecfc))
282
- * **tag:** 阻止点击关闭时的事件冒泡 ([4220f31](https://github.com/sutras/sard-uniapp/commit/4220f311f0c5564ae095db6863f415f483f7f22e))
283
-
284
-
285
- ### Features
286
-
287
- * **fab:** 添加拖拽功能 ([4d24318](https://github.com/sutras/sard-uniapp/commit/4d243186b4ba22ebe50722c67466eb702c88cbf5))
288
-
289
-
290
-
291
- ## [1.24.1](https://github.com/sutras/sard-uniapp/compare/v1.24.0...v1.24.1) (2025-08-31)
292
-
293
-
294
- ### Features
295
-
296
- * **form:** 新增content-position属性 ([b588249](https://github.com/sutras/sard-uniapp/commit/b5882493653491d6a03f0b04f898b6b9c31a06c5))
297
- * **keyboard:** 为车牌键盘模式添加双向绑定支持 ([740f7bf](https://github.com/sutras/sard-uniapp/commit/740f7bf074658d845d49ad5582663af639757260))
298
- * **tree:** 新增node-click事件 ([a70e5d7](https://github.com/sutras/sard-uniapp/commit/a70e5d786305e580cbac7eb8c897ed79cff54059))
299
- * 新增checkbox-popout和radio-popout新增icon-position属性 ([32f458a](https://github.com/sutras/sard-uniapp/commit/32f458aa46ceebdb4ed46f51733f3749e60461a0))
300
- * 新增阿拉伯语支持 ([b0b2c60](https://github.com/sutras/sard-uniapp/commit/b0b2c6050bad21f476e767659c8ac6802bfcadb6))
301
-
302
-
303
-
304
- # [1.24.0](https://github.com/sutras/sard-uniapp/compare/v1.23.5...v1.24.0) (2025-08-24)
305
-
306
-
307
- ### Bug Fixes
308
-
309
- * *-input 类组件允许修改输入框箭头图标 ([2d2a719](https://github.com/sutras/sard-uniapp/commit/2d2a7199fcdf9cd9760a151edae8c28bb39c6f8a))
310
- * **cascader-input:** 修复arrow属性失效; ([5b67a7a](https://github.com/sutras/sard-uniapp/commit/5b67a7a631abb04f86de28507d4195268338a0e1))
311
- * **datetime-picker-input:** 修复arrow属性失效; ([f530c73](https://github.com/sutras/sard-uniapp/commit/f530c7384f78ed14e1af7f2fc5978fdcf26be17e))
312
-
313
-
314
- ### Features
315
-
316
- * card 组件新增 collapsed 属性 ([9e6ec3b](https://github.com/sutras/sard-uniapp/commit/9e6ec3bd5e9b7a7e9834d7c1cdd69d0f0b8efaac))
317
- * **keyboard:** 扩展键盘toggle方法支持传入mode参数 ([25c6767](https://github.com/sutras/sard-uniapp/commit/25c67671fc35dd349380c80e83eb1d26dc582ad5))
318
- * **keyboard:** 添加键盘模式配置支持 ([e1dda90](https://github.com/sutras/sard-uniapp/commit/e1dda90788460c3c3b7af9f7c82d9c7a704fa910))
319
- * tree 组件新增 check 事件 ([4985f46](https://github.com/sutras/sard-uniapp/commit/4985f4629029744cd6298b37d04a40235379fb89))
320
- * 新增 cool-icon 组件 ([ba51ef1](https://github.com/sutras/sard-uniapp/commit/ba51ef12a312a7cde65d629170f8c9da2394cebb))
321
- * 新增 segmented 组件 ([f70464a](https://github.com/sutras/sard-uniapp/commit/f70464aa3bbef71ed44be967995c210f64d1a536))
322
- * 新增 watermark 组件 ([ce36afd](https://github.com/sutras/sard-uniapp/commit/ce36afd833dbc4eba4a06741faea3ba47dc704fd))
323
-
324
-
325
- ### Performance Improvements
326
-
327
- * 压缩图片 ([8cd341f](https://github.com/sutras/sard-uniapp/commit/8cd341f601449bb8ab8d2b0c65da1faedbe3373f))
328
-
329
-
330
-
331
- ## [1.23.5](https://github.com/sutras/sard-uniapp/compare/v1.23.4...v1.23.5) (2025-08-12)
332
-
333
-
334
- ### Features
335
-
336
- * **input:** 添加 enableNative 属性以支持支付宝小程序 ([5c8b616](https://github.com/sutras/sard-uniapp/commit/5c8b61624b35a543e87d030266f706eeda819447))
337
- * **update:** 允许同时选择图片和视频 ([d478208](https://github.com/sutras/sard-uniapp/commit/d4782089767950340448c87bd1bccb43759ede77))
338
-
339
-
340
-
341
- ## [1.23.4](https://github.com/sutras/sard-uniapp/compare/v1.23.3...v1.23.4) (2025-08-11)
342
-
343
-
344
- ### Features
345
-
346
- * **steps:** 新增 reverse 属性 ([0b98b59](https://github.com/sutras/sard-uniapp/commit/0b98b594a94ee5e1968e54d278fb11d683a0514e))
347
-
348
-
349
-
350
- ## [1.23.3](https://github.com/sutras/sard-uniapp/compare/v1.23.2...v1.23.3) (2025-08-09)
351
-
352
-
353
- ### Bug Fixes
354
-
355
- * **qrcode:** 将[@use](https://github.com/use)改为[@import](https://github.com/import) ([9cf83d2](https://github.com/sutras/sard-uniapp/commit/9cf83d2efbac8bdc668d0e35622a76357ed59b6a))
356
-
357
-
358
- ### Features
359
-
360
- * **Keyboard:** 车牌键盘切换按钮添加toggle事件 ([5b3c88d](https://github.com/sutras/sard-uniapp/commit/5b3c88d45abacd558f55208d4e6fc334b7b2cb10))
361
- * **tag:** 支持渐变色 ([20cd25a](https://github.com/sutras/sard-uniapp/commit/20cd25a8cc5f9125fd1daa8d1834a112dade6a70))
362
- * 可弹出表单组件新增 resettable 属性 ([dce34de](https://github.com/sutras/sard-uniapp/commit/dce34de7fc5a3d8650a56377481aaae9ac001516))
363
-
364
-
365
-
366
- ## [1.23.2](https://github.com/sutras/sard-uniapp/compare/v1.23.1...v1.23.2) (2025-07-30)
367
-
368
-
369
- ### Bug Fixes
370
-
371
- * **picker-input:** 修复异步加载数据回显问题 ([76615e4](https://github.com/sutras/sard-uniapp/commit/76615e4f397265e0c110c082ace579c7fb24396a))
372
- * **picker-input:** 允许设置 loaidng 属性 ([5f1f91c](https://github.com/sutras/sard-uniapp/commit/5f1f91c4f7a4ae6275b2909cc8da7058b2af5471))
373
-
374
-
375
- ### Features
376
-
377
- * navbar 新增 fixationStyle, fixationClasss 属性 ([bdc70f1](https://github.com/sutras/sard-uniapp/commit/bdc70f1282f7a232ed8cadae2699ec5f4074a37c))
378
-
379
-
380
-
381
- ## [1.23.1](https://github.com/sutras/sard-uniapp/compare/v1.23.0...v1.23.1) (2025-07-28)
382
-
383
-
384
- ### Bug Fixes
385
-
386
- * 修复 rate 清空问题 ([ac43638](https://github.com/sutras/sard-uniapp/commit/ac43638b3802d759221df5b65cb36c71c21a50ef))
387
-
388
-
389
-
390
- # [1.23.0](https://github.com/sutras/sard-uniapp/compare/v1.22.2...v1.23.0) (2025-07-26)
391
-
392
-
393
- ### Features
394
-
395
- * cascader 新增 allLevels 属性 ([d40fc98](https://github.com/sutras/sard-uniapp/commit/d40fc98100553b8ffdbd035640107062433dc33e))
396
- * crop-image 组件新增 cancel 回调 ([572991f](https://github.com/sutras/sard-uniapp/commit/572991f199c2c10b0a8b50c63356297fad33d715))
397
- * 新增 FormPlain, FormItemPlain 组件 ([95c6721](https://github.com/sutras/sard-uniapp/commit/95c67215f69c5f5a8f3aec370e53a3b99031232e))
398
-
399
-
400
-
401
- ## [1.22.2](https://github.com/sutras/sard-uniapp/compare/v1.22.1...v1.22.2) (2025-07-24)
402
-
403
-
404
- ### Bug Fixes
405
-
406
- * 优化支付宝端拖拽体验 ([351db34](https://github.com/sutras/sard-uniapp/commit/351db340ec343c95cb37015e03375113b43a6840))
407
- * 修复支付宝端获取元素尺寸可能存在失败的问题 ([12c2dfb](https://github.com/sutras/sard-uniapp/commit/12c2dfb59e17a9811600b11d23c093d6c0c56bf6))
408
- * 隐藏 list-item 单独使用时的上下文警告 ([18fe6bb](https://github.com/sutras/sard-uniapp/commit/18fe6bb645c383282723ad29c4636ac775cbadf2))
409
-
410
-
411
- ### Features
412
-
413
- * upload 新增默认插槽 ([73f3658](https://github.com/sutras/sard-uniapp/commit/73f3658c94cc7b04c036a577a959c1385665e6f7))
414
-
415
-
416
-
417
- ## [1.22.1](https://github.com/sutras/sard-uniapp/compare/v1.22.0...v1.22.1) (2025-07-19)
418
-
419
-
420
- ### Features
421
-
422
- * 基于 popout 组件的带有确定按钮的组件添加 confirm 事件 ([d88f36f](https://github.com/sutras/sard-uniapp/commit/d88f36fd2f23a33eb56b2c7fd1f3919558a4f857))
423
- * 所有基于 Popup 和 Popout 组件的组件都添加入场/退场相关事件 ([5178b00](https://github.com/sutras/sard-uniapp/commit/5178b00e0e4b092304013b5639a7f85c52ba65b3))
424
-
425
-
426
-
427
- # [1.22.0](https://github.com/sutras/sard-uniapp/compare/v1.21.1...v1.22.0) (2025-07-15)
428
-
429
-
430
- ### Bug Fixes
431
-
432
- * 使popup组件在app端能传送到根节点 ([5008ce7](https://github.com/sutras/sard-uniapp/commit/5008ce7d72f2167b2c8c40b7b9cef16c4420ad69))
433
-
434
-
435
- ### Features
436
-
437
- * *-input 类组件新增 inputProps 属性 ([837ed51](https://github.com/sutras/sard-uniapp/commit/837ed514a684c8547e0a23b410912eda6fd8435b))
438
- * *-input 类组件新增arrow插槽和arrow, arrow-family属性 ([6555241](https://github.com/sutras/sard-uniapp/commit/655524171dd619461f4acfccbc3b7f753fc6e1d5))
439
- * accordion 组件新增 hide-border 属性 ([ae3a093](https://github.com/sutras/sard-uniapp/commit/ae3a093df01ab788dee6e51cac551d7d352974dd))
440
- * form-item 新增 error 插槽 ([b377e8e](https://github.com/sutras/sard-uniapp/commit/b377e8e082fcab3e03006a999bed2c2015910f67))
441
- * input 组件新增 show-eye 属性 ([351a56e](https://github.com/sutras/sard-uniapp/commit/351a56ec77fabc44edb788b2e9e06ffdfb5a7cef))
442
- * picker-input 新增 arrow 属性和 arrow 插槽 ([f9fc77f](https://github.com/sutras/sard-uniapp/commit/f9fc77f31fe58f879d97d9fd8c16efced2f4626e))
443
- * popout-input 新增 arrow-family 属性 ([a97f280](https://github.com/sutras/sard-uniapp/commit/a97f28082ab6811dcc1731a01b13446880b3e8e1))
444
- * popup-input 新增 arrow 属性和 arrow 插槽 ([4756536](https://github.com/sutras/sard-uniapp/commit/475653631e0142f9d9779908b5f2919e997abb22))
445
- * **Popup:** 增加 close-on-click-overlay,支持点击遮罩关闭弹出层;visible 支持 v-model ([28e7d27](https://github.com/sutras/sard-uniapp/commit/28e7d2748b02679ca2a744522237fd69f6dedd38))
446
- * 新增 dnd 组件 ([f9629a1](https://github.com/sutras/sard-uniapp/commit/f9629a10baa9b536f5d2ad07f0ef2b8b520d350a))
447
- * 新增overlayClosable属性 ([d615537](https://github.com/sutras/sard-uniapp/commit/d61553721d0e3321ffc6ff8ec53e238c7b88117c))
448
-
449
-
450
-
451
- ## [1.21.1](https://github.com/sutras/sard-uniapp/compare/v1.21.0...v1.21.1) (2025-07-05)
452
-
453
-
454
- ### Bug Fixes
455
-
456
- * 修复 request 查询参数拼接问题 ([53df30d](https://github.com/sutras/sard-uniapp/commit/53df30d0e8bf0a3c362ca97f06cc8a178458d359))
457
- * 替代废弃的 uni.getSystemInfoSync 接口 ([7b7d391](https://github.com/sutras/sard-uniapp/commit/7b7d391e86e0baf2fce8b550f7d9b5441c2cb40a))
458
-
459
-
460
-
461
- # [1.21.0](https://github.com/sutras/sard-uniapp/compare/v1.20.2...v1.21.0) (2025-07-04)
462
-
463
-
464
- ### Bug Fixes
465
-
466
- * upload组件修改beforeChoose,多返回一个参数sourceType,用于区分当前选择项 ([d440c7e](https://github.com/sutras/sard-uniapp/commit/d440c7e166db4987507e642bda8d3fb6aa2a4c9b))
467
- * 修复 fab 图标设置失败问题 ([da00f11](https://github.com/sutras/sard-uniapp/commit/da00f11ce8cd19ab712572d106ce94856739a228))
468
-
469
-
470
- ### Features
471
-
472
- * list 新增隐藏边框属性 ([6fbab69](https://github.com/sutras/sard-uniapp/commit/6fbab69ad4e637bc1bb12dea360e12413e398c74))
473
- * upload组件选择前置允许配置 ([5f2a753](https://github.com/sutras/sard-uniapp/commit/5f2a7538f985a85226e52c19aa11699fa1c6aa9f))
474
- * 新增瀑布流组件 ([8da700b](https://github.com/sutras/sard-uniapp/commit/8da700b367a63725f074d4431ac72e26b3e64cae))
475
-
476
-
477
-
478
- ## [1.20.2](https://github.com/sutras/sard-uniapp/compare/v1.20.1...v1.20.2) (2025-07-02)
479
-
480
-
481
- ### Features
482
-
483
- * dialog, notify, toast 新增事件 ([54e5c4b](https://github.com/sutras/sard-uniapp/commit/54e5c4b8c8240df6dd77edb01bfee9e8ecabae96))
484
-
485
-
486
-
487
- ## [1.20.1](https://github.com/sutras/sard-uniapp/compare/v1.20.0...v1.20.1) (2025-07-02)
488
-
489
-
490
- ### Bug Fixes
491
-
492
- * 修复upload图片预览失败和remove按钮层级过高问题 ([ea29178](https://github.com/sutras/sard-uniapp/commit/ea291785fe2197d46091a8d10e6da7fdab9d6624))
493
-
494
-
495
-
496
- # [1.20.0](https://github.com/sutras/sard-uniapp/compare/v1.19.5...v1.20.0) (2025-07-01)
497
-
498
-
499
- ### Features
500
-
501
- * card 组件新增边框相关css变量 ([b838d88](https://github.com/sutras/sard-uniapp/commit/b838d88930f8200a5ed832e888a11cc8f5942233))
502
- * checkbox-popout 新增搜索和全选功能 ([9457fdd](https://github.com/sutras/sard-uniapp/commit/9457fdd7476f5a6f82a43239c55f8d968ebfd4c9))
503
- * radio-popout 组件新增搜索功能 ([fade336](https://github.com/sutras/sard-uniapp/commit/fade336615fe9402dd4ff81bff8900ef915cb314))
504
- * upload h5 显示真实文件名 ([635805f](https://github.com/sutras/sard-uniapp/commit/635805fec8df90411f190c6a1345f59c47af16e9))
505
- * upload 组件新增 item-click 事件 ([cc01b3f](https://github.com/sutras/sard-uniapp/commit/cc01b3f9283dadae8def7b14d0d65cad40ebc3c9))
506
- * 修复slider在支付宝端点击问题 ([76e9fd4](https://github.com/sutras/sard-uniapp/commit/76e9fd4fe75515b2ec3cf4ceed08fec87ff1388b))
507
- * 扩大 DatetimeRangePickerPopout 绑定值的适应性范围,允许绑定空数组 ([087aa7f](https://github.com/sutras/sard-uniapp/commit/087aa7f3fe2a07cba8333a96ef5842426f26e81b))
508
- * 新增 case 相关工具函数 ([1c3acaa](https://github.com/sutras/sard-uniapp/commit/1c3acaac5a0a95eb57dd7632055843cd9fe6401c))
509
- * 新增 read-more 组件 ([12637b8](https://github.com/sutras/sard-uniapp/commit/12637b897649fb641eff6672df7c79db9128ab69))
510
- * 新增 ResizeSensor 组件 ([7f8697e](https://github.com/sutras/sard-uniapp/commit/7f8697ee1f26dcd5cc55ed3e83c1c40664febc64))
511
- * 新增 ScrollList 组件 ([dacce49](https://github.com/sutras/sard-uniapp/commit/dacce49043332f3a6c143228c23bb92f2285211a))
512
- * 新增 sticky 和 sticky-box 组件 ([e99ef87](https://github.com/sutras/sard-uniapp/commit/e99ef87c4918b1f84142755c19c7e306abaccfb6))
513
- * 新增工程化相关工具 ([09fc190](https://github.com/sutras/sard-uniapp/commit/09fc190a66da6a83cf1b3dd2919ca6132ba6e354))
514
- * 新增日期相关工具 ([51807f4](https://github.com/sutras/sard-uniapp/commit/51807f4a190b5ee3525146c5d7384cc178109796))
515
-
516
-
517
-
518
- ## [1.19.5](https://github.com/sutras/sard-uniapp/compare/v1.19.4...v1.19.5) (2025-06-22)
519
-
520
-
521
- ### Features
522
-
523
- * 新增useLocaleProvide, useLocale钩子函数 ([a374df8](https://github.com/sutras/sard-uniapp/commit/a374df85f75c1b76e24e1f99ef58c1377ed7b4a5))
524
-
525
-
526
-
527
- ## [1.19.4](https://github.com/sutras/sard-uniapp/compare/v1.19.3...v1.19.4) (2025-06-19)
528
-
529
-
530
- ### Features
531
-
532
- * calendar 允许修改范围文案 ([ba4debe](https://github.com/sutras/sard-uniapp/commit/ba4debefe74e8a7e9f9ea42141dd421ccc00a082))
533
-
534
-
535
-
536
- ## [1.19.3](https://github.com/sutras/sard-uniapp/compare/v1.19.2...v1.19.3) (2025-06-17)
537
-
538
-
539
- ### Features
540
-
541
- * dropdown 新增 togglable 属性 ([e46291e](https://github.com/sutras/sard-uniapp/commit/e46291e99307ad977801153547b593ef97a56ee8))
542
- * icon 添加 separate 属性 ([b20d069](https://github.com/sutras/sard-uniapp/commit/b20d0697ec4ef16fabf50e4bae3eab6908d6a572))
543
-
544
-
545
-
546
- ## [1.19.2](https://github.com/sutras/sard-uniapp/compare/v1.19.1...v1.19.2) (2025-06-14)
547
-
548
-
549
- ### Bug Fixes
550
-
551
- * picker 值为空时滚到第一个位置 ([f033ccc](https://github.com/sutras/sard-uniapp/commit/f033ccc713ec1260d1cb761769ab31ccbc39d808))
552
- * 修复 picker-popout 首次选择不能获取选项列表问题 ([50cebc7](https://github.com/sutras/sard-uniapp/commit/50cebc75c036c8b0bf7ed32cb46338d68716385d))
553
-
554
-
555
- ### Features
556
-
557
- * *-input 系列组件新增valueOnClear属性 ([42275cd](https://github.com/sutras/sard-uniapp/commit/42275cd5beec09d7d5fe669c560ae6ad7dfc1b13))
558
- * calendar-popout组件新增title和title-prepend插槽 ([f6f8404](https://github.com/sutras/sard-uniapp/commit/f6f84042f2924f6547bb6273078ada5e08039fd5))
559
- * upload 组件新增 beforeChoose 属性 ([22e3137](https://github.com/sutras/sard-uniapp/commit/22e3137c72e3a16f298dcabbffd2db43268f8a74))
560
- * 增加 tag 组件的 mark 属性,支持 'left' 和 'right' 值以控制标记方向 ([77f9fb7](https://github.com/sutras/sard-uniapp/commit/77f9fb724040d99f7aa2612ccd03c8c6f175de52))
561
- * 新增css变量 ([f1b081e](https://github.com/sutras/sard-uniapp/commit/f1b081ef65c66794dec1d7b4bc6d769676cbdf7f))
562
- * 新增图标属性和长按菜单功能 ([62c0d7f](https://github.com/sutras/sard-uniapp/commit/62c0d7f9d4e085f91c0c745f85b02d90d0cd246e))
563
-
564
-
565
-
566
- ## [1.19.1](https://github.com/sutras/sard-uniapp/compare/v1.19.0...v1.19.1) (2025-06-11)
567
-
568
-
569
- ### Features
570
-
571
- * dropdown 新增 before-close 属性 ([fca24ac](https://github.com/sutras/sard-uniapp/commit/fca24ac536bc3840fbc9562fde4992f864968080))
572
-
573
-
574
-
575
- # [1.19.0](https://github.com/sutras/sard-uniapp/compare/v1.18.0...v1.19.0) (2025-06-10)
576
-
577
-
578
- ### Bug Fixes
579
-
580
- * 修复 dialog 命令式回调选项参数问题 ([5af4fd8](https://github.com/sutras/sard-uniapp/commit/5af4fd81b6528501f2103b8db1b40a14f6186926))
581
- * 修复 form fields 错乱删除问题 ([8250da9](https://github.com/sutras/sard-uniapp/commit/8250da9770152a4f6a93e873c70c01e13c91ce56))
582
- * 修复cascader组件因值不存在时不显示列表的问题 ([4bae371](https://github.com/sutras/sard-uniapp/commit/4bae37167ccd88db3286d3bc233dfa250cfad4f9))
583
- * 修复picker最后一列在安卓偏移问题 ([a041836](https://github.com/sutras/sard-uniapp/commit/a04183687b4291c04a0c5381dbc8fbf0b0f5afba))
584
-
585
-
586
- ### Features
587
-
588
- * button 新增 square 属性 ([41db4ac](https://github.com/sutras/sard-uniapp/commit/41db4acd6804f52e02cff5eeb3eaaf005dfc7f5e))
589
- * dropdown 新增 before-close 属性 ([3407a6b](https://github.com/sutras/sard-uniapp/commit/3407a6b5a9cb4038c7d63de9bfdb81498e6afd76))
590
- * 新增 swipe-action 组件 ([9a390c6](https://github.com/sutras/sard-uniapp/commit/9a390c61d036a016d2ee8d706130589e3ca4009c))
591
-
592
-
593
-
594
- # [1.18.0](https://github.com/sutras/sard-uniapp/compare/v1.17.1...v1.18.0) (2025-06-06)
595
-
596
-
597
- ### Features
598
-
599
- * datetime-picker 组件新增农历类型 ([7b0f305](https://github.com/sutras/sard-uniapp/commit/7b0f305f57ff43f322ef4a398f95415a5a9e01e0))
600
- * dropdown-item 组件新增显隐动画相关事件 ([83e8c52](https://github.com/sutras/sard-uniapp/commit/83e8c52e996bdc4901ea446b30d9273d0e5e956d))
601
- * icon支持冒号分隔符名称属性 ([7ffcd90](https://github.com/sutras/sard-uniapp/commit/7ffcd9056e006cc353aadf5cb2831edde9515719))
602
-
603
-
604
-
605
- ## [1.17.1](https://github.com/sutras/sard-uniapp/compare/v1.17.0...v1.17.1) (2025-05-30)
606
-
607
-
608
- ### Bug Fixes
609
-
610
- * 修复Popup在H5 attrs 透传问题 ([4de8765](https://github.com/sutras/sard-uniapp/commit/4de87657580cb6525c1025bc3862d4f4eef3afb1))
611
-
612
-
613
- ### Features
614
-
615
- * steps组件新增自定义内容插槽 ([5f17466](https://github.com/sutras/sard-uniapp/commit/5f17466c9370d21f699f0ec691e0ea5f74888188))
616
-
617
-
618
-
619
- # [1.17.0](https://github.com/sutras/sard-uniapp/compare/v1.16.0...v1.17.0) (2025-05-29)
620
-
621
-
622
- ### Bug Fixes
623
-
624
- * 修复popup在h5弹出状态跳转页面仍显示的问题 ([1187368](https://github.com/sutras/sard-uniapp/commit/11873685cc8017ec42b4ad02c4d74754d5d3fc6c))
625
-
626
-
627
- ### Features
628
-
629
- * picker 组件新增 custom 插槽 ([218d384](https://github.com/sutras/sard-uniapp/commit/218d3841459d65dec29d6cf35fd6fea7c713cca5))
630
- * tree 组件新增单选功能 ([a1fb8a2](https://github.com/sutras/sard-uniapp/commit/a1fb8a2c54ac7fc32e3dab2a416636553893bc2f))
631
-
632
-
633
-
634
- # [1.16.0](https://github.com/sutras/sard-uniapp/compare/v1.15.4...v1.16.0) (2025-05-28)
635
-
636
-
637
- ### Features
638
-
639
- * 新增7个 *Input 对应的 *Popout 组件 ([c3645d4](https://github.com/sutras/sard-uniapp/commit/c3645d47c397ed729e43a518ac7036ed29e818e3))
640
- * 新增TabbarPit组件, Tabbar 组件新增fixed和safe-area-inset-bottom属性 ([b9f3197](https://github.com/sutras/sard-uniapp/commit/b9f319799609c82489a71a7f8aec287b6f08b672))
641
-
642
-
643
-
644
- ## [1.15.4](https://github.com/sutras/sard-uniapp/compare/v1.15.3...v1.15.4) (2025-05-27)
645
-
646
-
647
- ### Bug Fixes
648
-
649
- * 降低peerDependencies vue的版本 ([518e2aa](https://github.com/sutras/sard-uniapp/commit/518e2aa76c1607b7894ca4902a5583f3995259f2))
650
-
651
-
652
-
653
- ## [1.15.3](https://github.com/sutras/sard-uniapp/compare/v1.15.2...v1.15.3) (2025-05-24)
654
-
655
-
656
- ### Bug Fixes
657
-
658
- * tabs组件允许name为boolean类型 ([6897055](https://github.com/sutras/sard-uniapp/commit/68970555842b6f51649e3c96c5e770390e6e7c40))
659
-
660
-
661
-
662
- ## [1.15.2](https://github.com/sutras/sard-uniapp/compare/v1.15.1...v1.15.2) (2025-05-24)
663
-
664
-
665
- ### Bug Fixes
666
-
667
- * 内部icon设置固定family ([3c73574](https://github.com/sutras/sard-uniapp/commit/3c735740a6cf33bcb9933c6d0915f2cbfbdd1b37))
668
-
669
-
670
-
671
- ## [1.15.1](https://github.com/sutras/sard-uniapp/compare/v1.15.0...v1.15.1) (2025-05-21)
672
-
673
-
674
- ### Features
675
-
676
- * dialog beforeClose 新增 loading 参数 ([715a961](https://github.com/sutras/sard-uniapp/commit/715a961ad6de63d68111b95af292bfb22e209434))
677
-
678
-
679
-
680
- ## [1.14.4](https://github.com/sutras/sard-uniapp/compare/v1.14.3...v1.14.4) (2025-05-16)
681
-
682
-
683
- ### Bug Fixes
684
-
685
- * 修复 crop-image 弹出问题 ([d7bec84](https://github.com/sutras/sard-uniapp/commit/d7bec84ab9746d3f535b1e85187108aeb3872079))
686
-
687
-
688
-
689
- ## [1.14.3](https://github.com/sutras/sard-uniapp/compare/v1.14.2...v1.14.3) (2025-05-14)
690
-
691
-
692
- ### Bug Fixes
693
-
694
- * 修复dropdown弹出框问题 ([5eeaf2e](https://github.com/sutras/sard-uniapp/commit/5eeaf2edf2a9a02978848fbbd68fc91a00901618))
695
-
696
-
697
-
698
- ## [1.14.2](https://github.com/sutras/sard-uniapp/compare/v1.14.1...v1.14.2) (2025-05-14)
699
-
700
-
701
- ### Bug Fixes
702
-
703
- * 使 *-input 弹出式输入框组件只有一个根节点 ([91fe1c0](https://github.com/sutras/sard-uniapp/commit/91fe1c0af91cf0aef3f3e7429483613a743e0520))
704
-
705
-
706
-
707
- ## [1.14.1](https://github.com/sutras/sard-uniapp/compare/v1.14.0...v1.14.1) (2025-05-13)
708
-
709
-
710
- ### Bug Fixes
711
-
712
- * 修复 popup 组件 transform+fixed 渲染问题 ([5d0bf10](https://github.com/sutras/sard-uniapp/commit/5d0bf106df39e9c48c84bd7f76c71bb9306070c9))
713
-
714
-
715
-
716
- # [1.14.0](https://github.com/sutras/sard-uniapp/compare/v1.13.3...v1.14.0) (2025-05-12)
717
-
718
-
719
- ### Features
720
-
721
- * cascader 新增 change-on-select 属性 ([71c1329](https://github.com/sutras/sard-uniapp/commit/71c13291780eea13ac7c198ae31a39e0dc49d531))
722
-
723
-
724
-
725
- ## [1.13.3](https://github.com/sutras/sard-uniapp/compare/v1.13.2...v1.13.3) (2025-05-12)
726
-
727
-
728
- ### Bug Fixes
729
-
730
- * 修复tabs组件初始触发change事件问题 ([f9a408b](https://github.com/sutras/sard-uniapp/commit/f9a408b77cd83dbe62498145daf197b958886c0d))
731
-
732
-
733
-
734
- ## [1.13.2](https://github.com/sutras/sard-uniapp/compare/v1.13.1...v1.13.2) (2025-05-06)
735
-
736
-
737
- ### Bug Fixes
738
-
739
- * 修复progress-bar inside 时显示问题 ([1e633ed](https://github.com/sutras/sard-uniapp/commit/1e633ed67b41558a122675bc9f35aeda76ecb569))
740
-
741
-
742
-
743
- ## [1.13.1](https://github.com/sutras/sard-uniapp/compare/v1.13.0...v1.13.1) (2025-05-01)
744
-
745
-
746
- ### Bug Fixes
747
-
748
- * 修复notify显示问题 ([30d3f36](https://github.com/sutras/sard-uniapp/commit/30d3f36c2a9ca31fb2c9103b7195ccdf79bcbbb4))
749
-
750
-
751
-
752
- # [1.13.0](https://github.com/sutras/sard-uniapp/compare/v1.12.5...v1.13.0) (2025-04-29)
753
-
754
-
755
- ### Features
756
-
757
- * button 组件新增 icon 功能 ([ff69d30](https://github.com/sutras/sard-uniapp/commit/ff69d302b76c897acc4b639ed82708c6b45a00f1))
758
- * 新增 divider 组件 ([410fe89](https://github.com/sutras/sard-uniapp/commit/410fe895d91a0e811ea9631bb17059fdb10d44b0))
759
- * 新增 FloatingPanel 组件 ([ddb6561](https://github.com/sutras/sard-uniapp/commit/ddb6561ef72cc279a00b890703693298a20086f1))
760
-
761
-
762
-
763
- ## [1.12.5](https://github.com/sutras/sard-uniapp/compare/v1.12.4...v1.12.5) (2025-04-21)
764
-
765
-
766
- ### Bug Fixes
767
-
768
- * 修复 table 组件 sass 导入问题 ([238257e](https://github.com/sutras/sard-uniapp/commit/238257e1f7bf69c93e62688ebc7e11e8e1553e94))
769
-
770
-
771
-
772
- ## [1.12.4](https://github.com/sutras/sard-uniapp/compare/v1.12.3...v1.12.4) (2025-04-14)
773
-
774
-
775
- ### Features
776
-
777
- * tabbar-item 组件 icon 插槽新增 active 属性 ([4ccd9cc](https://github.com/sutras/sard-uniapp/commit/4ccd9cce425b57e434943cc410a47e4d12c78d6e))
778
-
779
-
780
-
781
- ## [1.12.3](https://github.com/sutras/sard-uniapp/compare/v1.12.2...v1.12.3) (2025-04-03)
782
-
783
-
784
- ### Features
785
-
786
- * card 组件新增点击态 ([0eef48e](https://github.com/sutras/sard-uniapp/commit/0eef48e9be15f12f43bc3b28c85ef86d0684c3e1))
787
-
788
-
789
-
790
- ## [1.12.2](https://github.com/sutras/sard-uniapp/compare/v1.12.1...v1.12.2) (2025-04-02)
791
-
792
-
793
- ### Features
794
-
795
- * tabs 等组件新增 change 事件, card 新增 click 事件 ([20fa21c](https://github.com/sutras/sard-uniapp/commit/20fa21c6b8de0992959befe2971708743c9f3d01))
796
-
797
-
798
-
799
- ## [1.12.1](https://github.com/sutras/sard-uniapp/compare/v1.12.0...v1.12.1) (2025-03-29)
800
-
801
-
802
- ### Bug Fixes
803
-
804
- * 移除 crop-image 组件 toast 提示,新增button组件 inline 属性 ([64e6474](https://github.com/sutras/sard-uniapp/commit/64e6474ca99b75cc95e99dfdd0d0ef91cac95322))
805
-
806
-
807
-
808
- # [1.12.0](https://github.com/sutras/sard-uniapp/compare/v1.11.2...v1.12.0) (2025-03-25)
809
-
810
-
811
- ### Bug Fixes
812
-
813
- * **cascader:** 允许空字符串作为未选择初始值 ([428b3c5](https://github.com/sutras/sard-uniapp/commit/428b3c58bb08fad50dc0e235757e480372ea9ffa))
814
- * 修复 table 组件右边固定阴影显示问题 ([c6f0e88](https://github.com/sutras/sard-uniapp/commit/c6f0e887fdb5028d4f252790b01845e6be6dd59d))
815
- * 修复cascader在支付宝端的展示问题 ([3e713ac](https://github.com/sutras/sard-uniapp/commit/3e713ac2d2399e3e998a87cc2541b73c9137c836))
816
- * 修复因uniapp会修改元素id导致获取不到元素的问题 ([45b8070](https://github.com/sutras/sard-uniapp/commit/45b80701b829ddd1aa00f0dcbb031da6eab01742))
817
-
818
-
819
- ### Features
820
-
821
- * button 组件新增 block 属性 ([6b59144](https://github.com/sutras/sard-uniapp/commit/6b59144df3b15a12f9d4d19c711070a7f6d823a7))
822
- * grid 组件新增 badge 相关属性 ([4f697a3](https://github.com/sutras/sard-uniapp/commit/4f697a39debe00d14397c3a6db56bf1d661a101e))
823
- * navbar组件新增属性,修改样式 ([e6039b4](https://github.com/sutras/sard-uniapp/commit/e6039b4b1835a4062c9ce0a173e4666a8eb4fcc6))
824
- * 新增 crop-image 组件 ([9bd948a](https://github.com/sutras/sard-uniapp/commit/9bd948a8dafce3d3d3c11200e4cbba3d5c19466c))
825
- * 新增 ScrollSpy 组件 ([cefa8b4](https://github.com/sutras/sard-uniapp/commit/cefa8b429b2be108ef01f2dbf7edfafe90203dc0))
826
- * 新增 Sidebar 组件 ([608ec0d](https://github.com/sutras/sard-uniapp/commit/608ec0da2f48e537d40b3c098880ebbba8ac2e2b))
827
- * 新增 signature 组件 ([f75489d](https://github.com/sutras/sard-uniapp/commit/f75489d835c502f97218935a6f26f54f05ba6b0a))
828
- * 新增 status-bar 组件 ([e005b0c](https://github.com/sutras/sard-uniapp/commit/e005b0c1a5d7ec1725a47d5f21f24b0652d27de9))
829
- * 新增 zIndex 全局配置 ([7945ae9](https://github.com/sutras/sard-uniapp/commit/7945ae93a0f83be4cf9a090584e2235a58401f05))
830
-
831
-
832
-
833
- ## [1.11.2](https://github.com/sutras/sard-uniapp/compare/v1.11.1...v1.11.2) (2025-03-06)
834
-
835
-
836
- ### Bug Fixes
837
-
838
- * 修复tree组件递归引用问题 ([0a789c6](https://github.com/sutras/sard-uniapp/commit/0a789c612bb6038d23e95bb3dbc154a4be1dc808))
839
-
840
-
841
-
842
- ## [1.11.1](https://github.com/sutras/sard-uniapp/compare/v1.11.0...v1.11.1) (2025-03-06)
843
-
844
-
845
- ### Bug Fixes
846
-
847
- * 修复日期时间选择器min, max联动问题 ([fd6c351](https://github.com/sutras/sard-uniapp/commit/fd6c3511154ae736c471013d68f8addc74d06d2f))
848
-
849
-
850
-
851
- # [1.11.0](https://github.com/sutras/sard-uniapp/compare/v1.10.4...v1.11.0) (2025-03-04)
852
-
853
-
854
- ### Bug Fixes
855
-
856
- * **datetime-picker:** 修改min, max属性后更新列数据 ([9b6b3f4](https://github.com/sutras/sard-uniapp/commit/9b6b3f4316028cd6453ce9a8b126d01e5d8473f8))
857
-
858
-
859
- ### Features
860
-
861
- * 新增 DatetimeRangePicker 和 DatetimeRangePickerInput 组件 ([8b3d6ee](https://github.com/sutras/sard-uniapp/commit/8b3d6ee7e844ebbe78f3b7232bc7a7e9ace27ecd))
862
-
863
-
864
-
865
- ## [1.10.4](https://github.com/sutras/sard-uniapp/compare/v1.10.3...v1.10.4) (2025-02-19)
866
-
867
-
868
- ### Bug Fixes
869
-
870
- * 使用 [@import](https://github.com/import) 导入scss, 兼容mp-alipay ([3e1b7b6](https://github.com/sutras/sard-uniapp/commit/3e1b7b69ed73f1b3421b2082bd25ed8df1f98a49))
871
-
872
-
873
-
874
- ## [1.10.3](https://github.com/sutras/sard-uniapp/compare/v1.10.1...v1.10.3) (2025-02-19)
875
-
876
-
877
- ### Bug Fixes
878
-
879
- * 修复 cascader, cascader-input 组件 ([1ac846d](https://github.com/sutras/sard-uniapp/commit/1ac846d66bc91b5b7ed6bb5144e41b5e5082b58e))
880
- * 确保 DatetimePickerInput value 格式化, 移除sass警告 ([0ded8f9](https://github.com/sutras/sard-uniapp/commit/0ded8f9e33a176ddd5f0f2c5dbd90a2c79dfc163))
881
-
882
-
883
-
884
- ## [1.10.1](https://github.com/sutras/sard-uniapp/compare/v1.10.0...v1.10.1) (2025-01-08)
885
-
886
-
887
- ### Bug Fixes
888
-
889
- * 修复全局配置问题 ([b05a52e](https://github.com/sutras/sard-uniapp/commit/b05a52e80e2fa14a4851c3fddfb64506f04325a7))
890
-
891
-
892
-
893
- # [1.10.0](https://github.com/sutras/sard-uniapp/compare/v1.9.2...v1.10.0) (2025-01-01)
894
-
895
-
896
- ### Features
897
-
898
- * 新增 Space 组件, 新增 Dialog 组件的按钮配置, 新增 valueFormat 属性, 修复已知问题 ([69825ef](https://github.com/sutras/sard-uniapp/commit/69825efbc99a2767acb314fb8763f7f015d3ee3b))
899
-
900
-
901
-
902
- ## [1.9.2](https://github.com/sutras/sard-uniapp/compare/v1.9.1...v1.9.2) (2024-12-22)
903
-
904
-
905
- ### Features
906
-
907
- * 表单组件新增change事件 ([cc56e51](https://github.com/sutras/sard-uniapp/commit/cc56e5121e825e65ee573291ed07df18ad9d2d49))
908
-
909
-
910
-
911
- ## [1.9.1](https://github.com/sutras/sard-uniapp/compare/v1.9.0...v1.9.1) (2024-12-22)
912
-
913
-
914
- ### Bug Fixes
915
-
916
- * 修复qrcode 在app端报错的问题 ([486a95f](https://github.com/sutras/sard-uniapp/commit/486a95fb0fa14acdb3df96958216dbca84d148c4))
917
-
918
-
919
-
920
- # [1.9.0](https://github.com/sutras/sard-uniapp/compare/v1.8.2...v1.9.0) (2024-12-22)
921
-
922
-
923
- ### Features
924
-
925
- * 新增表格组件 ([6649af4](https://github.com/sutras/sard-uniapp/commit/6649af4096b07d8b77d6fcd1f70abe8562cacd8b))
926
-
927
-
928
-
929
- ## [1.8.2](https://github.com/sutras/sard-uniapp/compare/v1.8.1...v1.8.2) (2024-12-06)
930
-
931
-
932
- ### Bug Fixes
933
-
934
- * **PopoutInput:** 只读时隐藏箭头 ([28f29ac](https://github.com/sutras/sard-uniapp/commit/28f29ac4274f8d74e0f61bf62f04fcc1d8b4f64d))
935
-
936
-
937
-
938
- ## [1.8.1](https://github.com/sutras/sard-uniapp/compare/v1.8.0...v1.8.1) (2024-10-22)
939
-
940
-
941
- ### Bug Fixes
942
-
943
- * 修复局部导入组件未注册问题 ([225ff82](https://github.com/sutras/sard-uniapp/commit/225ff82510cd0c41fe932d0207bcfa2e824e9478))
944
-
945
-
946
-
947
- # [1.8.0](https://github.com/sutras/sard-uniapp/compare/v1.7.1...v1.8.0) (2024-10-21)
948
-
949
-
950
- ### Features
951
-
952
- * 按钮添加小程序能力 ([a887361](https://github.com/sutras/sard-uniapp/commit/a887361fd35e758b271f23c3ad6a6d0404b19969))
953
-
954
-
955
-
956
- ## [1.7.1](https://github.com/sutras/sard-uniapp/compare/v1.7.0...v1.7.1) (2024-09-20)
957
-
958
-
959
- ### Bug Fixes
960
-
961
- * 修复 input 获取焦点时的光标位置 ([820f248](https://github.com/sutras/sard-uniapp/commit/820f24898f47ff99c414d39f10ab5b9fcf05678b))
962
-
963
-
964
-
965
- # [1.7.0](https://github.com/sutras/sard-uniapp/compare/v1.6.1...v1.7.0) (2024-09-18)
966
-
967
-
968
- ### Features
969
-
970
- * 新增全局配置 ([dbc6444](https://github.com/sutras/sard-uniapp/commit/dbc64443ec9528cc039be6631be927fc30592967))
971
-
972
-
973
-
974
- ## [1.6.1](https://github.com/sutras/sard-uniapp/compare/v1.6.0...v1.6.1) (2024-08-30)
975
-
976
-
977
- ### Bug Fixes
978
-
979
- * count-down stop timer before unmount ([5a0feb2](https://github.com/sutras/sard-uniapp/commit/5a0feb243384bd21022f930412161af36bd58ae1))
980
- * fix type of 'confirm-hold' in sard-input ([fd6209d](https://github.com/sutras/sard-uniapp/commit/fd6209d31a75a72d60c04cb7da927ca36b211594))
981
-
982
-
983
-
984
- # [1.6.0](https://github.com/sutras/sard-uniapp/compare/v1.4.1...v1.6.0) (2024-08-19)
985
-
986
-
987
- ### Features
988
-
989
- * 新增Fab, FloatingBubble 组件, 优化构建流程 close [#39](https://github.com/sutras/sard-uniapp/issues/39) ([fe28b0a](https://github.com/sutras/sard-uniapp/commit/fe28b0aeb3a60f8b4d3f74a7d16ceb0fb4ccf295))
990
- * 新增Tree, Timeline, BackTop 组件 close [#36](https://github.com/sutras/sard-uniapp/issues/36), close [#41](https://github.com/sutras/sard-uniapp/issues/41), close 43 ([f0a0504](https://github.com/sutras/sard-uniapp/commit/f0a0504f03a8eac84f926e2e01a61bc31de59057))
991
-
992
-
993
-
994
- ## [1.4.1](https://github.com/sutras/sard-uniapp/compare/v1.4.0...v1.4.1) (2024-08-02)
995
-
996
-
997
- ### Features
998
-
999
- * search组件新增clear, focus, blur事件 ([5c4f9fe](https://github.com/sutras/sard-uniapp/commit/5c4f9febfc320acc38147e37779e964825f88692))
1000
-
1001
-
1002
-
1003
- # [1.4.0](https://github.com/sutras/sard-uniapp/compare/v1.3.0...v1.4.0) (2024-08-01)
1004
-
1005
-
1006
- ### Features
1007
-
1008
- * add qrcode ([4c74b1e](https://github.com/sutras/sard-uniapp/commit/4c74b1e6c0618178699d78b7b39c6a66ac2ecce4))
1009
-
1010
-
1011
-
1012
- # [1.3.0](https://github.com/sutras/sard-uniapp/compare/v1.2.2...v1.3.0) (2024-07-16)
1013
-
1014
-
1015
- ### Features
1016
-
1017
- * 新增radio-input, checkbox-input, alert组件 ([4d2198e](https://github.com/sutras/sard-uniapp/commit/4d2198ec97915630d025ed820fcedc5978e1748d))
1018
-
1019
-
1020
-
1021
- ## [1.2.2](https://github.com/sutras/sard-uniapp/compare/v1.2.0...v1.2.2) (2024-07-13)
1022
-
1023
-
1024
- ### Bug Fixes
1025
-
1026
- * lwa copy ([d2ecc78](https://github.com/sutras/sard-uniapp/commit/d2ecc788d364440f3a2b396b6222f7df96e40fa0))
1027
- * 修复pnpm非扁平化依赖包下lwa依赖问题 close [#32](https://github.com/sutras/sard-uniapp/issues/32) ([904e6bd](https://github.com/sutras/sard-uniapp/commit/904e6bd15fc8d6a8fe6b329f26509cbbdc975700))
1028
-
1029
-
1030
-
1031
- # [1.2.0](https://github.com/sutras/sard-uniapp/compare/v1.1.7...v1.2.0) (2024-07-11)
1032
-
1033
-
1034
- ### Features
1035
-
1036
- * 新增Marquee, LuckyDraw, CountTo组件 ([ce825ae](https://github.com/sutras/sard-uniapp/commit/ce825ae7cac423c75bcc036bf59916af5bd1ed8b))
1037
-
1038
-
1039
-
1040
- ## [1.1.7](https://github.com/sutras/sard-uniapp/compare/v1.1.6...v1.1.7) (2024-05-20)
1041
-
1042
-
1043
- ### Bug Fixes
1044
-
1045
- * 修复表单内组件的禁用和只读问题 close [#27](https://github.com/sutras/sard-uniapp/issues/27) ([733f010](https://github.com/sutras/sard-uniapp/commit/733f010348cfb48e4d0c9470c7b9d977f082809c))
1046
-
1047
-
1048
-
1049
- ## [1.1.6](https://github.com/sutras/sard-uniapp/compare/v1.1.5...v1.1.6) (2024-05-19)
1050
-
1051
-
1052
- ### Bug Fixes
1053
-
1054
- * 修复 notify 组件显示问题、优化文档 ([34f09a6](https://github.com/sutras/sard-uniapp/commit/34f09a662ebceb1f610eb658a9b2089ee31290f7))
1055
-
1056
-
1057
-
1058
- ## [1.1.5](https://github.com/sutras/sard-uniapp/compare/v1.1.4...v1.1.5) (2024-05-18)
1059
-
1060
-
1061
- ### Bug Fixes
1062
-
1063
- * 修复toast&dialog不显示问题 ([37255c5](https://github.com/sutras/sard-uniapp/commit/37255c5994e5416b41997f7b336ec13593fafdb7))
1064
-
1065
-
1066
-
1067
- ## [1.1.4](https://github.com/sutras/sard-uniapp/compare/v1.1.3...v1.1.4) (2024-05-17)
1068
-
1069
-
1070
- ### Bug Fixes
1071
-
1072
- * 修复input组件字数统计, dialog&toast组件不能显示的问题 close [#26](https://github.com/sutras/sard-uniapp/issues/26),[#24](https://github.com/sutras/sard-uniapp/issues/24) ([fb31059](https://github.com/sutras/sard-uniapp/commit/fb31059cb4937cc4d2e47433905d485a38db92c4))
1073
-
1074
-
1075
-
1076
- ## [1.1.3](https://github.com/sutras/sard-uniapp/compare/v1.1.2...v1.1.3) (2024-05-11)
1077
-
1078
-
1079
- ### Bug Fixes
1080
-
1081
- * 修复下拉刷新组件有时不触发的问题 close [#18](https://github.com/sutras/sard-uniapp/issues/18) ([5ec5044](https://github.com/sutras/sard-uniapp/commit/5ec5044ffd58238651d380cb7d4debeea3bf6d80))
1082
-
1083
-
1084
-
1085
- ## [1.1.2](https://github.com/sutras/sard-uniapp/compare/v1.1.1...v1.1.2) (2024-05-10)
1086
-
1087
-
1088
- ### Bug Fixes
1089
-
1090
- * 移除属性选择器 close [#23](https://github.com/sutras/sard-uniapp/issues/23) ([b3c0450](https://github.com/sutras/sard-uniapp/commit/b3c045022188366be5552bc84170dba2a432fd56))
1091
-
1092
-
1093
-
1094
- ## [1.1.1](https://github.com/sutras/sard-uniapp/compare/v1.1.0...v1.1.1) (2024-05-05)
1095
-
1096
-
1097
- ### Bug Fixes
1098
-
1099
- * 修复upload-preview的image在h5环境下,没有宽度导致图片显示不全 ([71383d3](https://github.com/sutras/sard-uniapp/commit/71383d3cd338796aa9118613e993fa89f20e9897))
1100
- * 修复upload组件图片预览问题 ([0552838](https://github.com/sutras/sard-uniapp/commit/0552838b427bdc58c82ae21cb70e73b7cc9b743c))
1101
-
1102
-
1103
-
1104
- # [1.1.0](https://github.com/sutras/sard-uniapp/compare/v1.1.0-rc.2...v1.1.0) (2024-05-02)
1105
-
1106
-
1107
- ### Bug Fixes
1108
-
1109
- * 修复input组件字数统计问题 close [#19](https://github.com/sutras/sard-uniapp/issues/19) ([4a63701](https://github.com/sutras/sard-uniapp/commit/4a63701223abe8aee49efbbf9212ec8ce8358dae))
1110
-
1111
-
1112
-
1113
- # [1.1.0-rc.2](https://github.com/sutras/sard-uniapp/compare/v1.1.0-rc.1...v1.1.0-rc.2) (2024-04-27)
1114
-
1115
-
1116
-
1117
- # [1.1.0-rc.1](https://github.com/sutras/sard-uniapp/compare/v1.1.0-beta.1...v1.1.0-rc.1) (2024-04-08)
1118
-
1119
-
1120
- ### Features
1121
-
1122
- * 新增load-more组件, stepper组件新增size属性 ([d8184c7](https://github.com/sutras/sard-uniapp/commit/d8184c7cc3ad7eb98b86511d3b1ec5b1cd1f3453))
1123
-
1124
-
1125
-
1126
- # [1.1.0-beta.1](https://github.com/sutras/sard-uniapp/compare/v1.0.5...v1.1.0-beta.1) (2024-04-06)
1127
-
1128
-
1129
- ### Features
1130
-
1131
- * 新增pull-down-refresh组件, slider组件新增时间, 重构loading组件, 其他优化 ([c6dc6e4](https://github.com/sutras/sard-uniapp/commit/c6dc6e41c49a84e85310d64efd1889cd9a18aa0a))
1132
-
1133
-
1134
-
1135
- ## [1.0.5](https://github.com/sutras/sard-uniapp/compare/v1.0.4...v1.0.5) (2024-03-30)
1136
-
1137
-
1138
- ### Bug Fixes
1139
-
1140
- * 修复打包组件缺少文件的问题 ([915a6af](https://github.com/sutras/sard-uniapp/commit/915a6af9619a0c5fdafb8477bc96fd71ceabd512))
1141
-
1142
-
1143
-
1144
- ## [1.0.4](https://github.com/sutras/sard-uniapp/compare/v1.0.2...v1.0.4) (2024-01-12)
1145
-
1146
-
1147
- ### Bug Fixes
1148
-
1149
- * **sard-uniapp:** 修复打包缺少tag组件的bug ([663ffde](https://github.com/sutras/sard-uniapp/commit/663ffdeb7b5cbdc527ee89e503cf1787a7ff2097))
1150
-
1151
-
1152
-
1153
- ## [1.0.2](https://github.com/sutras/sard-uniapp/compare/8e6385edfd0406aba96920eb1ee68432f1c714f9...v1.0.2) (2023-12-23)
1154
-
1155
-
1156
- ### Bug Fixes
1157
-
1158
- * **global:** fixed bugs ([eee4541](https://github.com/sutras/sard-uniapp/commit/eee4541b05b5f5f7bfa08e36d9dbead784b24861))
1159
-
1160
-
1161
- ### Features
1162
-
1163
- * **global:** 新增组件 ([5c65aab](https://github.com/sutras/sard-uniapp/commit/5c65aab0860885324b93cac83817905f3a0df66c))
1164
- * 新增基础组件 ([8e6385e](https://github.com/sutras/sard-uniapp/commit/8e6385edfd0406aba96920eb1ee68432f1c714f9))
757
+ ## <small>1.0.4 (2024-01-12)</small>
1165
758
 
759
+ * fix(sard-uniapp): 修复打包缺少tag组件的bug ([663ffde](https://github.com/sutras/sard-uniapp/commit/663ffde))
760
+ * docs(doc): global component type prompt ([7868251](https://github.com/sutras/sard-uniapp/commit/7868251))
761
+ * build(sard-uniapp): update npm files field ([eed1173](https://github.com/sutras/sard-uniapp/commit/eed1173))
762
+ * add LICENSE. ([8273e65](https://github.com/sutras/sard-uniapp/commit/8273e65))
1166
763
 
764
+ ## <small>1.0.2 (2023-12-23)</small>
1167
765
 
766
+ * fix(global): fixed bugs ([eee4541](https://github.com/sutras/sard-uniapp/commit/eee4541))
767
+ * feat: 新增基础组件 ([8e6385e](https://github.com/sutras/sard-uniapp/commit/8e6385e))
768
+ * feat(global): 新增组件 ([5c65aab](https://github.com/sutras/sard-uniapp/commit/5c65aab))
769
+ * chore: 基础框架搭建 ([212fc3a](https://github.com/sutras/sard-uniapp/commit/212fc3a))