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