sard-uniapp 1.29.1 → 1.29.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +274 -453
- package/components/input/common.d.ts +6 -42
- package/components/input/common.js +2 -0
- package/components/input/input.d.ts +10 -8
- package/components/input/input.vue +118 -140
- package/components/input-base/common.d.ts +73 -0
- package/components/input-base/common.js +2 -0
- package/components/input-base/input-base.d.ts +49 -0
- package/components/input-base/input-base.vue +114 -0
- package/components/popout/index.d.ts +1 -1
- package/components/search/search.d.ts +1 -1
- package/components/textarea-base/textarea-base.d.ts +43 -0
- package/components/textarea-base/textarea-base.vue +101 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,772 +1,593 @@
|
|
|
1
|
+
|
|
2
|
+
## <small>1.29.3 (2026-04-13)</small>
|
|
3
|
+
|
|
4
|
+
* Bug Fixes: 修复textarea-base导入问题 ([fa9e57f](https://github.com/sutras/sard-uniapp/commit/fa9e57f))
|
|
5
|
+
|
|
6
|
+
## <small>1.29.2 (2026-04-11)</small>
|
|
7
|
+
|
|
8
|
+
* Bug Fixes: 优化输入框在微信聚焦问题 ([8df22dd](https://github.com/sutras/sard-uniapp/commit/8df22dd))
|
|
9
|
+
|
|
1
10
|
## <small>1.29.1 (2026-04-08)</small>
|
|
2
11
|
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* refactor: 重构部署命令 ([f95e64f](https://github.com/sutras/sard-uniapp/commit/f95e64f))
|
|
19
|
-
* refactor: 重构部署脚本 ([7c0bf0c](https://github.com/sutras/sard-uniapp/commit/7c0bf0c))
|
|
20
|
-
* refactor: 重构预览脚本 ([80cd166](https://github.com/sutras/sard-uniapp/commit/80cd166))
|
|
12
|
+
* Bug Fixes: 修复打包时删除uniapp条件注释问题 ([016d5a8](https://github.com/sutras/sard-uniapp/commit/016d5a8))
|
|
13
|
+
|
|
14
|
+
## 1.29.0 (2026-04-05)
|
|
15
|
+
|
|
16
|
+
* Features: 新增 barcode 组件 ([e6b065e](https://github.com/sutras/sard-uniapp/commit/e6b065e))
|
|
17
|
+
* Features: 新增 ColorPicker, ColorPickerInput, ColorPickerPopout 组件 ([1576b6d](https://github.com/sutras/sard-uniapp/commit/1576b6d))
|
|
18
|
+
* Features: 新增 DateStrip ([7b8d24d](https://github.com/sutras/sard-uniapp/commit/7b8d24d))
|
|
19
|
+
* Features: 新增 Ellipsis 组件 ([8585cdb](https://github.com/sutras/sard-uniapp/commit/8585cdb))
|
|
20
|
+
* Code Refactoring: 使用vitepress重构文档 ([926e6a1](https://github.com/sutras/sard-uniapp/commit/926e6a1))
|
|
21
|
+
* Code Refactoring: 添加案例iframe ([4a905f8](https://github.com/sutras/sard-uniapp/commit/4a905f8))
|
|
22
|
+
* Code Refactoring: 重构开发服务脚本 ([2274073](https://github.com/sutras/sard-uniapp/commit/2274073))
|
|
23
|
+
* Code Refactoring: 重构构建脚本 ([53b436d](https://github.com/sutras/sard-uniapp/commit/53b436d))
|
|
24
|
+
* Code Refactoring: 重构部署命令 ([f95e64f](https://github.com/sutras/sard-uniapp/commit/f95e64f))
|
|
25
|
+
* Code Refactoring: 重构部署脚本 ([7c0bf0c](https://github.com/sutras/sard-uniapp/commit/7c0bf0c))
|
|
26
|
+
* Code Refactoring: 重构预览脚本 ([80cd166](https://github.com/sutras/sard-uniapp/commit/80cd166))
|
|
21
27
|
|
|
22
28
|
## 1.28.0 (2026-03-27)
|
|
23
29
|
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* chore: changelog ([a9af604](https://github.com/sutras/sard-uniapp/commit/a9af604))
|
|
34
|
-
* chore(dialog): 使用 view 包裹 text ([38a8b4f](https://github.com/sutras/sard-uniapp/commit/38a8b4f))
|
|
30
|
+
* Bug Fixes: 优化form和switch布局 ([aae9bc1](https://github.com/sutras/sard-uniapp/commit/aae9bc1))
|
|
31
|
+
* Bug Fixes: 修复文字长度不一导致图标不对齐问题 ([2805d43](https://github.com/sutras/sard-uniapp/commit/2805d43))
|
|
32
|
+
* Bug Fixes: 设置icon对是否块级不影响 ([14ee315](https://github.com/sutras/sard-uniapp/commit/14ee315))
|
|
33
|
+
* Features: 使用text元素包裹message,以支持转义字符 ([b66c347](https://github.com/sutras/sard-uniapp/commit/b66c347))
|
|
34
|
+
* Features: 新增 Compact 组件 ([84b9dc4](https://github.com/sutras/sard-uniapp/commit/84b9dc4))
|
|
35
|
+
* Features: 新增 square 属性,添加默认圆角 ([45b59af](https://github.com/sutras/sard-uniapp/commit/45b59af))
|
|
36
|
+
* Features: 新增title, extra, arrow插槽 ([76f56d7](https://github.com/sutras/sard-uniapp/commit/76f56d7))
|
|
37
|
+
* Features: 新增分割线类型 ([0cd77cd](https://github.com/sutras/sard-uniapp/commit/0cd77cd))
|
|
38
|
+
* Code Refactoring: 将组件默认值迁移到每个组件里面 ([e567a22](https://github.com/sutras/sard-uniapp/commit/e567a22))
|
|
35
39
|
|
|
36
40
|
## <small>1.27.1 (2026-03-07)</small>
|
|
37
41
|
|
|
38
|
-
*
|
|
39
|
-
* chore: changelog ([1815937](https://github.com/sutras/sard-uniapp/commit/1815937))
|
|
42
|
+
* Features: 新增show-confirm属性 ([017d4ba](https://github.com/sutras/sard-uniapp/commit/017d4ba))
|
|
40
43
|
|
|
41
44
|
## 1.27.0 (2026-02-23)
|
|
42
45
|
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
* chore: changelog ([06d8ba5](https://github.com/sutras/sard-uniapp/commit/06d8ba5))
|
|
46
|
+
* Features: 新增 useLoadMore 钩子函数 ([fafa4ca](https://github.com/sutras/sard-uniapp/commit/fafa4ca))
|
|
47
|
+
* Features: 新增select, select-popout, select-input组件 ([be7db12](https://github.com/sutras/sard-uniapp/commit/be7db12))
|
|
46
48
|
|
|
47
49
|
## <small>1.26.3 (2026-02-05)</small>
|
|
48
50
|
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
* refactor(password-input): 添加圆角样式 ([3982569](https://github.com/sutras/sard-uniapp/commit/3982569))
|
|
53
|
-
* chore: changelog ([10ca16c](https://github.com/sutras/sard-uniapp/commit/10ca16c))
|
|
51
|
+
* Features: 新增插槽 ([b939e4e](https://github.com/sutras/sard-uniapp/commit/b939e4e))
|
|
52
|
+
* Bug Fixes: 修复因max-rows设为-1导致被截断问题 ([363419a](https://github.com/sutras/sard-uniapp/commit/363419a))
|
|
53
|
+
* Code Refactoring: 添加圆角样式 ([3982569](https://github.com/sutras/sard-uniapp/commit/3982569))
|
|
54
54
|
|
|
55
55
|
## <small>1.26.2 (2026-01-23)</small>
|
|
56
56
|
|
|
57
|
-
*
|
|
58
|
-
* chore: changelog ([5b9aba1](https://github.com/sutras/sard-uniapp/commit/5b9aba1))
|
|
57
|
+
* Bug Fixes: 修复弹出框关闭后页面无法滚动的问题 ([f5a7a92](https://github.com/sutras/sard-uniapp/commit/f5a7a92))
|
|
59
58
|
|
|
60
59
|
## <small>1.26.1 (2026-01-20)</small>
|
|
61
60
|
|
|
62
|
-
*
|
|
63
|
-
* chore: changelog ([7490756](https://github.com/sutras/sard-uniapp/commit/7490756))
|
|
64
|
-
* chore: 修改类型 ([4ce754d](https://github.com/sutras/sard-uniapp/commit/4ce754d))
|
|
61
|
+
* Bug Fixes: 修复回流时获取不到高度导致重叠问题 ([41f434b](https://github.com/sutras/sard-uniapp/commit/41f434b))
|
|
65
62
|
|
|
66
63
|
## 1.26.0 (2026-01-17)
|
|
67
64
|
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
* feat(tree): 支持异步编辑或拖拽节点 ([3819e01](https://github.com/sutras/sard-uniapp/commit/3819e01))
|
|
77
|
-
* feat(tree): 支持自定义编辑选项和远程数据同步 ([7296096](https://github.com/sutras/sard-uniapp/commit/7296096))
|
|
78
|
-
* chore(menu,popover): 添加泛型 ([e85a31a](https://github.com/sutras/sard-uniapp/commit/e85a31a))
|
|
79
|
-
* fix(form): 解决微信小程序中插槽内的表单项丢失上下问的问题 ([cc72b74](https://github.com/sutras/sard-uniapp/commit/cc72b74))
|
|
80
|
-
* fix(hook): 修复因组件销毁导致页面不能滚动的问题 ([9461ebd](https://github.com/sutras/sard-uniapp/commit/9461ebd))
|
|
81
|
-
* fix(waterfall): 修复h5端返回页面时布局堆叠问题 ([fa15a42](https://github.com/sutras/sard-uniapp/commit/fa15a42))
|
|
65
|
+
* Features: 支持异步编辑或拖拽节点 ([3819e01](https://github.com/sutras/sard-uniapp/commit/3819e01))
|
|
66
|
+
* Features: 支持自定义编辑选项和远程数据同步 ([7296096](https://github.com/sutras/sard-uniapp/commit/7296096))
|
|
67
|
+
* Features: 新增 PuzzleVerify 组件 ([3ef8c13](https://github.com/sutras/sard-uniapp/commit/3ef8c13))
|
|
68
|
+
* Features: 新增 RotateVerify 组件 ([cdd7441](https://github.com/sutras/sard-uniapp/commit/cdd7441))
|
|
69
|
+
* Features: 新增 SlideVerify 组件 ([06a8cd0](https://github.com/sutras/sard-uniapp/commit/06a8cd0))
|
|
70
|
+
* Bug Fixes: 修复h5端返回页面时布局堆叠问题 ([fa15a42](https://github.com/sutras/sard-uniapp/commit/fa15a42))
|
|
71
|
+
* Bug Fixes: 修复因组件销毁导致页面不能滚动的问题 ([9461ebd](https://github.com/sutras/sard-uniapp/commit/9461ebd))
|
|
72
|
+
* Bug Fixes: 解决微信小程序中插槽内的表单项丢失上下问的问题 ([cc72b74](https://github.com/sutras/sard-uniapp/commit/cc72b74))
|
|
82
73
|
|
|
83
74
|
## <small>1.25.11 (2026-01-13)</small>
|
|
84
75
|
|
|
85
|
-
*
|
|
86
|
-
* chore: changelog ([ae63fbb](https://github.com/sutras/sard-uniapp/commit/ae63fbb))
|
|
87
|
-
* chore: 修复Ts类型错误 ([305aa4c](https://github.com/sutras/sard-uniapp/commit/305aa4c))
|
|
76
|
+
* Bug Fixes: 修复绝对路径图片不能在小程序展示的问题 ([68d5649](https://github.com/sutras/sard-uniapp/commit/68d5649))
|
|
88
77
|
|
|
89
78
|
## <small>1.25.10 (2026-01-13)</small>
|
|
90
79
|
|
|
91
|
-
*
|
|
92
|
-
* chore: changelog ([00204f6](https://github.com/sutras/sard-uniapp/commit/00204f6))
|
|
80
|
+
* Bug Fixes: 修复h5端当设置基础路径时图片加载失败问题 ([3676098](https://github.com/sutras/sard-uniapp/commit/3676098))
|
|
93
81
|
|
|
94
82
|
## <small>1.25.9 (2026-01-12)</small>
|
|
95
83
|
|
|
96
|
-
*
|
|
97
|
-
* chore: changelog ([051f2e8](https://github.com/sutras/sard-uniapp/commit/051f2e8))
|
|
84
|
+
* Bug Fixes: 修复文字过长产生的错位问题, 新增 auto-height 属性 ([5cb9535](https://github.com/sutras/sard-uniapp/commit/5cb9535))
|
|
98
85
|
|
|
99
86
|
## <small>1.25.8 (2026-01-03)</small>
|
|
100
87
|
|
|
101
|
-
*
|
|
102
|
-
* chore: changelog ([188728c](https://github.com/sutras/sard-uniapp/commit/188728c))
|
|
88
|
+
* Bug Fixes: 修复popup在h5端报错问题 ([ab1b409](https://github.com/sutras/sard-uniapp/commit/ab1b409))
|
|
103
89
|
|
|
104
90
|
## <small>1.25.7 (2026-01-01)</small>
|
|
105
91
|
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
* feat: 小程序端允许页面返回操作关闭弹出框 ([a4fdc64](https://github.com/sutras/sard-uniapp/commit/a4fdc64))
|
|
110
|
-
* chore: changelog ([19292cf](https://github.com/sutras/sard-uniapp/commit/19292cf))
|
|
92
|
+
* Bug Fixes: 修复notice-bar错位问题 ([f4a7e6b](https://github.com/sutras/sard-uniapp/commit/f4a7e6b))
|
|
93
|
+
* Features: app端允许页面返回时关闭弹出框 ([c538d7f](https://github.com/sutras/sard-uniapp/commit/c538d7f))
|
|
94
|
+
* Features: 小程序端允许页面返回操作关闭弹出框 ([a4fdc64](https://github.com/sutras/sard-uniapp/commit/a4fdc64))
|
|
111
95
|
|
|
112
96
|
## <small>1.25.6 (2025-12-27)</small>
|
|
113
97
|
|
|
114
|
-
*
|
|
115
|
-
* chore: changelog ([5ed9636](https://github.com/sutras/sard-uniapp/commit/5ed9636))
|
|
116
|
-
* chore: 修复类型错误 ([5406156](https://github.com/sutras/sard-uniapp/commit/5406156))
|
|
98
|
+
* Features: 动作面板允许命令式使用 ([d17e03a](https://github.com/sutras/sard-uniapp/commit/d17e03a))
|
|
117
99
|
|
|
118
100
|
## <small>1.25.5 (2025-11-30)</small>
|
|
119
101
|
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
* chore: changelog ([48d3e81](https://github.com/sutras/sard-uniapp/commit/48d3e81))
|
|
102
|
+
* Features: 兼容鸿蒙 ([53924d7](https://github.com/sutras/sard-uniapp/commit/53924d7))
|
|
103
|
+
* Features: 级联组件新增多选功能 ([7f104c1](https://github.com/sutras/sard-uniapp/commit/7f104c1))
|
|
104
|
+
* Features: 阻止页面滚动(弹窗中的滚动穿透) ([21b43c0](https://github.com/sutras/sard-uniapp/commit/21b43c0))
|
|
105
|
+
* Bug Fixes: 修复image动态展示时无法获取正确尺寸的问题 ([432d8b3](https://github.com/sutras/sard-uniapp/commit/432d8b3))
|
|
125
106
|
|
|
126
107
|
## <small>1.25.4 (2025-11-22)</small>
|
|
127
108
|
|
|
128
|
-
*
|
|
129
|
-
* chore: changelog ([77943d0](https://github.com/sutras/sard-uniapp/commit/77943d0))
|
|
109
|
+
* Features: *-input 类组件新增input前置/后置插槽 ([98d879b](https://github.com/sutras/sard-uniapp/commit/98d879b))
|
|
130
110
|
|
|
131
111
|
## <small>1.25.3 (2025-11-12)</small>
|
|
132
112
|
|
|
133
|
-
*
|
|
134
|
-
* chore: changelog ([a3cce64](https://github.com/sutras/sard-uniapp/commit/a3cce64))
|
|
135
|
-
* fix:bug ([933951b](https://github.com/sutras/sard-uniapp/commit/933951b))
|
|
136
|
-
* fix:解决水印组件在ios真机不显示问题 ([b9348a5](https://github.com/sutras/sard-uniapp/commit/b9348a5))
|
|
113
|
+
* Bug Fixes: 修复ios微信端水印渲染失败问题 ([0bea433](https://github.com/sutras/sard-uniapp/commit/0bea433))
|
|
137
114
|
|
|
138
115
|
## <small>1.25.2 (2025-11-11)</small>
|
|
139
116
|
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
* 优先在子结点中查找,找到后再向上回溯路径 ([2fac54a](https://github.com/sutras/sard-uniapp/commit/2fac54a))
|
|
143
|
-
* chore: changelog ([7bf25d1](https://github.com/sutras/sard-uniapp/commit/7bf25d1))
|
|
117
|
+
* Bug Fixes: 修复web端最大字数限制无效问题 ([8811d13](https://github.com/sutras/sard-uniapp/commit/8811d13))
|
|
118
|
+
* Bug Fixes: 节点值相同时优先绑定后代节点 ([3937b2d](https://github.com/sutras/sard-uniapp/commit/3937b2d))
|
|
144
119
|
|
|
145
120
|
## <small>1.25.1 (2025-11-07)</small>
|
|
146
121
|
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
* feat(qrcode): 新增success事件 ([91195a9](https://github.com/sutras/sard-uniapp/commit/91195a9))
|
|
151
|
-
* chore: changelog ([04e716a](https://github.com/sutras/sard-uniapp/commit/04e716a))
|
|
122
|
+
* Features: 新增success事件 ([91195a9](https://github.com/sutras/sard-uniapp/commit/91195a9))
|
|
123
|
+
* Features: 添加越南语语言包 ([8f1611a](https://github.com/sutras/sard-uniapp/commit/8f1611a))
|
|
124
|
+
* Features: 添加遮罩相关属性 ([8ee1ad8](https://github.com/sutras/sard-uniapp/commit/8ee1ad8))
|
|
152
125
|
|
|
153
126
|
## 1.25.0 (2025-11-03)
|
|
154
127
|
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
* fix(loading): 修复根类名和样式设置错乱问题 ([f4ef355](https://github.com/sutras/sard-uniapp/commit/f4ef355))
|
|
160
|
-
* fix(util): 修复数组浅比较问题 ([7f04c96](https://github.com/sutras/sard-uniapp/commit/7f04c96))
|
|
161
|
-
* chore: changelog ([e7c2a7b](https://github.com/sutras/sard-uniapp/commit/e7c2a7b))
|
|
128
|
+
* Features: 允许通过调用方法调起文件选择 ([a78a645](https://github.com/sutras/sard-uniapp/commit/a78a645))
|
|
129
|
+
* Features: 新增image组件 ([7c61f4d](https://github.com/sutras/sard-uniapp/commit/7c61f4d))
|
|
130
|
+
* Bug Fixes: 修复数组浅比较问题 ([7f04c96](https://github.com/sutras/sard-uniapp/commit/7f04c96))
|
|
131
|
+
* Bug Fixes: 修复根类名和样式设置错乱问题 ([f4ef355](https://github.com/sutras/sard-uniapp/commit/f4ef355))
|
|
162
132
|
|
|
163
133
|
## <small>1.24.7 (2025-10-02)</small>
|
|
164
134
|
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
* chore: changelog ([54bd61d](https://github.com/sutras/sard-uniapp/commit/54bd61d))
|
|
135
|
+
* Features: 允许全局配置组件的任意属性 ([889ad5b](https://github.com/sutras/sard-uniapp/commit/889ad5b))
|
|
136
|
+
* Features: 新增 disabled 属性 ([0d20897](https://github.com/sutras/sard-uniapp/commit/0d20897))
|
|
137
|
+
* Features: 新增line插槽 ([1d05dd0](https://github.com/sutras/sard-uniapp/commit/1d05dd0))
|
|
138
|
+
* Features: 添加懒加载功能 ([f4c7d38](https://github.com/sutras/sard-uniapp/commit/f4c7d38))
|
|
139
|
+
* Bug Fixes: 修复FormItemPlain错误定位问题 ([3b35b05](https://github.com/sutras/sard-uniapp/commit/3b35b05))
|
|
140
|
+
* Bug Fixes: 修复因重复设置current导致不滚动的问题 ([cb6ba8c](https://github.com/sutras/sard-uniapp/commit/cb6ba8c))
|
|
172
141
|
|
|
173
142
|
## <small>1.24.6 (2025-09-23)</small>
|
|
174
143
|
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
* fix(picker): 将空数组视为空值, 修复级联选择初始选择问题 ([2fd8d18](https://github.com/sutras/sard-uniapp/commit/2fd8d18))
|
|
179
|
-
* refactor(styles): 统一使用 background 替代 background-color ([e96fd83](https://github.com/sutras/sard-uniapp/commit/e96fd83))
|
|
144
|
+
* Bug Fixes: 修复getWindowInfo在支付宝端缺少safeAreaInsets的问题 ([cbd26d7](https://github.com/sutras/sard-uniapp/commit/cbd26d7))
|
|
145
|
+
* Bug Fixes: 将空数组视为空值, 修复级联选择初始选择问题 ([2fd8d18](https://github.com/sutras/sard-uniapp/commit/2fd8d18))
|
|
146
|
+
* Code Refactoring: 统一使用 background 替代 background-color ([e96fd83](https://github.com/sutras/sard-uniapp/commit/e96fd83))
|
|
180
147
|
|
|
181
148
|
## <small>1.24.5 (2025-09-20)</small>
|
|
182
149
|
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
* chore: changelog ([e7d3c24](https://github.com/sutras/sard-uniapp/commit/e7d3c24))
|
|
150
|
+
* Features: 新增 avatar-group 组件 ([4954219](https://github.com/sutras/sard-uniapp/commit/4954219))
|
|
151
|
+
* Bug Fixes: 修复 支付宝getWindowInfo没有safeAreaInsets属性的问题 ([3d64401](https://github.com/sutras/sard-uniapp/commit/3d64401))
|
|
152
|
+
* Bug Fixes: 修复popout类组件不显示按钮的问题 ([47bcea9](https://github.com/sutras/sard-uniapp/commit/47bcea9))
|
|
153
|
+
* Bug Fixes: 修复倒计时小时溢出的问题 ([823faa1](https://github.com/sutras/sard-uniapp/commit/823faa1))
|
|
188
154
|
|
|
189
155
|
## <small>1.24.4 (2025-09-13)</small>
|
|
190
156
|
|
|
191
|
-
*
|
|
192
|
-
* chore: changelog ([ec303f9](https://github.com/sutras/sard-uniapp/commit/ec303f9))
|
|
157
|
+
* Bug Fixes: 修复滚动报错问题 ([046fc16](https://github.com/sutras/sard-uniapp/commit/046fc16))
|
|
193
158
|
|
|
194
159
|
## <small>1.24.3 (2025-09-13)</small>
|
|
195
160
|
|
|
196
|
-
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
* fix(fab, floating-bubble): 修复定位不准确的问题 ([de86205](https://github.com/sutras/sard-uniapp/commit/de86205))
|
|
202
|
-
* fix(input,textarea): 修复有些机型在输入合成时被最大输入长度阻碍的问题 ([057e800](https://github.com/sutras/sard-uniapp/commit/057e800))
|
|
203
|
-
* docs: 添加 keep-render 说明 ([b0dba96](https://github.com/sutras/sard-uniapp/commit/b0dba96))
|
|
204
|
-
* chore: changelog ([cfaccc6](https://github.com/sutras/sard-uniapp/commit/cfaccc6))
|
|
205
|
-
* chore(toast): 删除无用代码 ([b91ae6a](https://github.com/sutras/sard-uniapp/commit/b91ae6a))
|
|
161
|
+
* Bug Fixes: 修复allLevels属性透传问题 ([ab36e14](https://github.com/sutras/sard-uniapp/commit/ab36e14))
|
|
162
|
+
* Bug Fixes: 修复web pc端展示默认导航时虚拟触摸事件clientY偏差问题 ([224c052](https://github.com/sutras/sard-uniapp/commit/224c052))
|
|
163
|
+
* Bug Fixes: 修复农历转公历错误的问题 ([9906925](https://github.com/sutras/sard-uniapp/commit/9906925))
|
|
164
|
+
* Features: 允许自定义按钮 ([312b425](https://github.com/sutras/sard-uniapp/commit/312b425))
|
|
165
|
+
* Features: 添加transparent属性的全局配置 ([ba14176](https://github.com/sutras/sard-uniapp/commit/ba14176))
|
|
206
166
|
|
|
207
167
|
## <small>1.24.2 (2025-09-06)</small>
|
|
208
168
|
|
|
209
|
-
*
|
|
210
|
-
*
|
|
211
|
-
*
|
|
212
|
-
*
|
|
213
|
-
* chore: changelog ([77b7468](https://github.com/sutras/sard-uniapp/commit/77b7468))
|
|
169
|
+
* Features: 添加拖拽功能 ([4d24318](https://github.com/sutras/sard-uniapp/commit/4d24318))
|
|
170
|
+
* Bug Fixes: 修复行内嵌套块的问题 ([fd8112c](https://github.com/sutras/sard-uniapp/commit/fd8112c))
|
|
171
|
+
* Bug Fixes: 修正按钮插槽内容 ([7f29d80](https://github.com/sutras/sard-uniapp/commit/7f29d80))
|
|
172
|
+
* Bug Fixes: 阻止点击关闭时的事件冒泡 ([4220f31](https://github.com/sutras/sard-uniapp/commit/4220f31))
|
|
214
173
|
|
|
215
174
|
## <small>1.24.1 (2025-08-31)</small>
|
|
216
175
|
|
|
217
|
-
*
|
|
218
|
-
*
|
|
219
|
-
*
|
|
220
|
-
*
|
|
221
|
-
*
|
|
222
|
-
* chore: changelog ([cc9e789](https://github.com/sutras/sard-uniapp/commit/cc9e789))
|
|
223
|
-
* chore: 统一接口的定义 ([0b3189f](https://github.com/sutras/sard-uniapp/commit/0b3189f))
|
|
224
|
-
* docs(input): 更新README文档添加enableNative属性说明 ([9ec9347](https://github.com/sutras/sard-uniapp/commit/9ec9347))
|
|
176
|
+
* Features: 为车牌键盘模式添加双向绑定支持 ([740f7bf](https://github.com/sutras/sard-uniapp/commit/740f7bf))
|
|
177
|
+
* Features: 新增checkbox-popout和radio-popout新增icon-position属性 ([32f458a](https://github.com/sutras/sard-uniapp/commit/32f458a))
|
|
178
|
+
* Features: 新增content-position属性 ([b588249](https://github.com/sutras/sard-uniapp/commit/b588249))
|
|
179
|
+
* Features: 新增node-click事件 ([a70e5d7](https://github.com/sutras/sard-uniapp/commit/a70e5d7))
|
|
180
|
+
* Features: 新增阿拉伯语支持 ([b0b2c60](https://github.com/sutras/sard-uniapp/commit/b0b2c60))
|
|
225
181
|
|
|
226
182
|
## 1.24.0 (2025-08-24)
|
|
227
183
|
|
|
228
|
-
*
|
|
229
|
-
*
|
|
230
|
-
*
|
|
231
|
-
*
|
|
232
|
-
*
|
|
233
|
-
*
|
|
234
|
-
*
|
|
235
|
-
*
|
|
236
|
-
*
|
|
237
|
-
*
|
|
238
|
-
*
|
|
239
|
-
* docs: 完善文档 ([facfc55](https://github.com/sutras/sard-uniapp/commit/facfc55))
|
|
240
|
-
* docs(keyboard): 更新键盘组件文档,添加mode属性和修正格式 ([b643236](https://github.com/sutras/sard-uniapp/commit/b643236))
|
|
241
|
-
* chore: changelog ([2cb9746](https://github.com/sutras/sard-uniapp/commit/2cb9746))
|
|
242
|
-
* chore: fix chainSet type ([135417f](https://github.com/sutras/sard-uniapp/commit/135417f))
|
|
184
|
+
* Features: card 组件新增 collapsed 属性 ([9e6ec3b](https://github.com/sutras/sard-uniapp/commit/9e6ec3b))
|
|
185
|
+
* Features: tree 组件新增 check 事件 ([4985f46](https://github.com/sutras/sard-uniapp/commit/4985f46))
|
|
186
|
+
* Features: 扩展键盘toggle方法支持传入mode参数 ([25c6767](https://github.com/sutras/sard-uniapp/commit/25c6767))
|
|
187
|
+
* Features: 新增 cool-icon 组件 ([ba51ef1](https://github.com/sutras/sard-uniapp/commit/ba51ef1))
|
|
188
|
+
* Features: 新增 segmented 组件 ([f70464a](https://github.com/sutras/sard-uniapp/commit/f70464a))
|
|
189
|
+
* Features: 新增 watermark 组件 ([ce36afd](https://github.com/sutras/sard-uniapp/commit/ce36afd))
|
|
190
|
+
* Features: 添加键盘模式配置支持 ([e1dda90](https://github.com/sutras/sard-uniapp/commit/e1dda90))
|
|
191
|
+
* Bug Fixes: *-input 类组件允许修改输入框箭头图标 ([2d2a719](https://github.com/sutras/sard-uniapp/commit/2d2a719))
|
|
192
|
+
* Bug Fixes: 修复arrow属性失效; ([f530c73](https://github.com/sutras/sard-uniapp/commit/f530c73))
|
|
193
|
+
* Bug Fixes: 修复arrow属性失效; ([5b67a7a](https://github.com/sutras/sard-uniapp/commit/5b67a7a))
|
|
194
|
+
* Performance Improvements: 压缩图片 ([8cd341f](https://github.com/sutras/sard-uniapp/commit/8cd341f))
|
|
243
195
|
|
|
244
196
|
## <small>1.23.5 (2025-08-12)</small>
|
|
245
197
|
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
* build: husky - DEPRECATED ([c0e32b2](https://github.com/sutras/sard-uniapp/commit/c0e32b2))
|
|
249
|
-
* chore: changelog ([dc2b365](https://github.com/sutras/sard-uniapp/commit/dc2b365))
|
|
198
|
+
* Features: 允许同时选择图片和视频 ([d478208](https://github.com/sutras/sard-uniapp/commit/d478208))
|
|
199
|
+
* Features: 添加 enableNative 属性以支持支付宝小程序 ([5c8b616](https://github.com/sutras/sard-uniapp/commit/5c8b616))
|
|
250
200
|
|
|
251
201
|
## <small>1.23.4 (2025-08-11)</small>
|
|
252
202
|
|
|
253
|
-
*
|
|
254
|
-
* docs: keyboard ([e89dee5](https://github.com/sutras/sard-uniapp/commit/e89dee5))
|
|
255
|
-
* chore: changelog ([540c3fd](https://github.com/sutras/sard-uniapp/commit/540c3fd))
|
|
203
|
+
* Features: 新增 reverse 属性 ([0b98b59](https://github.com/sutras/sard-uniapp/commit/0b98b59))
|
|
256
204
|
|
|
257
205
|
## <small>1.23.3 (2025-08-09)</small>
|
|
258
206
|
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
* chore: 添加命名空间前缀 PlateMode ([6a509af](https://github.com/sutras/sard-uniapp/commit/6a509af))
|
|
264
|
-
* fix(qrcode): 将@use改为@import ([9cf83d2](https://github.com/sutras/sard-uniapp/commit/9cf83d2))
|
|
265
|
-
* feat: 可弹出表单组件新增 resettable 属性 ([dce34de](https://github.com/sutras/sard-uniapp/commit/dce34de))
|
|
266
|
-
* feat(Keyboard): 车牌键盘切换按钮添加toggle事件 ([5b3c88d](https://github.com/sutras/sard-uniapp/commit/5b3c88d))
|
|
267
|
-
* feat(tag): 支持渐变色 ([20cd25a](https://github.com/sutras/sard-uniapp/commit/20cd25a))
|
|
207
|
+
* Bug Fixes: 将@use改为@import ([9cf83d2](https://github.com/sutras/sard-uniapp/commit/9cf83d2))
|
|
208
|
+
* Features: 可弹出表单组件新增 resettable 属性 ([dce34de](https://github.com/sutras/sard-uniapp/commit/dce34de))
|
|
209
|
+
* Features: 支持渐变色 ([20cd25a](https://github.com/sutras/sard-uniapp/commit/20cd25a))
|
|
210
|
+
* Features: 车牌键盘切换按钮添加toggle事件 ([5b3c88d](https://github.com/sutras/sard-uniapp/commit/5b3c88d))
|
|
268
211
|
|
|
269
212
|
## <small>1.23.2 (2025-07-30)</small>
|
|
270
213
|
|
|
271
|
-
*
|
|
272
|
-
*
|
|
273
|
-
*
|
|
274
|
-
* chore: changelog ([5868e66](https://github.com/sutras/sard-uniapp/commit/5868e66))
|
|
214
|
+
* Bug Fixes: 修复异步加载数据回显问题 ([76615e4](https://github.com/sutras/sard-uniapp/commit/76615e4))
|
|
215
|
+
* Bug Fixes: 允许设置 loaidng 属性 ([5f1f91c](https://github.com/sutras/sard-uniapp/commit/5f1f91c))
|
|
216
|
+
* Features: navbar 新增 fixationStyle, fixationClasss 属性 ([bdc70f1](https://github.com/sutras/sard-uniapp/commit/bdc70f1))
|
|
275
217
|
|
|
276
218
|
## <small>1.23.1 (2025-07-28)</small>
|
|
277
219
|
|
|
278
|
-
*
|
|
279
|
-
* chore: config ([442966a](https://github.com/sutras/sard-uniapp/commit/442966a))
|
|
280
|
-
* fix: 修复 rate 清空问题 ([ac43638](https://github.com/sutras/sard-uniapp/commit/ac43638))
|
|
220
|
+
* Bug Fixes: 修复 rate 清空问题 ([ac43638](https://github.com/sutras/sard-uniapp/commit/ac43638))
|
|
281
221
|
|
|
282
222
|
## 1.23.0 (2025-07-26)
|
|
283
223
|
|
|
284
|
-
*
|
|
285
|
-
*
|
|
286
|
-
*
|
|
287
|
-
* chore: changelog ([cba6066](https://github.com/sutras/sard-uniapp/commit/cba6066))
|
|
224
|
+
* Features: cascader 新增 allLevels 属性 ([d40fc98](https://github.com/sutras/sard-uniapp/commit/d40fc98))
|
|
225
|
+
* Features: crop-image 组件新增 cancel 回调 ([572991f](https://github.com/sutras/sard-uniapp/commit/572991f))
|
|
226
|
+
* Features: 新增 FormPlain, FormItemPlain 组件 ([95c6721](https://github.com/sutras/sard-uniapp/commit/95c6721))
|
|
288
227
|
|
|
289
228
|
## <small>1.22.2 (2025-07-24)</small>
|
|
290
229
|
|
|
291
|
-
*
|
|
292
|
-
*
|
|
293
|
-
*
|
|
294
|
-
*
|
|
295
|
-
* docs: 添加icp ([d18f73e](https://github.com/sutras/sard-uniapp/commit/d18f73e))
|
|
296
|
-
* chore: changelog ([a9b1252](https://github.com/sutras/sard-uniapp/commit/a9b1252))
|
|
230
|
+
* Features: upload 新增默认插槽 ([73f3658](https://github.com/sutras/sard-uniapp/commit/73f3658))
|
|
231
|
+
* Bug Fixes: 优化支付宝端拖拽体验 ([351db34](https://github.com/sutras/sard-uniapp/commit/351db34))
|
|
232
|
+
* Bug Fixes: 修复支付宝端获取元素尺寸可能存在失败的问题 ([12c2dfb](https://github.com/sutras/sard-uniapp/commit/12c2dfb))
|
|
233
|
+
* Bug Fixes: 隐藏 list-item 单独使用时的上下文警告 ([18fe6bb](https://github.com/sutras/sard-uniapp/commit/18fe6bb))
|
|
297
234
|
|
|
298
235
|
## <small>1.22.1 (2025-07-19)</small>
|
|
299
236
|
|
|
300
|
-
*
|
|
301
|
-
*
|
|
302
|
-
* feat: 所有基于 Popup 和 Popout 组件的组件都添加入场/退场相关事件 ([5178b00](https://github.com/sutras/sard-uniapp/commit/5178b00))
|
|
303
|
-
* chore: changelog ([5132326](https://github.com/sutras/sard-uniapp/commit/5132326))
|
|
237
|
+
* Features: 基于 popout 组件的带有确定按钮的组件添加 confirm 事件 ([d88f36f](https://github.com/sutras/sard-uniapp/commit/d88f36f))
|
|
238
|
+
* Features: 所有基于 Popup 和 Popout 组件的组件都添加入场/退场相关事件 ([5178b00](https://github.com/sutras/sard-uniapp/commit/5178b00))
|
|
304
239
|
|
|
305
240
|
## 1.22.0 (2025-07-15)
|
|
306
241
|
|
|
307
|
-
*
|
|
308
|
-
*
|
|
309
|
-
*
|
|
310
|
-
*
|
|
311
|
-
*
|
|
312
|
-
*
|
|
313
|
-
*
|
|
314
|
-
*
|
|
315
|
-
*
|
|
316
|
-
*
|
|
317
|
-
*
|
|
318
|
-
*
|
|
319
|
-
* chore: changelog ([4fbff9d](https://github.com/sutras/sard-uniapp/commit/4fbff9d))
|
|
320
|
-
* chore: changelog ([84a73bd](https://github.com/sutras/sard-uniapp/commit/84a73bd))
|
|
321
|
-
* docs: update ([7c2d8b7](https://github.com/sutras/sard-uniapp/commit/7c2d8b7))
|
|
242
|
+
* Features: *-input 类组件新增 inputProps 属性 ([837ed51](https://github.com/sutras/sard-uniapp/commit/837ed51))
|
|
243
|
+
* Features: *-input 类组件新增arrow插槽和arrow, arrow-family属性 ([6555241](https://github.com/sutras/sard-uniapp/commit/6555241))
|
|
244
|
+
* Features: accordion 组件新增 hide-border 属性 ([ae3a093](https://github.com/sutras/sard-uniapp/commit/ae3a093))
|
|
245
|
+
* Features: form-item 新增 error 插槽 ([b377e8e](https://github.com/sutras/sard-uniapp/commit/b377e8e))
|
|
246
|
+
* Features: input 组件新增 show-eye 属性 ([351a56e](https://github.com/sutras/sard-uniapp/commit/351a56e))
|
|
247
|
+
* Features: picker-input 新增 arrow 属性和 arrow 插槽 ([f9fc77f](https://github.com/sutras/sard-uniapp/commit/f9fc77f))
|
|
248
|
+
* Features: popout-input 新增 arrow-family 属性 ([a97f280](https://github.com/sutras/sard-uniapp/commit/a97f280))
|
|
249
|
+
* Features: popup-input 新增 arrow 属性和 arrow 插槽 ([4756536](https://github.com/sutras/sard-uniapp/commit/4756536))
|
|
250
|
+
* Features: 增加 close-on-click-overlay,支持点击遮罩关闭弹出层;visible 支持 v-model ([28e7d27](https://github.com/sutras/sard-uniapp/commit/28e7d27))
|
|
251
|
+
* Features: 新增 dnd 组件 ([f9629a1](https://github.com/sutras/sard-uniapp/commit/f9629a1))
|
|
252
|
+
* Features: 新增overlayClosable属性 ([d615537](https://github.com/sutras/sard-uniapp/commit/d615537))
|
|
253
|
+
* Bug Fixes: 使popup组件在app端能传送到根节点 ([5008ce7](https://github.com/sutras/sard-uniapp/commit/5008ce7))
|
|
322
254
|
|
|
323
255
|
## <small>1.21.1 (2025-07-05)</small>
|
|
324
256
|
|
|
325
|
-
*
|
|
326
|
-
*
|
|
327
|
-
* chore: changelog ([25caadb](https://github.com/sutras/sard-uniapp/commit/25caadb))
|
|
257
|
+
* Bug Fixes: 修复 request 查询参数拼接问题 ([53df30d](https://github.com/sutras/sard-uniapp/commit/53df30d))
|
|
258
|
+
* Bug Fixes: 替代废弃的 uni.getSystemInfoSync 接口 ([7b7d391](https://github.com/sutras/sard-uniapp/commit/7b7d391))
|
|
328
259
|
|
|
329
260
|
## 1.21.0 (2025-07-04)
|
|
330
261
|
|
|
331
|
-
*
|
|
332
|
-
*
|
|
333
|
-
*
|
|
334
|
-
*
|
|
335
|
-
*
|
|
336
|
-
* docs: 添加节流函数说明 ([1c65f22](https://github.com/sutras/sard-uniapp/commit/1c65f22))
|
|
337
|
-
* chore: changelog ([570cc2d](https://github.com/sutras/sard-uniapp/commit/570cc2d))
|
|
262
|
+
* Features: list 新增隐藏边框属性 ([6fbab69](https://github.com/sutras/sard-uniapp/commit/6fbab69))
|
|
263
|
+
* Features: upload组件选择前置允许配置 ([5f2a753](https://github.com/sutras/sard-uniapp/commit/5f2a753))
|
|
264
|
+
* Features: 新增瀑布流组件 ([8da700b](https://github.com/sutras/sard-uniapp/commit/8da700b))
|
|
265
|
+
* Bug Fixes: upload组件修改beforeChoose,多返回一个参数sourceType,用于区分当前选择项 ([d440c7e](https://github.com/sutras/sard-uniapp/commit/d440c7e))
|
|
266
|
+
* Bug Fixes: 修复 fab 图标设置失败问题 ([da00f11](https://github.com/sutras/sard-uniapp/commit/da00f11))
|
|
338
267
|
|
|
339
268
|
## <small>1.20.2 (2025-07-02)</small>
|
|
340
269
|
|
|
341
|
-
*
|
|
342
|
-
* chore: changelog ([4966ae1](https://github.com/sutras/sard-uniapp/commit/4966ae1))
|
|
270
|
+
* Features: dialog, notify, toast 新增事件 ([54e5c4b](https://github.com/sutras/sard-uniapp/commit/54e5c4b))
|
|
343
271
|
|
|
344
272
|
## <small>1.20.1 (2025-07-02)</small>
|
|
345
273
|
|
|
346
|
-
*
|
|
347
|
-
* chore: changelog ([218ba21](https://github.com/sutras/sard-uniapp/commit/218ba21))
|
|
348
|
-
* chore: update type ([8c0b408](https://github.com/sutras/sard-uniapp/commit/8c0b408))
|
|
274
|
+
* Bug Fixes: 修复upload图片预览失败和remove按钮层级过高问题 ([ea29178](https://github.com/sutras/sard-uniapp/commit/ea29178))
|
|
349
275
|
|
|
350
276
|
## 1.20.0 (2025-07-01)
|
|
351
277
|
|
|
352
|
-
*
|
|
353
|
-
*
|
|
354
|
-
*
|
|
355
|
-
*
|
|
356
|
-
*
|
|
357
|
-
*
|
|
358
|
-
*
|
|
359
|
-
*
|
|
360
|
-
*
|
|
361
|
-
*
|
|
362
|
-
*
|
|
363
|
-
*
|
|
364
|
-
*
|
|
365
|
-
*
|
|
366
|
-
*
|
|
367
|
-
* refactor: 调整utils函数位置 ([b33691b](https://github.com/sutras/sard-uniapp/commit/b33691b))
|
|
368
|
-
* chore: changelog ([c9785a2](https://github.com/sutras/sard-uniapp/commit/c9785a2))
|
|
278
|
+
* Features: card 组件新增边框相关css变量 ([b838d88](https://github.com/sutras/sard-uniapp/commit/b838d88))
|
|
279
|
+
* Features: checkbox-popout 新增搜索和全选功能 ([9457fdd](https://github.com/sutras/sard-uniapp/commit/9457fdd))
|
|
280
|
+
* Features: radio-popout 组件新增搜索功能 ([fade336](https://github.com/sutras/sard-uniapp/commit/fade336))
|
|
281
|
+
* Features: upload h5 显示真实文件名 ([635805f](https://github.com/sutras/sard-uniapp/commit/635805f))
|
|
282
|
+
* Features: upload 组件新增 item-click 事件 ([cc01b3f](https://github.com/sutras/sard-uniapp/commit/cc01b3f))
|
|
283
|
+
* Features: 修复slider在支付宝端点击问题 ([76e9fd4](https://github.com/sutras/sard-uniapp/commit/76e9fd4))
|
|
284
|
+
* Features: 扩大 DatetimeRangePickerPopout 绑定值的适应性范围,允许绑定空数组 ([087aa7f](https://github.com/sutras/sard-uniapp/commit/087aa7f))
|
|
285
|
+
* Features: 新增 case 相关工具函数 ([1c3acaa](https://github.com/sutras/sard-uniapp/commit/1c3acaa))
|
|
286
|
+
* Features: 新增 read-more 组件 ([12637b8](https://github.com/sutras/sard-uniapp/commit/12637b8))
|
|
287
|
+
* Features: 新增 ResizeSensor 组件 ([7f8697e](https://github.com/sutras/sard-uniapp/commit/7f8697e))
|
|
288
|
+
* Features: 新增 ScrollList 组件 ([dacce49](https://github.com/sutras/sard-uniapp/commit/dacce49))
|
|
289
|
+
* Features: 新增 sticky 和 sticky-box 组件 ([e99ef87](https://github.com/sutras/sard-uniapp/commit/e99ef87))
|
|
290
|
+
* Features: 新增工程化相关工具 ([09fc190](https://github.com/sutras/sard-uniapp/commit/09fc190))
|
|
291
|
+
* Features: 新增日期相关工具 ([51807f4](https://github.com/sutras/sard-uniapp/commit/51807f4))
|
|
292
|
+
* Code Refactoring: 调整utils函数位置 ([b33691b](https://github.com/sutras/sard-uniapp/commit/b33691b))
|
|
369
293
|
|
|
370
294
|
## <small>1.19.5 (2025-06-22)</small>
|
|
371
295
|
|
|
372
|
-
*
|
|
373
|
-
* feat: 新增useLocaleProvide, useLocale钩子函数 ([a374df8](https://github.com/sutras/sard-uniapp/commit/a374df8))
|
|
374
|
-
* chore: changelog ([4f4805e](https://github.com/sutras/sard-uniapp/commit/4f4805e))
|
|
296
|
+
* Features: 新增useLocaleProvide, useLocale钩子函数 ([a374df8](https://github.com/sutras/sard-uniapp/commit/a374df8))
|
|
375
297
|
|
|
376
298
|
## <small>1.19.4 (2025-06-19)</small>
|
|
377
299
|
|
|
378
|
-
*
|
|
300
|
+
* Features: calendar 允许修改范围文案 ([ba4debe](https://github.com/sutras/sard-uniapp/commit/ba4debe))
|
|
379
301
|
|
|
380
302
|
## <small>1.19.3 (2025-06-17)</small>
|
|
381
303
|
|
|
382
|
-
*
|
|
383
|
-
*
|
|
384
|
-
* feat: icon 添加 separate 属性 ([b20d069](https://github.com/sutras/sard-uniapp/commit/b20d069))
|
|
385
|
-
* chore: changelog ([82610fa](https://github.com/sutras/sard-uniapp/commit/82610fa))
|
|
304
|
+
* Features: dropdown 新增 togglable 属性 ([e46291e](https://github.com/sutras/sard-uniapp/commit/e46291e))
|
|
305
|
+
* Features: icon 添加 separate 属性 ([b20d069](https://github.com/sutras/sard-uniapp/commit/b20d069))
|
|
386
306
|
|
|
387
307
|
## <small>1.19.2 (2025-06-14)</small>
|
|
388
308
|
|
|
389
|
-
*
|
|
390
|
-
*
|
|
391
|
-
*
|
|
392
|
-
*
|
|
393
|
-
*
|
|
394
|
-
*
|
|
395
|
-
*
|
|
396
|
-
*
|
|
397
|
-
* feat: 新增css变量 ([f1b081e](https://github.com/sutras/sard-uniapp/commit/f1b081e))
|
|
398
|
-
* feat: 新增图标属性和长按菜单功能 ([62c0d7f](https://github.com/sutras/sard-uniapp/commit/62c0d7f))
|
|
399
|
-
* chore: changelog ([8bb84f1](https://github.com/sutras/sard-uniapp/commit/8bb84f1))
|
|
400
|
-
* chore: update ([0ff5e69](https://github.com/sutras/sard-uniapp/commit/0ff5e69))
|
|
401
|
-
* chore: 修改qrcode合并代码 ([898ccc3](https://github.com/sutras/sard-uniapp/commit/898ccc3))
|
|
402
|
-
* build: 生成 HbuilderX 组件类型提示 ([c355baf](https://github.com/sutras/sard-uniapp/commit/c355baf))
|
|
309
|
+
* Bug Fixes: picker 值为空时滚到第一个位置 ([f033ccc](https://github.com/sutras/sard-uniapp/commit/f033ccc))
|
|
310
|
+
* Bug Fixes: 修复 picker-popout 首次选择不能获取选项列表问题 ([50cebc7](https://github.com/sutras/sard-uniapp/commit/50cebc7))
|
|
311
|
+
* Features: *-input 系列组件新增valueOnClear属性 ([42275cd](https://github.com/sutras/sard-uniapp/commit/42275cd))
|
|
312
|
+
* Features: calendar-popout组件新增title和title-prepend插槽 ([f6f8404](https://github.com/sutras/sard-uniapp/commit/f6f8404))
|
|
313
|
+
* Features: upload 组件新增 beforeChoose 属性 ([22e3137](https://github.com/sutras/sard-uniapp/commit/22e3137))
|
|
314
|
+
* Features: 增加 tag 组件的 mark 属性,支持 'left' 和 'right' 值以控制标记方向 ([77f9fb7](https://github.com/sutras/sard-uniapp/commit/77f9fb7))
|
|
315
|
+
* Features: 新增css变量 ([f1b081e](https://github.com/sutras/sard-uniapp/commit/f1b081e))
|
|
316
|
+
* Features: 新增图标属性和长按菜单功能 ([62c0d7f](https://github.com/sutras/sard-uniapp/commit/62c0d7f))
|
|
403
317
|
|
|
404
318
|
## <small>1.19.1 (2025-06-11)</small>
|
|
405
319
|
|
|
406
|
-
*
|
|
407
|
-
* docs: 更新文档 ([b7aa136](https://github.com/sutras/sard-uniapp/commit/b7aa136))
|
|
408
|
-
* chore: changelog ([e482524](https://github.com/sutras/sard-uniapp/commit/e482524))
|
|
320
|
+
* Features: dropdown 新增 before-close 属性 ([fca24ac](https://github.com/sutras/sard-uniapp/commit/fca24ac))
|
|
409
321
|
|
|
410
322
|
## 1.19.0 (2025-06-10)
|
|
411
323
|
|
|
412
|
-
*
|
|
413
|
-
*
|
|
414
|
-
*
|
|
415
|
-
*
|
|
416
|
-
*
|
|
417
|
-
*
|
|
418
|
-
*
|
|
419
|
-
*
|
|
420
|
-
* test: 修改测试 ([12074b8](https://github.com/sutras/sard-uniapp/commit/12074b8))
|
|
421
|
-
* docs: 修改文档错误 ([0790114](https://github.com/sutras/sard-uniapp/commit/0790114))
|
|
422
|
-
* docs(demo): 密码输入框添加切换按钮 ([c9e0970](https://github.com/sutras/sard-uniapp/commit/c9e0970))
|
|
423
|
-
* build: 更新sard-cli ([2cd4997](https://github.com/sutras/sard-uniapp/commit/2cd4997))
|
|
424
|
-
* build: 更新sard-cli依赖包 ([22af22b](https://github.com/sutras/sard-uniapp/commit/22af22b))
|
|
425
|
-
* chore: changelog ([90c3e09](https://github.com/sutras/sard-uniapp/commit/90c3e09))
|
|
324
|
+
* Bug Fixes: 修复 dialog 命令式回调选项参数问题 ([5af4fd8](https://github.com/sutras/sard-uniapp/commit/5af4fd8))
|
|
325
|
+
* Bug Fixes: 修复 form fields 错乱删除问题 ([8250da9](https://github.com/sutras/sard-uniapp/commit/8250da9))
|
|
326
|
+
* Bug Fixes: 修复cascader组件因值不存在时不显示列表的问题 ([4bae371](https://github.com/sutras/sard-uniapp/commit/4bae371))
|
|
327
|
+
* Bug Fixes: 修复picker最后一列在安卓偏移问题 ([a041836](https://github.com/sutras/sard-uniapp/commit/a041836))
|
|
328
|
+
* Code Refactoring: 重构 useSetTimeout ([3f07b30](https://github.com/sutras/sard-uniapp/commit/3f07b30))
|
|
329
|
+
* Features: button 新增 square 属性 ([41db4ac](https://github.com/sutras/sard-uniapp/commit/41db4ac))
|
|
330
|
+
* Features: dropdown 新增 before-close 属性 ([3407a6b](https://github.com/sutras/sard-uniapp/commit/3407a6b))
|
|
331
|
+
* Features: 新增 swipe-action 组件 ([9a390c6](https://github.com/sutras/sard-uniapp/commit/9a390c6))
|
|
426
332
|
|
|
427
333
|
## 1.18.0 (2025-06-06)
|
|
428
334
|
|
|
429
|
-
*
|
|
430
|
-
*
|
|
431
|
-
*
|
|
432
|
-
* feat: icon支持冒号分隔符名称属性 ([7ffcd90](https://github.com/sutras/sard-uniapp/commit/7ffcd90))
|
|
433
|
-
* chore: changelog ([fec4e87](https://github.com/sutras/sard-uniapp/commit/fec4e87))
|
|
434
|
-
* chore: type ([9128442](https://github.com/sutras/sard-uniapp/commit/9128442))
|
|
335
|
+
* Features: datetime-picker 组件新增农历类型 ([7b0f305](https://github.com/sutras/sard-uniapp/commit/7b0f305))
|
|
336
|
+
* Features: dropdown-item 组件新增显隐动画相关事件 ([83e8c52](https://github.com/sutras/sard-uniapp/commit/83e8c52))
|
|
337
|
+
* Features: icon支持冒号分隔符名称属性 ([7ffcd90](https://github.com/sutras/sard-uniapp/commit/7ffcd90))
|
|
435
338
|
|
|
436
339
|
## <small>1.17.1 (2025-05-30)</small>
|
|
437
340
|
|
|
438
|
-
*
|
|
439
|
-
*
|
|
440
|
-
* test: popup ([4f84fc3](https://github.com/sutras/sard-uniapp/commit/4f84fc3))
|
|
441
|
-
* fix: 修复Popup在H5 attrs 透传问题 ([4de8765](https://github.com/sutras/sard-uniapp/commit/4de8765))
|
|
442
|
-
* feat: steps组件新增自定义内容插槽 ([5f17466](https://github.com/sutras/sard-uniapp/commit/5f17466))
|
|
341
|
+
* Bug Fixes: 修复Popup在H5 attrs 透传问题 ([4de8765](https://github.com/sutras/sard-uniapp/commit/4de8765))
|
|
342
|
+
* Features: steps组件新增自定义内容插槽 ([5f17466](https://github.com/sutras/sard-uniapp/commit/5f17466))
|
|
443
343
|
|
|
444
344
|
## 1.17.0 (2025-05-29)
|
|
445
345
|
|
|
446
|
-
*
|
|
447
|
-
*
|
|
448
|
-
*
|
|
449
|
-
* chore: changelog ([292b6e6](https://github.com/sutras/sard-uniapp/commit/292b6e6))
|
|
450
|
-
* chore: type ([5936b7f](https://github.com/sutras/sard-uniapp/commit/5936b7f))
|
|
346
|
+
* Bug Fixes: 修复popup在h5弹出状态跳转页面仍显示的问题 ([1187368](https://github.com/sutras/sard-uniapp/commit/1187368))
|
|
347
|
+
* Features: picker 组件新增 custom 插槽 ([218d384](https://github.com/sutras/sard-uniapp/commit/218d384))
|
|
348
|
+
* Features: tree 组件新增单选功能 ([a1fb8a2](https://github.com/sutras/sard-uniapp/commit/a1fb8a2))
|
|
451
349
|
|
|
452
350
|
## 1.16.0 (2025-05-28)
|
|
453
351
|
|
|
454
|
-
*
|
|
455
|
-
*
|
|
456
|
-
* feat: 新增7个 *Input 对应的 *Popout 组件 ([c3645d4](https://github.com/sutras/sard-uniapp/commit/c3645d4))
|
|
457
|
-
* feat: 新增TabbarPit组件, Tabbar 组件新增fixed和safe-area-inset-bottom属性 ([b9f3197](https://github.com/sutras/sard-uniapp/commit/b9f3197))
|
|
458
|
-
* chore: changelog ([a2a8e7f](https://github.com/sutras/sard-uniapp/commit/a2a8e7f))
|
|
352
|
+
* Features: 新增7个 *Input 对应的 *Popout 组件 ([c3645d4](https://github.com/sutras/sard-uniapp/commit/c3645d4))
|
|
353
|
+
* Features: 新增TabbarPit组件, Tabbar 组件新增fixed和safe-area-inset-bottom属性 ([b9f3197](https://github.com/sutras/sard-uniapp/commit/b9f3197))
|
|
459
354
|
|
|
460
355
|
## <small>1.15.4 (2025-05-27)</small>
|
|
461
356
|
|
|
462
|
-
*
|
|
463
|
-
* chore: changelog ([fc21f16](https://github.com/sutras/sard-uniapp/commit/fc21f16))
|
|
357
|
+
* Bug Fixes: 降低peerDependencies vue的版本 ([518e2aa](https://github.com/sutras/sard-uniapp/commit/518e2aa))
|
|
464
358
|
|
|
465
359
|
## <small>1.15.3 (2025-05-24)</small>
|
|
466
360
|
|
|
467
|
-
*
|
|
468
|
-
* chore: changelog ([7330f27](https://github.com/sutras/sard-uniapp/commit/7330f27))
|
|
361
|
+
* Bug Fixes: tabs组件允许name为boolean类型 ([6897055](https://github.com/sutras/sard-uniapp/commit/6897055))
|
|
469
362
|
|
|
470
363
|
## <small>1.15.2 (2025-05-24)</small>
|
|
471
364
|
|
|
472
|
-
*
|
|
473
|
-
* chore: changelog ([2fbce53](https://github.com/sutras/sard-uniapp/commit/2fbce53))
|
|
365
|
+
* Bug Fixes: 内部icon设置固定family ([3c73574](https://github.com/sutras/sard-uniapp/commit/3c73574))
|
|
474
366
|
|
|
475
367
|
## <small>1.15.1 (2025-05-21)</small>
|
|
476
368
|
|
|
477
|
-
*
|
|
478
|
-
* chore: changelog ([cd8c713](https://github.com/sutras/sard-uniapp/commit/cd8c713))
|
|
479
|
-
* chore: temp ([3bf53cc](https://github.com/sutras/sard-uniapp/commit/3bf53cc))
|
|
480
|
-
* chore: temp3 ([99c0932](https://github.com/sutras/sard-uniapp/commit/99c0932))
|
|
481
|
-
* feat: dialog beforeClose 新增 loading 参数 ([715a961](https://github.com/sutras/sard-uniapp/commit/715a961))
|
|
369
|
+
* Features: dialog beforeClose 新增 loading 参数 ([715a961](https://github.com/sutras/sard-uniapp/commit/715a961))
|
|
482
370
|
|
|
483
371
|
## <small>1.14.4 (2025-05-16)</small>
|
|
484
372
|
|
|
485
|
-
*
|
|
486
|
-
* docs: 添加首页文档 ([b490c51](https://github.com/sutras/sard-uniapp/commit/b490c51))
|
|
487
|
-
* chore: changelog ([1572ebd](https://github.com/sutras/sard-uniapp/commit/1572ebd))
|
|
373
|
+
* Bug Fixes: 修复 crop-image 弹出问题 ([d7bec84](https://github.com/sutras/sard-uniapp/commit/d7bec84))
|
|
488
374
|
|
|
489
375
|
## <small>1.14.3 (2025-05-14)</small>
|
|
490
376
|
|
|
491
|
-
*
|
|
492
|
-
* chore: changelog ([847c5b1](https://github.com/sutras/sard-uniapp/commit/847c5b1))
|
|
377
|
+
* Bug Fixes: 修复dropdown弹出框问题 ([5eeaf2e](https://github.com/sutras/sard-uniapp/commit/5eeaf2e))
|
|
493
378
|
|
|
494
379
|
## <small>1.14.2 (2025-05-14)</small>
|
|
495
380
|
|
|
496
|
-
*
|
|
497
|
-
* chore: changelog ([33d1c84](https://github.com/sutras/sard-uniapp/commit/33d1c84))
|
|
381
|
+
* Bug Fixes: 使 *-input 弹出式输入框组件只有一个根节点 ([91fe1c0](https://github.com/sutras/sard-uniapp/commit/91fe1c0))
|
|
498
382
|
|
|
499
383
|
## <small>1.14.1 (2025-05-13)</small>
|
|
500
384
|
|
|
501
|
-
*
|
|
502
|
-
* chore: changelog ([f859a59](https://github.com/sutras/sard-uniapp/commit/f859a59))
|
|
385
|
+
* Bug Fixes: 修复 popup 组件 transform+fixed 渲染问题 ([5d0bf10](https://github.com/sutras/sard-uniapp/commit/5d0bf10))
|
|
503
386
|
|
|
504
387
|
## 1.14.0 (2025-05-12)
|
|
505
388
|
|
|
506
|
-
*
|
|
507
|
-
* chore: changelog ([2163978](https://github.com/sutras/sard-uniapp/commit/2163978))
|
|
389
|
+
* Features: cascader 新增 change-on-select 属性 ([71c1329](https://github.com/sutras/sard-uniapp/commit/71c1329))
|
|
508
390
|
|
|
509
391
|
## <small>1.13.3 (2025-05-12)</small>
|
|
510
392
|
|
|
511
|
-
*
|
|
512
|
-
* build: update devDependencies ([d90e00d](https://github.com/sutras/sard-uniapp/commit/d90e00d))
|
|
513
|
-
* build: update uniapp ([e319628](https://github.com/sutras/sard-uniapp/commit/e319628))
|
|
514
|
-
* build: update vite ([ce384ed](https://github.com/sutras/sard-uniapp/commit/ce384ed))
|
|
515
|
-
* chore: changelog ([d143c17](https://github.com/sutras/sard-uniapp/commit/d143c17))
|
|
393
|
+
* Bug Fixes: 修复tabs组件初始触发change事件问题 ([f9a408b](https://github.com/sutras/sard-uniapp/commit/f9a408b))
|
|
516
394
|
|
|
517
395
|
## <small>1.13.2 (2025-05-06)</small>
|
|
518
396
|
|
|
519
|
-
*
|
|
520
|
-
* chore: changelog ([07bcc1d](https://github.com/sutras/sard-uniapp/commit/07bcc1d))
|
|
397
|
+
* Bug Fixes: 修复progress-bar inside 时显示问题 ([1e633ed](https://github.com/sutras/sard-uniapp/commit/1e633ed))
|
|
521
398
|
|
|
522
399
|
## <small>1.13.1 (2025-05-01)</small>
|
|
523
400
|
|
|
524
|
-
*
|
|
525
|
-
* chore: changelog ([7a40153](https://github.com/sutras/sard-uniapp/commit/7a40153))
|
|
401
|
+
* Bug Fixes: 修复notify显示问题 ([30d3f36](https://github.com/sutras/sard-uniapp/commit/30d3f36))
|
|
526
402
|
|
|
527
403
|
## 1.13.0 (2025-04-29)
|
|
528
404
|
|
|
529
|
-
*
|
|
530
|
-
*
|
|
531
|
-
*
|
|
532
|
-
* chore: changelog ([3a4af62](https://github.com/sutras/sard-uniapp/commit/3a4af62))
|
|
533
|
-
* Create 01-bug.yml ([8f960db](https://github.com/sutras/sard-uniapp/commit/8f960db))
|
|
534
|
-
* Update 01-bug.yml ([ecefbf9](https://github.com/sutras/sard-uniapp/commit/ecefbf9))
|
|
535
|
-
* Update 01-bug.yml ([2b78893](https://github.com/sutras/sard-uniapp/commit/2b78893))
|
|
405
|
+
* Features: button 组件新增 icon 功能 ([ff69d30](https://github.com/sutras/sard-uniapp/commit/ff69d30))
|
|
406
|
+
* Features: 新增 divider 组件 ([410fe89](https://github.com/sutras/sard-uniapp/commit/410fe89))
|
|
407
|
+
* Features: 新增 FloatingPanel 组件 ([ddb6561](https://github.com/sutras/sard-uniapp/commit/ddb6561))
|
|
536
408
|
|
|
537
409
|
## <small>1.12.5 (2025-04-21)</small>
|
|
538
410
|
|
|
539
|
-
*
|
|
540
|
-
* chore: changelog ([377ede1](https://github.com/sutras/sard-uniapp/commit/377ede1))
|
|
411
|
+
* Bug Fixes: 修复 table 组件 sass 导入问题 ([238257e](https://github.com/sutras/sard-uniapp/commit/238257e))
|
|
541
412
|
|
|
542
413
|
## <small>1.12.4 (2025-04-14)</small>
|
|
543
414
|
|
|
544
|
-
*
|
|
545
|
-
* chore: changelog ([e7d8f7f](https://github.com/sutras/sard-uniapp/commit/e7d8f7f))
|
|
415
|
+
* Features: tabbar-item 组件 icon 插槽新增 active 属性 ([4ccd9cc](https://github.com/sutras/sard-uniapp/commit/4ccd9cc))
|
|
546
416
|
|
|
547
417
|
## <small>1.12.3 (2025-04-03)</small>
|
|
548
418
|
|
|
549
|
-
*
|
|
550
|
-
* chore: changelog ([f1a1b0a](https://github.com/sutras/sard-uniapp/commit/f1a1b0a))
|
|
419
|
+
* Features: card 组件新增点击态 ([0eef48e](https://github.com/sutras/sard-uniapp/commit/0eef48e))
|
|
551
420
|
|
|
552
421
|
## <small>1.12.2 (2025-04-02)</small>
|
|
553
422
|
|
|
554
|
-
*
|
|
555
|
-
* docs: 更新 sard-cli 版本 ([c9059d6](https://github.com/sutras/sard-uniapp/commit/c9059d6))
|
|
556
|
-
* chore: changelog ([0ffeab0](https://github.com/sutras/sard-uniapp/commit/0ffeab0))
|
|
423
|
+
* Features: tabs 等组件新增 change 事件, card 新增 click 事件 ([20fa21c](https://github.com/sutras/sard-uniapp/commit/20fa21c))
|
|
557
424
|
|
|
558
425
|
## <small>1.12.1 (2025-03-29)</small>
|
|
559
426
|
|
|
560
|
-
*
|
|
561
|
-
* chore: changelog ([0d256b8](https://github.com/sutras/sard-uniapp/commit/0d256b8))
|
|
427
|
+
* Bug Fixes: 移除 crop-image 组件 toast 提示,新增button组件 inline 属性 ([64e6474](https://github.com/sutras/sard-uniapp/commit/64e6474))
|
|
562
428
|
|
|
563
429
|
## 1.12.0 (2025-03-25)
|
|
564
430
|
|
|
565
|
-
*
|
|
566
|
-
*
|
|
567
|
-
*
|
|
568
|
-
*
|
|
569
|
-
*
|
|
570
|
-
*
|
|
571
|
-
*
|
|
572
|
-
*
|
|
573
|
-
*
|
|
574
|
-
*
|
|
575
|
-
*
|
|
576
|
-
*
|
|
577
|
-
*
|
|
578
|
-
* feat: navbar组件新增属性,修改样式 ([e6039b4](https://github.com/sutras/sard-uniapp/commit/e6039b4))
|
|
579
|
-
* feat: 新增 crop-image 组件 ([9bd948a](https://github.com/sutras/sard-uniapp/commit/9bd948a))
|
|
580
|
-
* feat: 新增 ScrollSpy 组件 ([cefa8b4](https://github.com/sutras/sard-uniapp/commit/cefa8b4))
|
|
581
|
-
* feat: 新增 Sidebar 组件 ([608ec0d](https://github.com/sutras/sard-uniapp/commit/608ec0d))
|
|
582
|
-
* feat: 新增 signature 组件 ([f75489d](https://github.com/sutras/sard-uniapp/commit/f75489d))
|
|
583
|
-
* feat: 新增 status-bar 组件 ([e005b0c](https://github.com/sutras/sard-uniapp/commit/e005b0c))
|
|
584
|
-
* feat: 新增 zIndex 全局配置 ([7945ae9](https://github.com/sutras/sard-uniapp/commit/7945ae9))
|
|
585
|
-
* docs: 自定义导航栏 ([474cd29](https://github.com/sutras/sard-uniapp/commit/474cd29))
|
|
586
|
-
* docs(indexes): 修改演示组件 ([496e6e1](https://github.com/sutras/sard-uniapp/commit/496e6e1))
|
|
431
|
+
* Bug Fixes: 修复 table 组件右边固定阴影显示问题 ([c6f0e88](https://github.com/sutras/sard-uniapp/commit/c6f0e88))
|
|
432
|
+
* Bug Fixes: 修复cascader在支付宝端的展示问题 ([3e713ac](https://github.com/sutras/sard-uniapp/commit/3e713ac))
|
|
433
|
+
* Bug Fixes: 修复因uniapp会修改元素id导致获取不到元素的问题 ([45b8070](https://github.com/sutras/sard-uniapp/commit/45b8070))
|
|
434
|
+
* Bug Fixes: 允许空字符串作为未选择初始值 ([428b3c5](https://github.com/sutras/sard-uniapp/commit/428b3c5))
|
|
435
|
+
* Features: button 组件新增 block 属性 ([6b59144](https://github.com/sutras/sard-uniapp/commit/6b59144))
|
|
436
|
+
* Features: grid 组件新增 badge 相关属性 ([4f697a3](https://github.com/sutras/sard-uniapp/commit/4f697a3))
|
|
437
|
+
* Features: navbar组件新增属性,修改样式 ([e6039b4](https://github.com/sutras/sard-uniapp/commit/e6039b4))
|
|
438
|
+
* Features: 新增 crop-image 组件 ([9bd948a](https://github.com/sutras/sard-uniapp/commit/9bd948a))
|
|
439
|
+
* Features: 新增 ScrollSpy 组件 ([cefa8b4](https://github.com/sutras/sard-uniapp/commit/cefa8b4))
|
|
440
|
+
* Features: 新增 Sidebar 组件 ([608ec0d](https://github.com/sutras/sard-uniapp/commit/608ec0d))
|
|
441
|
+
* Features: 新增 signature 组件 ([f75489d](https://github.com/sutras/sard-uniapp/commit/f75489d))
|
|
442
|
+
* Features: 新增 status-bar 组件 ([e005b0c](https://github.com/sutras/sard-uniapp/commit/e005b0c))
|
|
443
|
+
* Features: 新增 zIndex 全局配置 ([7945ae9](https://github.com/sutras/sard-uniapp/commit/7945ae9))
|
|
587
444
|
|
|
588
445
|
## <small>1.11.2 (2025-03-06)</small>
|
|
589
446
|
|
|
590
|
-
*
|
|
591
|
-
* chore: changelog ([1949c45](https://github.com/sutras/sard-uniapp/commit/1949c45))
|
|
447
|
+
* Bug Fixes: 修复tree组件递归引用问题 ([0a789c6](https://github.com/sutras/sard-uniapp/commit/0a789c6))
|
|
592
448
|
|
|
593
449
|
## <small>1.11.1 (2025-03-06)</small>
|
|
594
450
|
|
|
595
|
-
*
|
|
596
|
-
* chore: changelog ([390272f](https://github.com/sutras/sard-uniapp/commit/390272f))
|
|
451
|
+
* Bug Fixes: 修复日期时间选择器min, max联动问题 ([fd6c351](https://github.com/sutras/sard-uniapp/commit/fd6c351))
|
|
597
452
|
|
|
598
453
|
## 1.11.0 (2025-03-04)
|
|
599
454
|
|
|
600
|
-
*
|
|
601
|
-
*
|
|
602
|
-
* chore: np version ([c7a6b1e](https://github.com/sutras/sard-uniapp/commit/c7a6b1e))
|
|
603
|
-
* feat: 新增 DatetimeRangePicker 和 DatetimeRangePickerInput 组件 ([8b3d6ee](https://github.com/sutras/sard-uniapp/commit/8b3d6ee))
|
|
604
|
-
* fix(datetime-picker): 修改min, max属性后更新列数据 ([9b6b3f4](https://github.com/sutras/sard-uniapp/commit/9b6b3f4))
|
|
455
|
+
* Features: 新增 DatetimeRangePicker 和 DatetimeRangePickerInput 组件 ([8b3d6ee](https://github.com/sutras/sard-uniapp/commit/8b3d6ee))
|
|
456
|
+
* Bug Fixes: 修改min, max属性后更新列数据 ([9b6b3f4](https://github.com/sutras/sard-uniapp/commit/9b6b3f4))
|
|
605
457
|
|
|
606
458
|
## <small>1.10.4 (2025-02-19)</small>
|
|
607
459
|
|
|
608
|
-
*
|
|
460
|
+
* Bug Fixes: 使用 @import 导入scss, 兼容mp-alipay ([3e1b7b6](https://github.com/sutras/sard-uniapp/commit/3e1b7b6))
|
|
609
461
|
|
|
610
462
|
## <small>1.10.3 (2025-02-19)</small>
|
|
611
463
|
|
|
612
|
-
*
|
|
613
|
-
*
|
|
614
|
-
* build: add remote ([22b3869](https://github.com/sutras/sard-uniapp/commit/22b3869))
|
|
615
|
-
* build: 兼容windows系统 ([757d94b](https://github.com/sutras/sard-uniapp/commit/757d94b))
|
|
464
|
+
* Bug Fixes: 修复 cascader, cascader-input 组件 ([1ac846d](https://github.com/sutras/sard-uniapp/commit/1ac846d))
|
|
465
|
+
* Bug Fixes: 确保 DatetimePickerInput value 格式化, 移除sass警告 ([0ded8f9](https://github.com/sutras/sard-uniapp/commit/0ded8f9))
|
|
616
466
|
|
|
617
467
|
## <small>1.10.1 (2025-01-08)</small>
|
|
618
468
|
|
|
619
|
-
*
|
|
620
|
-
* build: github page ([6614f99](https://github.com/sutras/sard-uniapp/commit/6614f99))
|
|
469
|
+
* Bug Fixes: 修复全局配置问题 ([b05a52e](https://github.com/sutras/sard-uniapp/commit/b05a52e))
|
|
621
470
|
|
|
622
471
|
## 1.10.0 (2025-01-01)
|
|
623
472
|
|
|
624
|
-
*
|
|
473
|
+
* Features: 新增 Space 组件, 新增 Dialog 组件的按钮配置, 新增 valueFormat 属性, 修复已知问题 ([69825ef](https://github.com/sutras/sard-uniapp/commit/69825ef))
|
|
625
474
|
|
|
626
475
|
## <small>1.9.2 (2024-12-22)</small>
|
|
627
476
|
|
|
628
|
-
*
|
|
477
|
+
* Features: 表单组件新增change事件 ([cc56e51](https://github.com/sutras/sard-uniapp/commit/cc56e51))
|
|
629
478
|
|
|
630
479
|
## <small>1.9.1 (2024-12-22)</small>
|
|
631
480
|
|
|
632
|
-
*
|
|
481
|
+
* Bug Fixes: 修复qrcode 在app端报错的问题 ([486a95f](https://github.com/sutras/sard-uniapp/commit/486a95f))
|
|
633
482
|
|
|
634
483
|
## 1.9.0 (2024-12-22)
|
|
635
484
|
|
|
636
|
-
*
|
|
637
|
-
* docs: update README ([8b90019](https://github.com/sutras/sard-uniapp/commit/8b90019))
|
|
638
|
-
* docs: 修改文档 ([4375b68](https://github.com/sutras/sard-uniapp/commit/4375b68))
|
|
485
|
+
* Features: 新增表格组件 ([6649af4](https://github.com/sutras/sard-uniapp/commit/6649af4))
|
|
639
486
|
|
|
640
487
|
## <small>1.8.2 (2024-12-06)</small>
|
|
641
488
|
|
|
642
|
-
*
|
|
643
|
-
* docs: udpate docs ([1a684b2](https://github.com/sutras/sard-uniapp/commit/1a684b2))
|
|
644
|
-
* chore: sass use ([9c83be9](https://github.com/sutras/sard-uniapp/commit/9c83be9))
|
|
645
|
-
* chore: update dependencies ([a9f7a57](https://github.com/sutras/sard-uniapp/commit/a9f7a57))
|
|
646
|
-
* chore: update dependencies ([45a71b6](https://github.com/sutras/sard-uniapp/commit/45a71b6))
|
|
489
|
+
* Bug Fixes: 只读时隐藏箭头 ([28f29ac](https://github.com/sutras/sard-uniapp/commit/28f29ac))
|
|
647
490
|
|
|
648
491
|
## <small>1.8.1 (2024-10-22)</small>
|
|
649
492
|
|
|
650
|
-
*
|
|
493
|
+
* Bug Fixes: 修复局部导入组件未注册问题 ([225ff82](https://github.com/sutras/sard-uniapp/commit/225ff82))
|
|
651
494
|
|
|
652
495
|
## 1.8.0 (2024-10-21)
|
|
653
496
|
|
|
654
|
-
*
|
|
497
|
+
* Features: 按钮添加小程序能力 ([a887361](https://github.com/sutras/sard-uniapp/commit/a887361))
|
|
655
498
|
|
|
656
499
|
## <small>1.7.1 (2024-09-20)</small>
|
|
657
500
|
|
|
658
|
-
*
|
|
501
|
+
* Bug Fixes: 修复 input 获取焦点时的光标位置 ([820f248](https://github.com/sutras/sard-uniapp/commit/820f248))
|
|
659
502
|
|
|
660
503
|
## 1.7.0 (2024-09-18)
|
|
661
504
|
|
|
662
|
-
*
|
|
505
|
+
* Features: 新增全局配置 ([dbc6444](https://github.com/sutras/sard-uniapp/commit/dbc6444))
|
|
663
506
|
|
|
664
507
|
## <small>1.6.1 (2024-08-30)</small>
|
|
665
508
|
|
|
666
|
-
*
|
|
667
|
-
*
|
|
668
|
-
* docs: update intro ([ef4fc3f](https://github.com/sutras/sard-uniapp/commit/ef4fc3f))
|
|
669
|
-
* chore: commit changelog ([eb4afce](https://github.com/sutras/sard-uniapp/commit/eb4afce))
|
|
509
|
+
* Bug Fixes: count-down stop timer before unmount ([5a0feb2](https://github.com/sutras/sard-uniapp/commit/5a0feb2))
|
|
510
|
+
* Bug Fixes: fix type of 'confirm-hold' in sard-input ([fd6209d](https://github.com/sutras/sard-uniapp/commit/fd6209d))
|
|
670
511
|
|
|
671
512
|
## 1.6.0 (2024-08-19)
|
|
672
513
|
|
|
673
|
-
*
|
|
674
|
-
*
|
|
675
|
-
* 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)
|
|
514
|
+
* Features: 新增Fab, FloatingBubble 组件, 优化构建流程 close #39 ([fe28b0a](https://github.com/sutras/sard-uniapp/commit/fe28b0a)), closes [#39](https://github.com/sutras/sard-uniapp/issues/39)
|
|
515
|
+
* Features: 新增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)
|
|
676
516
|
|
|
677
517
|
## <small>1.4.1 (2024-08-02)</small>
|
|
678
518
|
|
|
679
|
-
*
|
|
680
|
-
* docs: fix emit's name of Keyboard ([d8e245c](https://github.com/sutras/sard-uniapp/commit/d8e245c))
|
|
519
|
+
* Features: search组件新增clear, focus, blur事件 ([5c4f9fe](https://github.com/sutras/sard-uniapp/commit/5c4f9fe))
|
|
681
520
|
|
|
682
521
|
## 1.4.0 (2024-08-01)
|
|
683
522
|
|
|
684
|
-
*
|
|
523
|
+
* Features: add qrcode ([4c74b1e](https://github.com/sutras/sard-uniapp/commit/4c74b1e))
|
|
685
524
|
|
|
686
525
|
## 1.3.0 (2024-07-16)
|
|
687
526
|
|
|
688
|
-
*
|
|
527
|
+
* Features: 新增radio-input, checkbox-input, alert组件 ([4d2198e](https://github.com/sutras/sard-uniapp/commit/4d2198e))
|
|
689
528
|
|
|
690
529
|
## <small>1.2.2 (2024-07-13)</small>
|
|
691
530
|
|
|
692
|
-
*
|
|
693
|
-
*
|
|
531
|
+
* Bug Fixes: lwa copy ([d2ecc78](https://github.com/sutras/sard-uniapp/commit/d2ecc78))
|
|
532
|
+
* Bug Fixes: 修复pnpm非扁平化依赖包下lwa依赖问题 close #32 ([904e6bd](https://github.com/sutras/sard-uniapp/commit/904e6bd)), closes [#32](https://github.com/sutras/sard-uniapp/issues/32)
|
|
694
533
|
|
|
695
534
|
## 1.2.0 (2024-07-11)
|
|
696
535
|
|
|
697
|
-
*
|
|
698
|
-
* feat: 新增Marquee, LuckyDraw, CountTo组件 ([ce825ae](https://github.com/sutras/sard-uniapp/commit/ce825ae))
|
|
699
|
-
* docs: 维护文档 ([752ea20](https://github.com/sutras/sard-uniapp/commit/752ea20))
|
|
536
|
+
* Features: 新增Marquee, LuckyDraw, CountTo组件 ([ce825ae](https://github.com/sutras/sard-uniapp/commit/ce825ae))
|
|
700
537
|
|
|
701
538
|
## <small>1.1.7 (2024-05-20)</small>
|
|
702
539
|
|
|
703
|
-
*
|
|
540
|
+
* Bug Fixes: 修复表单内组件的禁用和只读问题 close #27 ([733f010](https://github.com/sutras/sard-uniapp/commit/733f010)), closes [#27](https://github.com/sutras/sard-uniapp/issues/27)
|
|
704
541
|
|
|
705
542
|
## <small>1.1.6 (2024-05-19)</small>
|
|
706
543
|
|
|
707
|
-
*
|
|
544
|
+
* Bug Fixes: 修复 notify 组件显示问题、优化文档 ([34f09a6](https://github.com/sutras/sard-uniapp/commit/34f09a6))
|
|
708
545
|
|
|
709
546
|
## <small>1.1.5 (2024-05-18)</small>
|
|
710
547
|
|
|
711
|
-
*
|
|
712
|
-
* docs: update docs ([61cf32a](https://github.com/sutras/sard-uniapp/commit/61cf32a))
|
|
548
|
+
* Bug Fixes: 修复toast&dialog不显示问题 ([37255c5](https://github.com/sutras/sard-uniapp/commit/37255c5))
|
|
713
549
|
|
|
714
550
|
## <small>1.1.4 (2024-05-17)</small>
|
|
715
551
|
|
|
716
|
-
*
|
|
717
|
-
* chore: 使用 pnpm 管理依赖包和workspace、调整项目的目录结构 ([ad53f4d](https://github.com/sutras/sard-uniapp/commit/ad53f4d))
|
|
718
|
-
* chore: 兼容windows上开发此组件库 ([a53e0d0](https://github.com/sutras/sard-uniapp/commit/a53e0d0))
|
|
719
|
-
* chore: 类型参数化组件的props、emit、slot;修改组件打包方式 ([30408a0](https://github.com/sutras/sard-uniapp/commit/30408a0))
|
|
552
|
+
* Bug Fixes: 修复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)
|
|
720
553
|
|
|
721
554
|
## <small>1.1.3 (2024-05-11)</small>
|
|
722
555
|
|
|
723
|
-
*
|
|
556
|
+
* Bug Fixes: 修复下拉刷新组件有时不触发的问题 close #18 ([5ec5044](https://github.com/sutras/sard-uniapp/commit/5ec5044)), closes [#18](https://github.com/sutras/sard-uniapp/issues/18)
|
|
724
557
|
|
|
725
558
|
## <small>1.1.2 (2024-05-10)</small>
|
|
726
559
|
|
|
727
|
-
*
|
|
560
|
+
* Bug Fixes: 移除属性选择器 close #23 ([b3c0450](https://github.com/sutras/sard-uniapp/commit/b3c0450)), closes [#23](https://github.com/sutras/sard-uniapp/issues/23)
|
|
728
561
|
|
|
729
562
|
## <small>1.1.1 (2024-05-05)</small>
|
|
730
563
|
|
|
731
|
-
*
|
|
732
|
-
*
|
|
564
|
+
* Bug Fixes: 修复upload-preview的image在h5环境下,没有宽度导致图片显示不全 ([71383d3](https://github.com/sutras/sard-uniapp/commit/71383d3))
|
|
565
|
+
* Bug Fixes: 修复upload组件图片预览问题 ([0552838](https://github.com/sutras/sard-uniapp/commit/0552838))
|
|
733
566
|
|
|
734
567
|
## 1.1.0 (2024-05-02)
|
|
735
568
|
|
|
736
|
-
*
|
|
569
|
+
* Bug Fixes: 修复input组件字数统计问题 close #19 ([4a63701](https://github.com/sutras/sard-uniapp/commit/4a63701)), closes [#19](https://github.com/sutras/sard-uniapp/issues/19)
|
|
737
570
|
|
|
738
571
|
## 1.1.0-rc.2 (2024-04-27)
|
|
739
572
|
|
|
740
|
-
* chore: update version ([fd317e1](https://github.com/sutras/sard-uniapp/commit/fd317e1))
|
|
741
|
-
* docs: close #16 ([add3635](https://github.com/sutras/sard-uniapp/commit/add3635)), closes [#16](https://github.com/sutras/sard-uniapp/issues/16)
|
|
742
|
-
* docs: 添加github文档和演示链接 ([acba9d5](https://github.com/sutras/sard-uniapp/commit/acba9d5))
|
|
743
|
-
* dropdown-item点击变化值后,没有回传 ([9098a56](https://github.com/sutras/sard-uniapp/commit/9098a56))
|
|
744
|
-
|
|
745
573
|
## 1.1.0-rc.1 (2024-04-08)
|
|
746
574
|
|
|
747
|
-
*
|
|
575
|
+
* Features: 新增load-more组件, stepper组件新增size属性 ([d8184c7](https://github.com/sutras/sard-uniapp/commit/d8184c7))
|
|
748
576
|
|
|
749
577
|
## 1.1.0-beta.1 (2024-04-06)
|
|
750
578
|
|
|
751
|
-
*
|
|
752
|
-
* docs: update quickstart.md ([8f92f87](https://github.com/sutras/sard-uniapp/commit/8f92f87))
|
|
753
|
-
* build: 新增changelog构建流程 ([21759bd](https://github.com/sutras/sard-uniapp/commit/21759bd))
|
|
579
|
+
* Features: 新增pull-down-refresh组件, slider组件新增时间, 重构loading组件, 其他优化 ([c6dc6e4](https://github.com/sutras/sard-uniapp/commit/c6dc6e4))
|
|
754
580
|
|
|
755
581
|
## <small>1.0.5 (2024-03-30)</small>
|
|
756
582
|
|
|
757
|
-
*
|
|
758
|
-
* test(test): 完善测试用例 ([ab2301e](https://github.com/sutras/sard-uniapp/commit/ab2301e))
|
|
583
|
+
* Bug Fixes: 修复打包组件缺少文件的问题 ([915a6af](https://github.com/sutras/sard-uniapp/commit/915a6af))
|
|
759
584
|
|
|
760
585
|
## <small>1.0.4 (2024-01-12)</small>
|
|
761
586
|
|
|
762
|
-
*
|
|
763
|
-
* docs(doc): global component type prompt ([7868251](https://github.com/sutras/sard-uniapp/commit/7868251))
|
|
764
|
-
* build(sard-uniapp): update npm files field ([eed1173](https://github.com/sutras/sard-uniapp/commit/eed1173))
|
|
765
|
-
* add LICENSE. ([8273e65](https://github.com/sutras/sard-uniapp/commit/8273e65))
|
|
587
|
+
* Bug Fixes: 修复打包缺少tag组件的bug ([663ffde](https://github.com/sutras/sard-uniapp/commit/663ffde))
|
|
766
588
|
|
|
767
589
|
## <small>1.0.2 (2023-12-23)</small>
|
|
768
590
|
|
|
769
|
-
*
|
|
770
|
-
*
|
|
771
|
-
*
|
|
772
|
-
* chore: 基础框架搭建 ([212fc3a](https://github.com/sutras/sard-uniapp/commit/212fc3a))
|
|
591
|
+
* Bug Fixes: fixed bugs ([eee4541](https://github.com/sutras/sard-uniapp/commit/eee4541))
|
|
592
|
+
* Features: 新增基础组件 ([8e6385e](https://github.com/sutras/sard-uniapp/commit/8e6385e))
|
|
593
|
+
* Features: 新增组件 ([5c65aab](https://github.com/sutras/sard-uniapp/commit/5c65aab))
|