savor-ui 0.31.1 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +358 -345
- package/dist/es/components/src/drawer/drawer.vue.mjs +4 -1
- package/dist/es/components/src/drawer/index.d.ts +1 -0
- package/dist/es/components/src/drawer/types.d.ts +2 -0
- package/dist/es/components/src/upload/index.d.ts +5 -2
- package/dist/es/components/src/upload/types.d.ts +6 -0
- package/dist/es/components/src/upload/upload.d.ts +2 -1
- package/dist/es/components/src/upload/upload.vue.mjs +156 -140
- package/dist/es/theme/components/menu.scss +3 -0
- package/dist/es/theme/components/upload.scss +6 -0
- package/dist/json/vetur-attributes.json +13 -0
- package/dist/json/vetur-tags.json +5 -1
- package/dist/json/web-types.json +29 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,439 +2,452 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
# [0.32.0](https://gitee.com/mach552/savor-ui/compare/v0.31.1...v0.32.0) (2026-09-02)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **date-picker:** 修复禁用样式无效的问题 ([7d1e5fa](https://gitee.com/mach552/savor-ui/commits/7d1e5fa6ee80c45edba03679a693f0cc5b458d13))
|
|
12
|
-
|
|
13
|
-
# [0.31.0](https://gitee.com/mach552/savor-ui/compare/v0.30.0...v0.31.0) (2026-09-01)
|
|
10
|
+
* **menu:** 修复折叠后的样式问题 ([a1431eb](https://gitee.com/mach552/savor-ui/commits/a1431eb8d2bbe9afa727746b2f50d36e69c5a6d8))
|
|
14
11
|
|
|
15
12
|
|
|
16
13
|
### Features
|
|
17
14
|
|
|
15
|
+
* **drawer:** 新增`wrapperStyle`属性 ([70690a7](https://gitee.com/mach552/savor-ui/commits/70690a7d5448c0686f714aba9e5886bd9d0fb580))
|
|
16
|
+
* **upload:** 新增删除前回调和选择文件事件 ([487bb92](https://gitee.com/mach552/savor-ui/commits/487bb92d246348da956ad022a31e39098b747395))
|
|
17
|
+
|
|
18
|
+
## [0.31.1](https://gitee.com/mach552/savor-ui/compare/v0.31.0...v0.31.1) (2026-09-02)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **badge:** 修复内容没有垂直居中的问题 ([804c7e1](https://gitee.com/mach552/savor-ui/commits/804c7e133ce7ae8668334c0c8d1db4b75d0162de))
|
|
24
|
+
* **date-picker:** 修复禁用样式无效的问题 ([7d1e5fa](https://gitee.com/mach552/savor-ui/commits/7d1e5fa6ee80c45edba03679a693f0cc5b458d13))
|
|
25
|
+
|
|
26
|
+
# [0.31.0](https://gitee.com/mach552/savor-ui/compare/v0.30.0...v0.31.0) (2026-09-01)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
18
31
|
* **notification:** 新增按钮属性和事件 ([24a763f](https://gitee.com/mach552/savor-ui/commits/24a763f2bdd1e94a82f62fc2ee2b8a2c37495dbb))
|
|
19
32
|
|
|
20
|
-
# [0.30.0](https://gitee.com/mach552/savor-ui/compare/v0.29.0...v0.30.0) (2026-08-31)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Bug Fixes
|
|
24
|
-
|
|
25
|
-
* **datetime-picker:** 修复禁用样式无效问题 ([19a295b](https://gitee.com/mach552/savor-ui/commits/19a295b6475dc97eb8456a0803c22791a7f299a8))
|
|
26
|
-
* **input-tag:** 修复错误状态样式无效问题 ([1c219ef](https://gitee.com/mach552/savor-ui/commits/1c219efbc6f4211bc02f3f77fa9d2b076f53f6e0))
|
|
27
|
-
* **textarea:** 修复错误状态样式无效问题 ([595dee9](https://gitee.com/mach552/savor-ui/commits/595dee93be93033a7adf058710012d72c7f982ab))
|
|
28
|
-
* **textarea:** 修复禁用样式无效问题 ([86ae468](https://gitee.com/mach552/savor-ui/commits/86ae4689e9a43ad72fbc0d42093f5d89382c3f6f))
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Features
|
|
32
|
-
|
|
33
|
+
# [0.30.0](https://gitee.com/mach552/savor-ui/compare/v0.29.0...v0.30.0) (2026-08-31)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* **datetime-picker:** 修复禁用样式无效问题 ([19a295b](https://gitee.com/mach552/savor-ui/commits/19a295b6475dc97eb8456a0803c22791a7f299a8))
|
|
39
|
+
* **input-tag:** 修复错误状态样式无效问题 ([1c219ef](https://gitee.com/mach552/savor-ui/commits/1c219efbc6f4211bc02f3f77fa9d2b076f53f6e0))
|
|
40
|
+
* **textarea:** 修复错误状态样式无效问题 ([595dee9](https://gitee.com/mach552/savor-ui/commits/595dee93be93033a7adf058710012d72c7f982ab))
|
|
41
|
+
* **textarea:** 修复禁用样式无效问题 ([86ae468](https://gitee.com/mach552/savor-ui/commits/86ae4689e9a43ad72fbc0d42093f5d89382c3f6f))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
33
46
|
* **form:** 新增额外内容属性和插槽 ([bd9534d](https://gitee.com/mach552/savor-ui/commits/bd9534d1ba5d70501c3bd1467fe23b8b3bdfe0d2))
|
|
34
47
|
|
|
35
|
-
# [0.29.0](https://gitee.com/mach552/savor-ui/compare/v0.28.0...v0.29.0) (2026-08-30)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Features
|
|
39
|
-
|
|
48
|
+
# [0.29.0](https://gitee.com/mach552/savor-ui/compare/v0.28.0...v0.29.0) (2026-08-30)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Features
|
|
52
|
+
|
|
40
53
|
* **steps:** 新增`arrow`属性开启箭头模式 ([707c65d](https://gitee.com/mach552/savor-ui/commits/707c65db08fa6a996ef2be37ab92d90fe32a1009))
|
|
41
54
|
|
|
42
|
-
# [0.28.0](https://gitee.com/mach552/savor-ui/compare/v0.27.0...v0.28.0) (2026-08-29)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
### Bug Fixes
|
|
46
|
-
|
|
47
|
-
* **select:** 修复标签背景和输入框背景同色问题 ([1d79224](https://gitee.com/mach552/savor-ui/commits/1d792247ec47bf0d403791212889bd478bbb68b4))
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
* **transfer:** 新增穿梭框组件 ([b0f1371](https://gitee.com/mach552/savor-ui/commits/b0f137168c1ccb0b89c3265cee79020d027d6786))
|
|
55
|
+
# [0.28.0](https://gitee.com/mach552/savor-ui/compare/v0.27.0...v0.28.0) (2026-08-29)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* **select:** 修复标签背景和输入框背景同色问题 ([1d79224](https://gitee.com/mach552/savor-ui/commits/1d792247ec47bf0d403791212889bd478bbb68b4))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* **transfer:** 新增穿梭框组件 ([b0f1371](https://gitee.com/mach552/savor-ui/commits/b0f137168c1ccb0b89c3265cee79020d027d6786))
|
|
53
66
|
* **tree:** 新增节点默认插槽 ([565dd84](https://gitee.com/mach552/savor-ui/commits/565dd847d2e0b0ad8fb17477058f1f50ccfda85f))
|
|
54
67
|
|
|
55
|
-
# [0.27.0](https://gitee.com/mach552/savor-ui/compare/v0.26.1...v0.27.0) (2026-08-29)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Features
|
|
59
|
-
|
|
68
|
+
# [0.27.0](https://gitee.com/mach552/savor-ui/compare/v0.26.1...v0.27.0) (2026-08-29)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Features
|
|
72
|
+
|
|
60
73
|
* **color-picker:** 新增清空属性 ([1e302a5](https://gitee.com/mach552/savor-ui/commits/1e302a52c2caad68e2f9299d037cd2ebe4cea092))
|
|
61
74
|
|
|
62
|
-
## [0.26.1](https://gitee.com/mach552/savor-ui/compare/v0.26.0...v0.26.1) (2026-08-28)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### Bug Fixes
|
|
66
|
-
|
|
75
|
+
## [0.26.1](https://gitee.com/mach552/savor-ui/compare/v0.26.0...v0.26.1) (2026-08-28)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Bug Fixes
|
|
79
|
+
|
|
67
80
|
* **table:** 修复翻页会丢失已选行的问题 ([e8650ab](https://gitee.com/mach552/savor-ui/commits/e8650abc6387f70177c2ecc45b60e151e3647916))
|
|
68
81
|
|
|
69
|
-
# [0.26.0](https://gitee.com/mach552/savor-ui/compare/v0.25.0...v0.26.0) (2026-08-27)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Bug Fixes
|
|
73
|
-
|
|
74
|
-
* **grid:** 修复最后一个元素没有间距的问题 ([6b3ea38](https://gitee.com/mach552/savor-ui/commits/6b3ea380c395233cc16f24e9c48b36cb46308fc6))
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Features
|
|
78
|
-
|
|
79
|
-
* **segmented:** 新增组件级禁用属性 ([ff42c0e](https://gitee.com/mach552/savor-ui/commits/ff42c0eecdf1b8600ba384ce6075457a9672c263))
|
|
82
|
+
# [0.26.0](https://gitee.com/mach552/savor-ui/compare/v0.25.0...v0.26.0) (2026-08-27)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* **grid:** 修复最后一个元素没有间距的问题 ([6b3ea38](https://gitee.com/mach552/savor-ui/commits/6b3ea380c395233cc16f24e9c48b36cb46308fc6))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* **segmented:** 新增组件级禁用属性 ([ff42c0e](https://gitee.com/mach552/savor-ui/commits/ff42c0eecdf1b8600ba384ce6075457a9672c263))
|
|
80
93
|
* **tree:** 新增`raw`属性引用原始数据 ([9198851](https://gitee.com/mach552/savor-ui/commits/9198851f3db4219ab8e4cc0f336b50c601ef58b1))
|
|
81
94
|
|
|
82
|
-
# [0.25.0](https://gitee.com/mach552/savor-ui/compare/v0.24.1...v0.25.0) (2026-08-26)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
86
|
-
|
|
87
|
-
* **drawer:** 修复关闭后残留容器的问题 ([1c43039](https://gitee.com/mach552/savor-ui/commits/1c43039ba11a238792f97ea6476f00bac43c6525))
|
|
88
|
-
* **layer:** 修复关闭后残留dom的问题 ([9f5c9b1](https://gitee.com/mach552/savor-ui/commits/9f5c9b1bd818f61b81ef4af8aefaca2bc6c66142))
|
|
89
|
-
* **modal:** 修复关闭后残留容器的问题 ([ad03c4e](https://gitee.com/mach552/savor-ui/commits/ad03c4eaf1fd4d9879d7416a73262dc2756c686c))
|
|
90
|
-
* **modal:** 修复关闭后残留dom的问题 ([ffa81ef](https://gitee.com/mach552/savor-ui/commits/ffa81ef169c1a6bb67fadf0da3a72c397a7cb8e5))
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
### Features
|
|
94
|
-
|
|
95
|
-
* **alert:** 新增自动高度 ([4527058](https://gitee.com/mach552/savor-ui/commits/4527058c5de9ffb82a01eefd31d3a4b0cd256d8f))
|
|
95
|
+
# [0.25.0](https://gitee.com/mach552/savor-ui/compare/v0.24.1...v0.25.0) (2026-08-26)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Bug Fixes
|
|
99
|
+
|
|
100
|
+
* **drawer:** 修复关闭后残留容器的问题 ([1c43039](https://gitee.com/mach552/savor-ui/commits/1c43039ba11a238792f97ea6476f00bac43c6525))
|
|
101
|
+
* **layer:** 修复关闭后残留dom的问题 ([9f5c9b1](https://gitee.com/mach552/savor-ui/commits/9f5c9b1bd818f61b81ef4af8aefaca2bc6c66142))
|
|
102
|
+
* **modal:** 修复关闭后残留容器的问题 ([ad03c4e](https://gitee.com/mach552/savor-ui/commits/ad03c4eaf1fd4d9879d7416a73262dc2756c686c))
|
|
103
|
+
* **modal:** 修复关闭后残留dom的问题 ([ffa81ef](https://gitee.com/mach552/savor-ui/commits/ffa81ef169c1a6bb67fadf0da3a72c397a7cb8e5))
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Features
|
|
107
|
+
|
|
108
|
+
* **alert:** 新增自动高度 ([4527058](https://gitee.com/mach552/savor-ui/commits/4527058c5de9ffb82a01eefd31d3a4b0cd256d8f))
|
|
96
109
|
* **table:** 新增表头背景色属性 ([d9c304f](https://gitee.com/mach552/savor-ui/commits/d9c304ff96c09118238be1328e7a6bda496f52ba))
|
|
97
110
|
|
|
98
|
-
## [0.24.1](https://gitee.com/mach552/savor-ui/compare/v0.24.0...v0.24.1) (2026-08-24)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### Bug Fixes
|
|
102
|
-
|
|
111
|
+
## [0.24.1](https://gitee.com/mach552/savor-ui/compare/v0.24.0...v0.24.1) (2026-08-24)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Bug Fixes
|
|
115
|
+
|
|
103
116
|
* **dropdown:** 修复插槽元素被包裹的问题 ([2fb1603](https://gitee.com/mach552/savor-ui/commits/2fb1603e030e0484bde2541e2251fc505f2830d5))
|
|
104
117
|
|
|
105
|
-
# [0.24.0](https://gitee.com/mach552/savor-ui/compare/v0.23.1...v0.24.0) (2026-08-24)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Bug Fixes
|
|
109
|
-
|
|
110
|
-
* **menu:** 修复样式变量没有给弹层传递的问题 ([a78d58b](https://gitee.com/mach552/savor-ui/commits/a78d58bb4f9461d7065f10829b1fb0b1d3fd5783))
|
|
111
|
-
* **tree:** 修复样式错误问题 ([0efa579](https://gitee.com/mach552/savor-ui/commits/0efa579bacb9c62e96856cab9a437778b10a5a17))
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Features
|
|
115
|
-
|
|
116
|
-
* **avatar:** 新增`avatar-group`头像组组件 ([66e0a5b](https://gitee.com/mach552/savor-ui/commits/66e0a5be721e79525c1ea26fdfc455c70a083743))
|
|
117
|
-
* **card:** 新增`size`属性 ([b8847bb](https://gitee.com/mach552/savor-ui/commits/b8847bbd836b602467c34b6029c540c0a13bc8b6))
|
|
118
|
-
* **dropdown:** 新增`divider`属性 ([7e00c1d](https://gitee.com/mach552/savor-ui/commits/7e00c1d60c0db186b9f1fb3201cd7ed28b59c294))
|
|
119
|
-
* **menu:** 新增菜单项高度属性 ([57f2f15](https://gitee.com/mach552/savor-ui/commits/57f2f1517f8aa473ae7174605303b9c41fb71eee))
|
|
120
|
-
* **modal:** 新增分割线属性和额外内容插槽 ([7d67281](https://gitee.com/mach552/savor-ui/commits/7d67281fc1e162eb61936500a9775e1c9c2734a3))
|
|
121
|
-
* **notification:** 新增`notification`通知组件 ([dc8a727](https://gitee.com/mach552/savor-ui/commits/dc8a7272f25db93bb3ca2f0605842879499bec02))
|
|
122
|
-
* **overflow-list:** 新增折叠列表组件 ([8fc0209](https://gitee.com/mach552/savor-ui/commits/8fc020930c1a6a073b8ac7788c724906b5bdfe41))
|
|
118
|
+
# [0.24.0](https://gitee.com/mach552/savor-ui/compare/v0.23.1...v0.24.0) (2026-08-24)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### Bug Fixes
|
|
122
|
+
|
|
123
|
+
* **menu:** 修复样式变量没有给弹层传递的问题 ([a78d58b](https://gitee.com/mach552/savor-ui/commits/a78d58bb4f9461d7065f10829b1fb0b1d3fd5783))
|
|
124
|
+
* **tree:** 修复样式错误问题 ([0efa579](https://gitee.com/mach552/savor-ui/commits/0efa579bacb9c62e96856cab9a437778b10a5a17))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
* **avatar:** 新增`avatar-group`头像组组件 ([66e0a5b](https://gitee.com/mach552/savor-ui/commits/66e0a5be721e79525c1ea26fdfc455c70a083743))
|
|
130
|
+
* **card:** 新增`size`属性 ([b8847bb](https://gitee.com/mach552/savor-ui/commits/b8847bbd836b602467c34b6029c540c0a13bc8b6))
|
|
131
|
+
* **dropdown:** 新增`divider`属性 ([7e00c1d](https://gitee.com/mach552/savor-ui/commits/7e00c1d60c0db186b9f1fb3201cd7ed28b59c294))
|
|
132
|
+
* **menu:** 新增菜单项高度属性 ([57f2f15](https://gitee.com/mach552/savor-ui/commits/57f2f1517f8aa473ae7174605303b9c41fb71eee))
|
|
133
|
+
* **modal:** 新增分割线属性和额外内容插槽 ([7d67281](https://gitee.com/mach552/savor-ui/commits/7d67281fc1e162eb61936500a9775e1c9c2734a3))
|
|
134
|
+
* **notification:** 新增`notification`通知组件 ([dc8a727](https://gitee.com/mach552/savor-ui/commits/dc8a7272f25db93bb3ca2f0605842879499bec02))
|
|
135
|
+
* **overflow-list:** 新增折叠列表组件 ([8fc0209](https://gitee.com/mach552/savor-ui/commits/8fc020930c1a6a073b8ac7788c724906b5bdfe41))
|
|
123
136
|
* **tree:** 新增激活条属性 ([32681a6](https://gitee.com/mach552/savor-ui/commits/32681a612db83b6530a9cd6b838f8371a1ab00da))
|
|
124
137
|
|
|
125
|
-
## [0.23.1](https://gitee.com/mach552/savor-ui/compare/v0.23.0...v0.23.1) (2026-08-19)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Bug Fixes
|
|
129
|
-
|
|
130
|
-
* **form:** 恢复必填星号为图标 ([f0bda18](https://gitee.com/mach552/savor-ui/commits/f0bda1848a5f6e52cfc2747dcc36b16b04dd00ac))
|
|
131
|
-
* **icon-select:** 修复搜索框无法输入的问题 ([69de908](https://gitee.com/mach552/savor-ui/commits/69de908dd8d165a27abeec04134b0ab76a738fb5))
|
|
138
|
+
## [0.23.1](https://gitee.com/mach552/savor-ui/compare/v0.23.0...v0.23.1) (2026-08-19)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* **form:** 恢复必填星号为图标 ([f0bda18](https://gitee.com/mach552/savor-ui/commits/f0bda1848a5f6e52cfc2747dcc36b16b04dd00ac))
|
|
144
|
+
* **icon-select:** 修复搜索框无法输入的问题 ([69de908](https://gitee.com/mach552/savor-ui/commits/69de908dd8d165a27abeec04134b0ab76a738fb5))
|
|
132
145
|
* **message:** 修复图标失效问题 ([567bb51](https://gitee.com/mach552/savor-ui/commits/567bb51daadb3c6302d0592bab5b867a0c170a1e))
|
|
133
146
|
|
|
134
|
-
# [0.23.0](https://gitee.com/mach552/savor-ui/compare/v0.22.0...v0.23.0) (2026-08-18)
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
### Features
|
|
138
|
-
|
|
147
|
+
# [0.23.0](https://gitee.com/mach552/savor-ui/compare/v0.22.0...v0.23.0) (2026-08-18)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Features
|
|
151
|
+
|
|
139
152
|
* **menu:** 新增`icon`属性 ([f4a7470](https://gitee.com/mach552/savor-ui/commits/f4a7470daac590cd23c9a4f42ff379cdcf98e148))
|
|
140
153
|
|
|
141
|
-
# [0.22.0](https://gitee.com/mach552/savor-ui/compare/v0.21.0...v0.22.0) (2026-08-17)
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
### Features
|
|
145
|
-
|
|
154
|
+
# [0.22.0](https://gitee.com/mach552/savor-ui/compare/v0.21.0...v0.22.0) (2026-08-17)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Features
|
|
158
|
+
|
|
146
159
|
* **dropdown:** 新增子组件的`icon`属性 ([6539eb7](https://gitee.com/mach552/savor-ui/commits/6539eb71cd639cdb269922a69d6ca6c43a8c0401))
|
|
147
160
|
|
|
148
|
-
# [0.21.0](https://gitee.com/mach552/savor-ui/compare/v0.20.1...v0.21.0) (2026-08-17)
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
### Bug Fixes
|
|
152
|
-
|
|
153
|
-
* **popover:** 修复特定情况下不会自动销毁的问题 ([5adee71](https://gitee.com/mach552/savor-ui/commits/5adee717b9be28136c47bdbb4c8aa0a0755255a1))
|
|
154
|
-
* **tabs:** 修复标签多个边框的问题 ([2c1f06d](https://gitee.com/mach552/savor-ui/commits/2c1f06d1f0711ec6108538459a2e7da13e8c97b2))
|
|
155
|
-
* **tabs:** 修复面板无法使用v-for的问题 ([c0fb90f](https://gitee.com/mach552/savor-ui/commits/c0fb90f8f7ccde9f49df4659c850cf21d608e4c7))
|
|
156
|
-
* **tag:** 修复圆角不匹配大小的问题 ([5d95917](https://gitee.com/mach552/savor-ui/commits/5d95917885d87056e71fc4c60b7a85a8c4b34a73))
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
### Features
|
|
160
|
-
|
|
161
|
-
* **icon-select:** 新增图标选择器 ([ec8626a](https://gitee.com/mach552/savor-ui/commits/ec8626a8d30f2b96ea465cb9a29223c7f4e2777c))
|
|
162
|
-
* **icon:** 新增1000+图标 ([ec2f383](https://gitee.com/mach552/savor-ui/commits/ec2f383337def5dde834339ef176b6932eccf2cd))
|
|
161
|
+
# [0.21.0](https://gitee.com/mach552/savor-ui/compare/v0.20.1...v0.21.0) (2026-08-17)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Bug Fixes
|
|
165
|
+
|
|
166
|
+
* **popover:** 修复特定情况下不会自动销毁的问题 ([5adee71](https://gitee.com/mach552/savor-ui/commits/5adee717b9be28136c47bdbb4c8aa0a0755255a1))
|
|
167
|
+
* **tabs:** 修复标签多个边框的问题 ([2c1f06d](https://gitee.com/mach552/savor-ui/commits/2c1f06d1f0711ec6108538459a2e7da13e8c97b2))
|
|
168
|
+
* **tabs:** 修复面板无法使用v-for的问题 ([c0fb90f](https://gitee.com/mach552/savor-ui/commits/c0fb90f8f7ccde9f49df4659c850cf21d608e4c7))
|
|
169
|
+
* **tag:** 修复圆角不匹配大小的问题 ([5d95917](https://gitee.com/mach552/savor-ui/commits/5d95917885d87056e71fc4c60b7a85a8c4b34a73))
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### Features
|
|
173
|
+
|
|
174
|
+
* **icon-select:** 新增图标选择器 ([ec8626a](https://gitee.com/mach552/savor-ui/commits/ec8626a8d30f2b96ea465cb9a29223c7f4e2777c))
|
|
175
|
+
* **icon:** 新增1000+图标 ([ec2f383](https://gitee.com/mach552/savor-ui/commits/ec2f383337def5dde834339ef176b6932eccf2cd))
|
|
163
176
|
* **icon:** 新增用于动态渲染图标的`name`属性 ([504875d](https://gitee.com/mach552/savor-ui/commits/504875d3fce5f49a35c33691b3e14726807663ba))
|
|
164
177
|
|
|
165
|
-
## [0.20.1](https://gitee.com/mach552/savor-ui/compare/v0.20.0...v0.20.1) (2026-08-11)
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
### Bug Fixes
|
|
169
|
-
|
|
170
|
-
* **button:** 修复悬浮样式无效问题 ([7195db3](https://gitee.com/mach552/savor-ui/commits/7195db3e36eb62737ff6a973e28aa230b07b1968))
|
|
178
|
+
## [0.20.1](https://gitee.com/mach552/savor-ui/compare/v0.20.0...v0.20.1) (2026-08-11)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
### Bug Fixes
|
|
182
|
+
|
|
183
|
+
* **button:** 修复悬浮样式无效问题 ([7195db3](https://gitee.com/mach552/savor-ui/commits/7195db3e36eb62737ff6a973e28aa230b07b1968))
|
|
171
184
|
* **split:** 修复面板无法固定尺寸的问题 ([25bda3b](https://gitee.com/mach552/savor-ui/commits/25bda3b26a9b284afd09b39a3eea654eb812e6f6))
|
|
172
185
|
|
|
173
|
-
# [0.20.0](https://gitee.com/mach552/savor-ui/compare/v0.19.0...v0.20.0) (2026-08-10)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
* **drawer:** 新增`desc`属性 ([28ac722](https://gitee.com/mach552/savor-ui/commits/28ac722dfb797062d01512f79092df889e66a4b8))
|
|
186
|
+
# [0.20.0](https://gitee.com/mach552/savor-ui/compare/v0.19.0...v0.20.0) (2026-08-10)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Features
|
|
190
|
+
|
|
191
|
+
* **drawer:** 新增`desc`属性 ([28ac722](https://gitee.com/mach552/savor-ui/commits/28ac722dfb797062d01512f79092df889e66a4b8))
|
|
179
192
|
* **dropdown:** 新增延迟关闭属性 ([8a563e1](https://gitee.com/mach552/savor-ui/commits/8a563e1731542bf3297ffa595bd8c7953d48234d))
|
|
180
193
|
|
|
181
|
-
# [0.19.0](https://gitee.com/mach552/savor-ui/compare/v0.18.0...v0.19.0) (2026-08-09)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Bug Fixes
|
|
185
|
-
|
|
186
|
-
* **menu:** 修复弹层菜单无样式变量的问题 ([96a315a](https://gitee.com/mach552/savor-ui/commits/96a315a59f06ab072835b14e6addb35ad60dcd1b))
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
### Features
|
|
190
|
-
|
|
191
|
-
* **card:** 新增边框属性 ([7842ba8](https://gitee.com/mach552/savor-ui/commits/7842ba8774566893065f4ae9f3adac02a38cc506))
|
|
194
|
+
# [0.19.0](https://gitee.com/mach552/savor-ui/compare/v0.18.0...v0.19.0) (2026-08-09)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
* **menu:** 修复弹层菜单无样式变量的问题 ([96a315a](https://gitee.com/mach552/savor-ui/commits/96a315a59f06ab072835b14e6addb35ad60dcd1b))
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Features
|
|
203
|
+
|
|
204
|
+
* **card:** 新增边框属性 ([7842ba8](https://gitee.com/mach552/savor-ui/commits/7842ba8774566893065f4ae9f3adac02a38cc506))
|
|
192
205
|
* **card:** 新增标题文本属性 ([fa5c634](https://gitee.com/mach552/savor-ui/commits/fa5c6342a7ae74c7801d061c545a381441e22136))
|
|
193
206
|
|
|
194
|
-
# [0.18.0](https://gitee.com/mach552/savor-ui/compare/v0.17.0...v0.18.0) (2026-08-08)
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
### Features
|
|
198
|
-
|
|
199
|
-
* **menu:** 新增样式颜色属性 ([a2dd967](https://gitee.com/mach552/savor-ui/commits/a2dd9678707ac3c9eb3631ecf0ac92c42f5d8a3f))
|
|
200
|
-
* **modal:** 新增类型和图标 ([7973598](https://gitee.com/mach552/savor-ui/commits/797359852caed0d019a3f86ed24379104030ccd3))
|
|
207
|
+
# [0.18.0](https://gitee.com/mach552/savor-ui/compare/v0.17.0...v0.18.0) (2026-08-08)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Features
|
|
211
|
+
|
|
212
|
+
* **menu:** 新增样式颜色属性 ([a2dd967](https://gitee.com/mach552/savor-ui/commits/a2dd9678707ac3c9eb3631ecf0ac92c42f5d8a3f))
|
|
213
|
+
* **modal:** 新增类型和图标 ([7973598](https://gitee.com/mach552/savor-ui/commits/797359852caed0d019a3f86ed24379104030ccd3))
|
|
201
214
|
* **tree:** 新增节点图标和额外内容插槽 ([b3f7953](https://gitee.com/mach552/savor-ui/commits/b3f79533fbeb4c589c74dbc4e240b1bb336489cb))
|
|
202
215
|
|
|
203
|
-
# [0.17.0](https://gitee.com/mach552/savor-ui/compare/v0.16.0...v0.17.0) (2026-08-07)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Bug Fixes
|
|
207
|
-
|
|
208
|
-
* **cascader:** 修复选项列表更新时不刷新值的问题 ([a31af18](https://gitee.com/mach552/savor-ui/commits/a31af1880ec72b9445b411751f5e628aa992bd42))
|
|
209
|
-
* **grid:** 修复换行会残留间隔的问题 ([9dace33](https://gitee.com/mach552/savor-ui/commits/9dace337a3c5ff6c25d13d49e5ee0554b5a26fc6))
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
### Features
|
|
213
|
-
|
|
216
|
+
# [0.17.0](https://gitee.com/mach552/savor-ui/compare/v0.16.0...v0.17.0) (2026-08-07)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Bug Fixes
|
|
220
|
+
|
|
221
|
+
* **cascader:** 修复选项列表更新时不刷新值的问题 ([a31af18](https://gitee.com/mach552/savor-ui/commits/a31af1880ec72b9445b411751f5e628aa992bd42))
|
|
222
|
+
* **grid:** 修复换行会残留间隔的问题 ([9dace33](https://gitee.com/mach552/savor-ui/commits/9dace337a3c5ff6c25d13d49e5ee0554b5a26fc6))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Features
|
|
226
|
+
|
|
214
227
|
* **modal:** 添加按钮相关属性 ([3c46e27](https://gitee.com/mach552/savor-ui/commits/3c46e278714fe20280d139879ead9cedd690df37))
|
|
215
228
|
|
|
216
|
-
# [0.16.0](https://gitee.com/mach552/savor-ui/compare/v0.15.7...v0.16.0) (2026-08-06)
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
### Bug Fixes
|
|
220
|
-
|
|
221
|
-
* **descriptions:** 修复竖向布局时label宽度没有撑满的问题 ([d460cd0](https://gitee.com/mach552/savor-ui/commits/d460cd0a3df7c420a67e94a9deae7589a5bc7a1c))
|
|
222
|
-
* **radio:** 修复button的禁用样式无效问题 ([d647d8e](https://gitee.com/mach552/savor-ui/commits/d647d8e8e60b6cf41430b4ca0c6f44600cbef1d9))
|
|
223
|
-
* **statistic:** 修复动画无效的问题 ([3db3653](https://gitee.com/mach552/savor-ui/commits/3db3653c7ac933bcf4d554c5b39ab75ebbd10ea2))
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### Features
|
|
227
|
-
|
|
228
|
-
* **menu:** 新增滚动条属性 ([b6b3485](https://gitee.com/mach552/savor-ui/commits/b6b34857afb6aab2a0c7e4d897b55266ce8ec5d8))
|
|
229
|
+
# [0.16.0](https://gitee.com/mach552/savor-ui/compare/v0.15.7...v0.16.0) (2026-08-06)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Bug Fixes
|
|
233
|
+
|
|
234
|
+
* **descriptions:** 修复竖向布局时label宽度没有撑满的问题 ([d460cd0](https://gitee.com/mach552/savor-ui/commits/d460cd0a3df7c420a67e94a9deae7589a5bc7a1c))
|
|
235
|
+
* **radio:** 修复button的禁用样式无效问题 ([d647d8e](https://gitee.com/mach552/savor-ui/commits/d647d8e8e60b6cf41430b4ca0c6f44600cbef1d9))
|
|
236
|
+
* **statistic:** 修复动画无效的问题 ([3db3653](https://gitee.com/mach552/savor-ui/commits/3db3653c7ac933bcf4d554c5b39ab75ebbd10ea2))
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Features
|
|
240
|
+
|
|
241
|
+
* **menu:** 新增滚动条属性 ([b6b3485](https://gitee.com/mach552/savor-ui/commits/b6b34857afb6aab2a0c7e4d897b55266ce8ec5d8))
|
|
229
242
|
* **table:** 新增隐藏头部属性 ([d1954d9](https://gitee.com/mach552/savor-ui/commits/d1954d978921f876a1230c43ff92d719645c1dcd))
|
|
230
243
|
|
|
231
|
-
## [0.15.7](https://gitee.com/mach552/savor-ui/compare/v0.15.6...v0.15.7) (2026-08-05)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Bug Fixes
|
|
235
|
-
|
|
244
|
+
## [0.15.7](https://gitee.com/mach552/savor-ui/compare/v0.15.6...v0.15.7) (2026-08-05)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Bug Fixes
|
|
248
|
+
|
|
236
249
|
* **descriptions:** 修复label宽度不一致问题 ([cb2ca97](https://gitee.com/mach552/savor-ui/commits/cb2ca9762533c4baee9fe4e17bf8f5071824a2d8))
|
|
237
250
|
|
|
238
|
-
## [0.15.6](https://gitee.com/mach552/savor-ui/compare/v0.15.5...v0.15.6) (2026-08-04)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
### Bug Fixes
|
|
242
|
-
|
|
243
|
-
* **dropdown:** 修复选择选项切换页面后无法关闭问题 ([1b835ab](https://gitee.com/mach552/savor-ui/commits/1b835ab8ce95e3571f7e7bea55f7c2396bb0486b))
|
|
251
|
+
## [0.15.6](https://gitee.com/mach552/savor-ui/compare/v0.15.5...v0.15.6) (2026-08-04)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
* **dropdown:** 修复选择选项切换页面后无法关闭问题 ([1b835ab](https://gitee.com/mach552/savor-ui/commits/1b835ab8ce95e3571f7e7bea55f7c2396bb0486b))
|
|
244
257
|
* **popover:** 修复右键模式时再次右键不刷新位置的问题 ([86c0842](https://gitee.com/mach552/savor-ui/commits/86c08422edc51806ae1ecd3741c96c195da41281))
|
|
245
258
|
|
|
246
|
-
## [0.15.5](https://gitee.com/mach552/savor-ui/compare/v0.15.4...v0.15.5) (2026-08-04)
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
### Bug Fixes
|
|
250
|
-
|
|
259
|
+
## [0.15.5](https://gitee.com/mach552/savor-ui/compare/v0.15.4...v0.15.5) (2026-08-04)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Bug Fixes
|
|
263
|
+
|
|
251
264
|
* **popover:** 修复切换页面无法关闭问题 ([8317b1f](https://gitee.com/mach552/savor-ui/commits/8317b1f28589c11219e9109339f259e055f5cb5e))
|
|
252
265
|
|
|
253
|
-
## [0.15.4](https://gitee.com/mach552/savor-ui/compare/v0.15.3...v0.15.4) (2026-08-04)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### Bug Fixes
|
|
257
|
-
|
|
258
|
-
* **cascader:** 修复输入框聚焦逻辑 ([a2b0716](https://gitee.com/mach552/savor-ui/commits/a2b07160fd609dfeaaf720ff5f8be8d1403c2eac))
|
|
266
|
+
## [0.15.4](https://gitee.com/mach552/savor-ui/compare/v0.15.3...v0.15.4) (2026-08-04)
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Bug Fixes
|
|
270
|
+
|
|
271
|
+
* **cascader:** 修复输入框聚焦逻辑 ([a2b0716](https://gitee.com/mach552/savor-ui/commits/a2b07160fd609dfeaaf720ff5f8be8d1403c2eac))
|
|
259
272
|
* **popover:** 修复切换页面后无法关闭问题 ([ffaf459](https://gitee.com/mach552/savor-ui/commits/ffaf4591e5485eb086ca8cb48e03fa9a3bcabe56))
|
|
260
273
|
|
|
261
|
-
## [0.15.3](https://gitee.com/mach552/savor-ui/compare/v0.15.2...v0.15.3) (2026-08-04)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
### Bug Fixes
|
|
265
|
-
|
|
266
|
-
* **cascader:** 修复选择时输入框失焦问题 ([1bc1cc9](https://gitee.com/mach552/savor-ui/commits/1bc1cc9f7ac71d40897f691aa520ffa65622c7b4))
|
|
274
|
+
## [0.15.3](https://gitee.com/mach552/savor-ui/compare/v0.15.2...v0.15.3) (2026-08-04)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Bug Fixes
|
|
278
|
+
|
|
279
|
+
* **cascader:** 修复选择时输入框失焦问题 ([1bc1cc9](https://gitee.com/mach552/savor-ui/commits/1bc1cc9f7ac71d40897f691aa520ffa65622c7b4))
|
|
267
280
|
* **upload:** 修复文件上传进度展示问题 ([46e4a45](https://gitee.com/mach552/savor-ui/commits/46e4a45d940bd7c529abe8ccc116ccf57c99d7c4))
|
|
268
281
|
|
|
269
|
-
## [0.15.2](https://gitee.com/mach552/savor-ui/compare/v0.15.1...v0.15.2) (2026-08-03)
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
### Bug Fixes
|
|
273
|
-
|
|
282
|
+
## [0.15.2](https://gitee.com/mach552/savor-ui/compare/v0.15.1...v0.15.2) (2026-08-03)
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
### Bug Fixes
|
|
286
|
+
|
|
274
287
|
* **upload:** 修复上传文件字段 ([462e464](https://gitee.com/mach552/savor-ui/commits/462e4645aca8a9301f48505126f169c173d55cb0))
|
|
275
288
|
|
|
276
|
-
## [0.15.1](https://gitee.com/mach552/savor-ui/compare/v0.15.0...v0.15.1) (2026-08-03)
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
### Bug Fixes
|
|
280
|
-
|
|
289
|
+
## [0.15.1](https://gitee.com/mach552/savor-ui/compare/v0.15.0...v0.15.1) (2026-08-03)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Bug Fixes
|
|
293
|
+
|
|
281
294
|
* **upload:** 修复无法遍历headers的问题 ([8b7d4bf](https://gitee.com/mach552/savor-ui/commits/8b7d4bf49991a1d67d0970d67f067550b004bfad))
|
|
282
295
|
|
|
283
|
-
# [0.15.0](https://gitee.com/mach552/savor-ui/compare/v0.14.2...v0.15.0) (2026-08-02)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Features
|
|
287
|
-
|
|
288
|
-
* **upload:** 添加禁用属性 ([44bc570](https://gitee.com/mach552/savor-ui/commits/44bc570873f340882cca731bad7e72c321065527))
|
|
296
|
+
# [0.15.0](https://gitee.com/mach552/savor-ui/compare/v0.14.2...v0.15.0) (2026-08-02)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Features
|
|
300
|
+
|
|
301
|
+
* **upload:** 添加禁用属性 ([44bc570](https://gitee.com/mach552/savor-ui/commits/44bc570873f340882cca731bad7e72c321065527))
|
|
289
302
|
* **upload:** 新增照片墙模式 ([7fd2908](https://gitee.com/mach552/savor-ui/commits/7fd2908b757fa2b4b699cf2585b98f6825fc0996))
|
|
290
303
|
|
|
291
|
-
## [0.14.2](https://gitee.com/mach552/savor-ui/compare/v0.14.1...v0.14.2) (2026-07-31)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### Bug Fixes
|
|
295
|
-
|
|
296
|
-
* **cascader:** 修复无法清空值的问题 ([90e7667](https://gitee.com/mach552/savor-ui/commits/90e76674b1e7c8978f86875e57fd6140a8ea1a51))
|
|
297
|
-
* **drawer:** 修复关闭时transition找不到节点的问题 ([21344b9](https://gitee.com/mach552/savor-ui/commits/21344b9a98828ebf9913bf8ac5f825e0843df411))
|
|
298
|
-
* **drawer:** 修复宽度无法动态修改问题 ([dc08354](https://gitee.com/mach552/savor-ui/commits/dc08354549121186c983dccc70b81ac542a61a3e))
|
|
299
|
-
* **drawer:** 修复无法拖拽宽度的问题 ([1a67ae5](https://gitee.com/mach552/savor-ui/commits/1a67ae5ff31953713a1e51ecce4e49ba6606c47c))
|
|
300
|
-
* **dropdown:** 修复某些清空下选项点击后弹窗不关闭问题 ([2fdce57](https://gitee.com/mach552/savor-ui/commits/2fdce570fe7b417ea7830f3d5b02875d4bd656cd))
|
|
304
|
+
## [0.14.2](https://gitee.com/mach552/savor-ui/compare/v0.14.1...v0.14.2) (2026-07-31)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Bug Fixes
|
|
308
|
+
|
|
309
|
+
* **cascader:** 修复无法清空值的问题 ([90e7667](https://gitee.com/mach552/savor-ui/commits/90e76674b1e7c8978f86875e57fd6140a8ea1a51))
|
|
310
|
+
* **drawer:** 修复关闭时transition找不到节点的问题 ([21344b9](https://gitee.com/mach552/savor-ui/commits/21344b9a98828ebf9913bf8ac5f825e0843df411))
|
|
311
|
+
* **drawer:** 修复宽度无法动态修改问题 ([dc08354](https://gitee.com/mach552/savor-ui/commits/dc08354549121186c983dccc70b81ac542a61a3e))
|
|
312
|
+
* **drawer:** 修复无法拖拽宽度的问题 ([1a67ae5](https://gitee.com/mach552/savor-ui/commits/1a67ae5ff31953713a1e51ecce4e49ba6606c47c))
|
|
313
|
+
* **dropdown:** 修复某些清空下选项点击后弹窗不关闭问题 ([2fdce57](https://gitee.com/mach552/savor-ui/commits/2fdce570fe7b417ea7830f3d5b02875d4bd656cd))
|
|
301
314
|
* **select:** 修复多选模式下大小失效的问题 ([982838e](https://gitee.com/mach552/savor-ui/commits/982838e3992f32cf2d95962309b42c9c9bd40ae0))
|
|
302
315
|
|
|
303
|
-
## [0.14.1](https://gitee.com/mach552/savor-ui/compare/v0.14.0...v0.14.1) (2026-07-26)
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
### Bug Fixes
|
|
307
|
-
|
|
308
|
-
* **form:** 修复子组件`labelPosition`无效问题 ([ff76534](https://gitee.com/mach552/savor-ui/commits/ff7653461d61cd7a2e116917dd3960dd05ede902))
|
|
316
|
+
## [0.14.1](https://gitee.com/mach552/savor-ui/compare/v0.14.0...v0.14.1) (2026-07-26)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Bug Fixes
|
|
320
|
+
|
|
321
|
+
* **form:** 修复子组件`labelPosition`无效问题 ([ff76534](https://gitee.com/mach552/savor-ui/commits/ff7653461d61cd7a2e116917dd3960dd05ede902))
|
|
309
322
|
* **radio-group:** 修复大小无效问题 ([a9a9a12](https://gitee.com/mach552/savor-ui/commits/a9a9a1222e9db825b2222ba99b04266dfbd07383))
|
|
310
323
|
|
|
311
|
-
# [0.14.0](https://gitee.com/mach552/savor-ui/compare/v0.13.1...v0.14.0) (2026-07-26)
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
### Bug Fixes
|
|
315
|
-
|
|
316
|
-
* **collapse:** 修复border属性无效问题 ([244f173](https://gitee.com/mach552/savor-ui/commits/244f173944ee92dc1ce69efc4e0455f170f1d07a))
|
|
317
|
-
* **form:** 修复tooltip不居中问题 ([379a74e](https://gitee.com/mach552/savor-ui/commits/379a74e894ac04f5802e118c5dae74a701aca462))
|
|
318
|
-
* **tabs:** 修复单子组件时报错问题 ([14542d7](https://gitee.com/mach552/savor-ui/commits/14542d738b55dd79c148661e33fcc02e92937cac))
|
|
319
|
-
* **text:** 修复动态改变内容时tooltip显示时机问题 ([7a6779d](https://gitee.com/mach552/savor-ui/commits/7a6779d11762cee0c5b10069f728807d1a91b17e))
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
### Features
|
|
323
|
-
|
|
324
|
-
* **form:** 新增`requiredAlign`属性 ([4ff93e8](https://gitee.com/mach552/savor-ui/commits/4ff93e80e3572e5a24ca6f96a9d18c982c6b0a86))
|
|
325
|
-
* **radio-group:** 新增`block`属性 ([3e6f902](https://gitee.com/mach552/savor-ui/commits/3e6f902269459be76aa8220ff38d1f8f5eb4fbe1))
|
|
324
|
+
# [0.14.0](https://gitee.com/mach552/savor-ui/compare/v0.13.1...v0.14.0) (2026-07-26)
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
### Bug Fixes
|
|
328
|
+
|
|
329
|
+
* **collapse:** 修复border属性无效问题 ([244f173](https://gitee.com/mach552/savor-ui/commits/244f173944ee92dc1ce69efc4e0455f170f1d07a))
|
|
330
|
+
* **form:** 修复tooltip不居中问题 ([379a74e](https://gitee.com/mach552/savor-ui/commits/379a74e894ac04f5802e118c5dae74a701aca462))
|
|
331
|
+
* **tabs:** 修复单子组件时报错问题 ([14542d7](https://gitee.com/mach552/savor-ui/commits/14542d738b55dd79c148661e33fcc02e92937cac))
|
|
332
|
+
* **text:** 修复动态改变内容时tooltip显示时机问题 ([7a6779d](https://gitee.com/mach552/savor-ui/commits/7a6779d11762cee0c5b10069f728807d1a91b17e))
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
### Features
|
|
336
|
+
|
|
337
|
+
* **form:** 新增`requiredAlign`属性 ([4ff93e8](https://gitee.com/mach552/savor-ui/commits/4ff93e80e3572e5a24ca6f96a9d18c982c6b0a86))
|
|
338
|
+
* **radio-group:** 新增`block`属性 ([3e6f902](https://gitee.com/mach552/savor-ui/commits/3e6f902269459be76aa8220ff38d1f8f5eb4fbe1))
|
|
326
339
|
* **tabs:** 新增`block`属性 ([37577cc](https://gitee.com/mach552/savor-ui/commits/37577cc9ded99124907615168f53f30084de9f45))
|
|
327
340
|
|
|
328
|
-
## [0.13.1](https://gitee.com/mach552/savor-ui/compare/v0.13.0...v0.13.1) (2026-07-22)
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
### Bug Fixes
|
|
332
|
-
|
|
341
|
+
## [0.13.1](https://gitee.com/mach552/savor-ui/compare/v0.13.0...v0.13.1) (2026-07-22)
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Bug Fixes
|
|
345
|
+
|
|
333
346
|
* **text:** 修复没有省略号时tooltip依然显示的问题 ([114f945](https://gitee.com/mach552/savor-ui/commits/114f9454df35f978ba720fe050bfaf823fffcba3))
|
|
334
347
|
|
|
335
|
-
# [0.13.0](https://gitee.com/mach552/savor-ui/compare/v0.12.2...v0.13.0) (2026-07-22)
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### Bug Fixes
|
|
339
|
-
|
|
340
|
-
* **drawer:** 修复内容区域无法滚动问题 ([ce46170](https://gitee.com/mach552/savor-ui/commits/ce461707a4c53fd2a9f0188b54a64e2979122471))
|
|
341
|
-
* **split:** 修复面板在弹窗内尺寸无法刷新的问题 ([4822d18](https://gitee.com/mach552/savor-ui/commits/4822d18aaee355c8bc6c5c4152118bfad39ce748))
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
### Features
|
|
345
|
-
|
|
346
|
-
* **drawer:** 新增`footer`和`title`属性 ([e523f4d](https://gitee.com/mach552/savor-ui/commits/e523f4dce98c985c97fdb9993eb5290edd3e0fcc))
|
|
347
|
-
* **input-group:** 新增输入框组并同步其他输入组件样式 ([02b82c3](https://gitee.com/mach552/savor-ui/commits/02b82c3746a6822100e5c22ae051741707dd713a))
|
|
348
|
+
# [0.13.0](https://gitee.com/mach552/savor-ui/compare/v0.12.2...v0.13.0) (2026-07-22)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Bug Fixes
|
|
352
|
+
|
|
353
|
+
* **drawer:** 修复内容区域无法滚动问题 ([ce46170](https://gitee.com/mach552/savor-ui/commits/ce461707a4c53fd2a9f0188b54a64e2979122471))
|
|
354
|
+
* **split:** 修复面板在弹窗内尺寸无法刷新的问题 ([4822d18](https://gitee.com/mach552/savor-ui/commits/4822d18aaee355c8bc6c5c4152118bfad39ce748))
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Features
|
|
358
|
+
|
|
359
|
+
* **drawer:** 新增`footer`和`title`属性 ([e523f4d](https://gitee.com/mach552/savor-ui/commits/e523f4dce98c985c97fdb9993eb5290edd3e0fcc))
|
|
360
|
+
* **input-group:** 新增输入框组并同步其他输入组件样式 ([02b82c3](https://gitee.com/mach552/savor-ui/commits/02b82c3746a6822100e5c22ae051741707dd713a))
|
|
348
361
|
* **segmented:** 新增组件大小与表单大小联动 ([5fd43bb](https://gitee.com/mach552/savor-ui/commits/5fd43bbb7897c1d58fa5252586036ba006226212))
|
|
349
362
|
|
|
350
|
-
## [0.12.2](https://gitee.com/mach552/savor-ui/compare/v0.12.1...v0.12.2) (2026-07-17)
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
### Bug Fixes
|
|
354
|
-
|
|
355
|
-
* **segmented:** 修复默认值错误赋值为false的问题 ([ab153ae](https://gitee.com/mach552/savor-ui/commits/ab153ae99cfa690b535c40bb7fe6ff4f02085245))
|
|
356
|
-
* **steps:** 修复组件导出名称错误问题 ([6a61ac4](https://gitee.com/mach552/savor-ui/commits/6a61ac4045b24ba8576842cba5cec04a332fc77b))
|
|
357
|
-
* **switch:** 修复默认值错误赋值为false的问题 ([1d2e43e](https://gitee.com/mach552/savor-ui/commits/1d2e43ec434caf5b93bc7c2f8f780cdf8c80f4db))
|
|
363
|
+
## [0.12.2](https://gitee.com/mach552/savor-ui/compare/v0.12.1...v0.12.2) (2026-07-17)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Bug Fixes
|
|
367
|
+
|
|
368
|
+
* **segmented:** 修复默认值错误赋值为false的问题 ([ab153ae](https://gitee.com/mach552/savor-ui/commits/ab153ae99cfa690b535c40bb7fe6ff4f02085245))
|
|
369
|
+
* **steps:** 修复组件导出名称错误问题 ([6a61ac4](https://gitee.com/mach552/savor-ui/commits/6a61ac4045b24ba8576842cba5cec04a332fc77b))
|
|
370
|
+
* **switch:** 修复默认值错误赋值为false的问题 ([1d2e43e](https://gitee.com/mach552/savor-ui/commits/1d2e43ec434caf5b93bc7c2f8f780cdf8c80f4db))
|
|
358
371
|
* **table:** 修复插槽列的`align`属性失效问题 ([fbab17f](https://gitee.com/mach552/savor-ui/commits/fbab17fc24cbff58cb8cfd3eadc3512f07333b53))
|
|
359
372
|
|
|
360
|
-
## [0.12.1](https://gitee.com/mach552/savor-ui/compare/v0.12.0...v0.12.1) (2026-07-16)
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
### Bug Fixes
|
|
364
|
-
|
|
365
|
-
* **cascader:** 修复类型错误 ([84cd4a2](https://gitee.com/mach552/savor-ui/commits/84cd4a23c677746fa75446b00b66b9b76081f1d9))
|
|
366
|
-
* **menu:** 修复菜单的level错误问题 ([e956f57](https://gitee.com/mach552/savor-ui/commits/e956f573138984ce39af1ded97bc3ff9abb7f6a0))
|
|
367
|
-
* **modal:** 修复过渡组件报无子元素警告的问题 ([0e29418](https://gitee.com/mach552/savor-ui/commits/0e29418a85cd27f08b77cfbf9ed9ba9fe078f463))
|
|
373
|
+
## [0.12.1](https://gitee.com/mach552/savor-ui/compare/v0.12.0...v0.12.1) (2026-07-16)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
* **cascader:** 修复类型错误 ([84cd4a2](https://gitee.com/mach552/savor-ui/commits/84cd4a23c677746fa75446b00b66b9b76081f1d9))
|
|
379
|
+
* **menu:** 修复菜单的level错误问题 ([e956f57](https://gitee.com/mach552/savor-ui/commits/e956f573138984ce39af1ded97bc3ff9abb7f6a0))
|
|
380
|
+
* **modal:** 修复过渡组件报无子元素警告的问题 ([0e29418](https://gitee.com/mach552/savor-ui/commits/0e29418a85cd27f08b77cfbf9ed9ba9fe078f463))
|
|
368
381
|
* **modal:** 修复内容尺寸变化不居中的问题 ([0cb4e66](https://gitee.com/mach552/savor-ui/commits/0cb4e665a027cb5814b24c734516c450ff6aa3f6))
|
|
369
382
|
|
|
370
|
-
# [0.12.0](https://gitee.com/mach552/savor-ui/compare/v0.11.0...v0.12.0) (2026-07-15)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
### Features
|
|
374
|
-
|
|
383
|
+
# [0.12.0](https://gitee.com/mach552/savor-ui/compare/v0.11.0...v0.12.0) (2026-07-15)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Features
|
|
387
|
+
|
|
375
388
|
* **tree-select:** 新增树形选择组件 ([a80cde0](https://gitee.com/mach552/savor-ui/commits/a80cde086fe7598a06bed498ba344f5de03d82e3))
|
|
376
389
|
|
|
377
|
-
# [0.11.0](https://gitee.com/mach552/savor-ui/compare/v0.10.1...v0.11.0) (2026-07-14)
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
### Bug Fixes
|
|
381
|
-
|
|
382
|
-
* **segmented:** 修复默认激活块宽度不足的问题 ([1d36714](https://gitee.com/mach552/savor-ui/commits/1d36714cf67b9c234c453ed77dc7a6beee80dba7))
|
|
383
|
-
* **switch:** 修复默认值错误的问题 ([729312b](https://gitee.com/mach552/savor-ui/commits/729312bfd5244932fac28774af3ddde61e646b6a))
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
### Features
|
|
387
|
-
|
|
390
|
+
# [0.11.0](https://gitee.com/mach552/savor-ui/compare/v0.10.1...v0.11.0) (2026-07-14)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Bug Fixes
|
|
394
|
+
|
|
395
|
+
* **segmented:** 修复默认激活块宽度不足的问题 ([1d36714](https://gitee.com/mach552/savor-ui/commits/1d36714cf67b9c234c453ed77dc7a6beee80dba7))
|
|
396
|
+
* **switch:** 修复默认值错误的问题 ([729312b](https://gitee.com/mach552/savor-ui/commits/729312bfd5244932fac28774af3ddde61e646b6a))
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Features
|
|
400
|
+
|
|
388
401
|
* **menu:** 新增`ignoreLevel`属性 ([d183006](https://gitee.com/mach552/savor-ui/commits/d183006dbcf32ba78ed76af043e54b2469c86254))
|
|
389
402
|
|
|
390
|
-
## [0.10.1](https://gitee.com/mach552/savor-ui/compare/v0.10.0...v0.10.1) (2026-07-14)
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
### Bug Fixes
|
|
394
|
-
|
|
395
|
-
* **segmented:** 修复默认值回写逻辑问题 ([780d4f2](https://gitee.com/mach552/savor-ui/commits/780d4f2c5bff2a74e8fb494dcdf813154a8c73be))
|
|
396
|
-
* **segmented:** 修复默认状态下激活条宽度不足的问题 ([80856e0](https://gitee.com/mach552/savor-ui/commits/80856e06ad03781dab6369624d936cc633fe0918))
|
|
397
|
-
* **switch:** 修复默认值回写逻辑问题 ([0b0ed8b](https://gitee.com/mach552/savor-ui/commits/0b0ed8bb585669602d450633b71c804bb4598a6e))
|
|
403
|
+
## [0.10.1](https://gitee.com/mach552/savor-ui/compare/v0.10.0...v0.10.1) (2026-07-14)
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Bug Fixes
|
|
407
|
+
|
|
408
|
+
* **segmented:** 修复默认值回写逻辑问题 ([780d4f2](https://gitee.com/mach552/savor-ui/commits/780d4f2c5bff2a74e8fb494dcdf813154a8c73be))
|
|
409
|
+
* **segmented:** 修复默认状态下激活条宽度不足的问题 ([80856e0](https://gitee.com/mach552/savor-ui/commits/80856e06ad03781dab6369624d936cc633fe0918))
|
|
410
|
+
* **switch:** 修复默认值回写逻辑问题 ([0b0ed8b](https://gitee.com/mach552/savor-ui/commits/0b0ed8bb585669602d450633b71c804bb4598a6e))
|
|
398
411
|
* **table:** 修复fiexd列内容位移问题 ([729b620](https://gitee.com/mach552/savor-ui/commits/729b6208260c329012a28dad825195d7da031a95))
|
|
399
412
|
|
|
400
|
-
# [0.10.0](https://gitee.com/mach552/savor-ui/compare/v0.9.0...v0.10.0) (2026-07-09)
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
### Bug Fixes
|
|
404
|
-
|
|
405
|
-
* **form:** 修复某些情况下无法重置的问题 ([c66f3ea](https://gitee.com/mach552/savor-ui/commits/c66f3ea835e89e68ce85875403561ba844215d6c))
|
|
406
|
-
* **segmented:** 修复默认激活条偶发宽度不足问题 ([0b3dab9](https://gitee.com/mach552/savor-ui/commits/0b3dab94b93b3a79a94066367bb8822e1cfa9613))
|
|
407
|
-
* **segmented:** 修复无默认值问题 ([33bd3c6](https://gitee.com/mach552/savor-ui/commits/33bd3c6d8c6f5a7c8e3c66a4660f2b00aa803127))
|
|
408
|
-
* **switch:** 修复大小与其他组件不一致问题 ([a805e12](https://gitee.com/mach552/savor-ui/commits/a805e122f1fb2b20c38af0d50575aba1694c290d))
|
|
409
|
-
* **switch:** 修复默认值是undefined问题 ([81b963c](https://gitee.com/mach552/savor-ui/commits/81b963c5f17224d4fcc99da9d37f30e69b3dc0a4))
|
|
410
|
-
* **table:** 修复列字段无法读取嵌套对象值的问题 ([2a8842c](https://gitee.com/mach552/savor-ui/commits/2a8842c0b2a17aa8c6683368bb094e61d19f642b))
|
|
411
|
-
* **table:** 修复某些场景下表头比弹层层级高的问题 ([81c836a](https://gitee.com/mach552/savor-ui/commits/81c836a97146017e469f4b79f1857a2c9dc67a06))
|
|
412
|
-
* **tag:** 修复文字换行问题 ([a1c0d94](https://gitee.com/mach552/savor-ui/commits/a1c0d94984fe7d92f5e93534b2071f89b25065aa))
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
### Features
|
|
416
|
-
|
|
413
|
+
# [0.10.0](https://gitee.com/mach552/savor-ui/compare/v0.9.0...v0.10.0) (2026-07-09)
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
### Bug Fixes
|
|
417
|
+
|
|
418
|
+
* **form:** 修复某些情况下无法重置的问题 ([c66f3ea](https://gitee.com/mach552/savor-ui/commits/c66f3ea835e89e68ce85875403561ba844215d6c))
|
|
419
|
+
* **segmented:** 修复默认激活条偶发宽度不足问题 ([0b3dab9](https://gitee.com/mach552/savor-ui/commits/0b3dab94b93b3a79a94066367bb8822e1cfa9613))
|
|
420
|
+
* **segmented:** 修复无默认值问题 ([33bd3c6](https://gitee.com/mach552/savor-ui/commits/33bd3c6d8c6f5a7c8e3c66a4660f2b00aa803127))
|
|
421
|
+
* **switch:** 修复大小与其他组件不一致问题 ([a805e12](https://gitee.com/mach552/savor-ui/commits/a805e122f1fb2b20c38af0d50575aba1694c290d))
|
|
422
|
+
* **switch:** 修复默认值是undefined问题 ([81b963c](https://gitee.com/mach552/savor-ui/commits/81b963c5f17224d4fcc99da9d37f30e69b3dc0a4))
|
|
423
|
+
* **table:** 修复列字段无法读取嵌套对象值的问题 ([2a8842c](https://gitee.com/mach552/savor-ui/commits/2a8842c0b2a17aa8c6683368bb094e61d19f642b))
|
|
424
|
+
* **table:** 修复某些场景下表头比弹层层级高的问题 ([81c836a](https://gitee.com/mach552/savor-ui/commits/81c836a97146017e469f4b79f1857a2c9dc67a06))
|
|
425
|
+
* **tag:** 修复文字换行问题 ([a1c0d94](https://gitee.com/mach552/savor-ui/commits/a1c0d94984fe7d92f5e93534b2071f89b25065aa))
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
### Features
|
|
429
|
+
|
|
417
430
|
* **button:** 新增圆角按钮 ([75d5c6e](https://gitee.com/mach552/savor-ui/commits/75d5c6e96a0b7bef6b30a30edd8be02b608947cb))
|
|
418
431
|
|
|
419
|
-
# [0.9.0](https://gitee.com/mach552/savor-ui/compare/v0.8.0...v0.9.0) (2026-07-07)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Bug Fixes
|
|
423
|
-
|
|
424
|
-
* **grid:** 修复item内部高度虚高的问题 ([47221fc](https://gitee.com/mach552/savor-ui/commits/47221fcc9db115831e011ea43f386704e57c08ef))
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
### Features
|
|
428
|
-
|
|
432
|
+
# [0.9.0](https://gitee.com/mach552/savor-ui/compare/v0.8.0...v0.9.0) (2026-07-07)
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### Bug Fixes
|
|
436
|
+
|
|
437
|
+
* **grid:** 修复item内部高度虚高的问题 ([47221fc](https://gitee.com/mach552/savor-ui/commits/47221fcc9db115831e011ea43f386704e57c08ef))
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Features
|
|
441
|
+
|
|
429
442
|
* **list:** 新增选择事件 ([2d132d3](https://gitee.com/mach552/savor-ui/commits/2d132d3e37ddc4b201272fa6a708dd7ac778436e))
|
|
430
443
|
|
|
431
|
-
# [0.8.0](https://gitee.com/mach552/savor-ui/compare/v0.7.0...v0.8.0) (2026-07-03)
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### Features
|
|
435
|
-
|
|
436
|
-
* **button:** 新增右侧图标插槽 ([741f921](https://gitee.com/mach552/savor-ui/commits/741f92165d634c3a377910a094adf4671ecc2339))
|
|
437
|
-
* **slider-verify:** 新增滑块验证组件 ([6c4e3a0](https://gitee.com/mach552/savor-ui/commits/6c4e3a089801bed651a85d23b8b00a3f66522b37))
|
|
444
|
+
# [0.8.0](https://gitee.com/mach552/savor-ui/compare/v0.7.0...v0.8.0) (2026-07-03)
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
### Features
|
|
448
|
+
|
|
449
|
+
* **button:** 新增右侧图标插槽 ([741f921](https://gitee.com/mach552/savor-ui/commits/741f92165d634c3a377910a094adf4671ecc2339))
|
|
450
|
+
* **slider-verify:** 新增滑块验证组件 ([6c4e3a0](https://gitee.com/mach552/savor-ui/commits/6c4e3a089801bed651a85d23b8b00a3f66522b37))
|
|
438
451
|
* **split:** 新增分隔面板组件 ([63e51bf](https://gitee.com/mach552/savor-ui/commits/63e51bf2e0a0d4616984a781fc373c3f909b7b54))
|
|
439
452
|
|
|
440
453
|
# [0.7.0](https://gitee.com/mach552/savor-ui/compare/v0.6.1...v0.7.0) (2026-06-30)
|