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