@hi-ui/check-cascader 5.0.0-experimental.0 → 5.0.0-experimental.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +384 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,384 @@
1
+ # @hi-ui/check-cascader
2
+
3
+ ## 5.0.0-experimental.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f23e9322: style: 表单类组件统一调整后缀颜色、placeholder 颜色 (5.0)
8
+ - 发布 hiui experimental 版本
9
+ - Updated dependencies [8f23e9322]
10
+ - Updated dependencies [b27483796]
11
+ - Updated dependencies [900c6c2f0]
12
+ - Updated dependencies
13
+ - @hi-ui/input@5.0.0-experimental.1
14
+ - @hi-ui/picker@5.0.0-experimental.1
15
+ - @hi-ui/tag-input@5.0.0-experimental.1
16
+
17
+ ## 5.0.0-experimental.0
18
+
19
+ ### Major Changes
20
+
21
+ - 8f3aa85e4: feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
22
+
23
+ ### Minor Changes
24
+
25
+ - b9989e482: feat(picker): 增加 clearSearchOnClosed api 默认是 false (5.0)
26
+ - f1ab51725: <br>
27
+ - feat(picker): 下拉选择类组件增加 xs 尺寸 (5.0)
28
+ - feat(input): 输入框组件增加 xs 尺寸 (5.0)
29
+ - f8acad4e1: feat(check-cascader): 增加 checkbox 级联禁用功能和相关样式调整 (5.0)
30
+ - a4c48b19e: feat(check-cascader): add showOnlyShowChecked api (5.0)
31
+ - 6dca7795c: feat: 下拉选择组件增加 showIndicator 参数 & 修改 appearance 中的 unset 样式 (5.0)
32
+ - 77d969c2e: feat: 下拉选择类组件 appearance 参数增加 contained 类型 (5.0)
33
+ - 58ad82e94: feat: 输入框和选择器组件增加 borderless 形态 (5.0)
34
+
35
+ ### Patch Changes
36
+
37
+ - 6fb223e3a: style: fix ui bug (5.0)
38
+ - 9b34d99bc: chore: 将代码中 v4 改为 v5 (5.0)
39
+ - 1662753e0: style: fix ui bug (5.0)
40
+ - cf89262c7: style(picker): 移除 picker 组件中的 \_\_text 样式定义 (5.0)
41
+ - 68dccedb1: fix(check-cascader): 修复非平铺展示搜索结果时显示出层级问题 (5.0)
42
+ - 9b34d99bc: fix: 修复 5.0 UI 问题 (5.0)
43
+ - 1dbc23ca5: feat(check-cascader): 增加全选功能
44
+ - cb9d8f6db: fix(tag-input): 修复 contained 模式下 displayRender 设置无效问题 (5.0)
45
+ - be5a59325: style: 修改样式问题 (5.0)
46
+ - 79ea480f3: feat(global-context): 增加 size api 全局配置 (5.0)
47
+ - 2e56529f7: styles: 主题定制功能完善&&样式变量化写法改造&&兼容 RTL (5.0)
48
+ - 95abba983: fix: 修改 UI 问题 (5.0)
49
+ - de8d058dc: perf: 对下拉选择类组件的 customRender 的内容增加 memoization 以优化性能 (5.0)
50
+ - 5210770d9: feat(picker): add header api (5.0)
51
+ - 424700fc5: style(cascader&check-cascader): 调整下拉框样式,增加搜索框宽度设置 (5.0)
52
+ - 9ecf354ba: perf(cascader): 性能优化 (5.0)
53
+ - 4b2596538: <br>
54
+ - style(cascader&check-cascader): 增加 white-space: nowrap; 样式以防止文本换行 (5.0)
55
+ - style(cascader&check-cascader): 调整搜索框默认宽度为 100px (5.0)
56
+ - feat(check-cascader): 增加 flattedSearchResult 属性,用于控制搜索结果的展现形式 (5.0)
57
+ - fix(cascader): 修复当搜索结果为空时,下拉框没有显示空状态问题 (5.0)
58
+ - 33da3144e: build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
59
+ - e7b64347e: style(tag-input): 增加 flex-wrap 属性以优化标签换行展示 (5.0)
60
+ - 0a4e90dbd: <br>
61
+ - style(tag-input): 间距调整 (5.0)
62
+ - style(select): 选择类组件选项圆角改为 4px (5.0)
63
+ - style(picker): 搜索框样式调整 (5.0)
64
+ - 79739ed82: <br>
65
+ - fix(cascader): 处理当 value 为空时清空选项的选中态(5.0)
66
+ - style(cascader&check-cascader): 调整选项容器最小宽度为 160px (5.0)
67
+ - style(cascader&check-cascader): 优化下拉框宽度,让内容和搜索框默认宽度对齐 (5.0)
68
+ - perf(cascader&check-cascader): 优化 customRender 函数,支持传递选中项和当前值 (5.0)
69
+ - 4a31cea53: style: 统一调整选择类组件 hover 时的背景色 (5.0)
70
+ - 99801c2d1: fix: 修复 UI 问题 (5.0)
71
+ - Updated dependencies [0b34e1c15]
72
+ - Updated dependencies [da2e63a14]
73
+ - Updated dependencies [1e226cd66]
74
+ - Updated dependencies [cce71cdfa]
75
+ - Updated dependencies [b9989e482]
76
+ - Updated dependencies [1662753e0]
77
+ - Updated dependencies [122d1d859]
78
+ - Updated dependencies [f1ab51725]
79
+ - Updated dependencies [41552be0b]
80
+ - Updated dependencies [8c0ee78f0]
81
+ - Updated dependencies [9b34d99bc]
82
+ - Updated dependencies [8f3aa85e4]
83
+ - Updated dependencies [f4fc0ef30]
84
+ - Updated dependencies [cb9d8f6db]
85
+ - Updated dependencies [ec4c7faa2]
86
+ - Updated dependencies [29cae09ea]
87
+ - Updated dependencies [fd4c20bbd]
88
+ - Updated dependencies [be5a59325]
89
+ - Updated dependencies [71fc15e5c]
90
+ - Updated dependencies [f8acad4e1]
91
+ - Updated dependencies [79ea480f3]
92
+ - Updated dependencies [2e56529f7]
93
+ - Updated dependencies [277c5033a]
94
+ - Updated dependencies [4e0ed3a31]
95
+ - Updated dependencies [95abba983]
96
+ - Updated dependencies [4a31cea53]
97
+ - Updated dependencies [976ec929d]
98
+ - Updated dependencies [f1ab51725]
99
+ - Updated dependencies [6dca7795c]
100
+ - Updated dependencies [7b956b1eb]
101
+ - Updated dependencies [5210770d9]
102
+ - Updated dependencies [e2d184e74]
103
+ - Updated dependencies [4006b2c8c]
104
+ - Updated dependencies [77d969c2e]
105
+ - Updated dependencies [9ecf354ba]
106
+ - Updated dependencies [e42e2badf]
107
+ - Updated dependencies [33da3144e]
108
+ - Updated dependencies [e7b64347e]
109
+ - Updated dependencies [7f3abee55]
110
+ - Updated dependencies [6fcda9bf2]
111
+ - Updated dependencies [0a4e90dbd]
112
+ - Updated dependencies [58ad82e94]
113
+ - Updated dependencies [a0f0c9d6b]
114
+ - Updated dependencies [f2be367e9]
115
+ - Updated dependencies [1972fd16a]
116
+ - Updated dependencies [99801c2d1]
117
+ - Updated dependencies [86910f5e2]
118
+ - Updated dependencies [cb7b794d0]
119
+ - @hi-ui/picker@5.0.0-experimental.0
120
+ - @hi-ui/input@5.0.0-experimental.0
121
+ - @hi-ui/popper@5.0.0-experimental.0
122
+ - @hi-ui/tag-input@5.0.0-experimental.0
123
+ - @hi-ui/icons@5.0.0-experimental.0
124
+ - @hi-ui/core@5.0.0-experimental.0
125
+ - @hi-ui/use-check@5.0.0-experimental.0
126
+ - @hi-ui/use-data-source@5.0.0-experimental.0
127
+ - @hi-ui/use-latest@5.0.0-experimental.0
128
+ - @hi-ui/use-merge-refs@5.0.0-experimental.0
129
+ - @hi-ui/use-outside-click@5.0.0-experimental.0
130
+ - @hi-ui/use-search-mode@5.0.0-experimental.0
131
+ - @hi-ui/use-toggle@5.0.0-experimental.0
132
+ - @hi-ui/use-uncontrolled-state@5.0.0-experimental.0
133
+ - @hi-ui/checkbox@5.0.0-experimental.0
134
+ - @hi-ui/spinner@5.0.0-experimental.0
135
+ - @hi-ui/array-utils@5.0.0-experimental.0
136
+ - @hi-ui/classname@5.0.0-experimental.0
137
+ - @hi-ui/env@5.0.0-experimental.0
138
+ - @hi-ui/func-utils@5.0.0-experimental.0
139
+ - @hi-ui/times@5.0.0-experimental.0
140
+ - @hi-ui/tree-utils@5.0.0-experimental.0
141
+ - @hi-ui/type-assertion@5.0.0-experimental.0
142
+
143
+ ## 4.5.2
144
+
145
+ ### Patch Changes
146
+
147
+ - [#3336](https://github.com/XiaoMi/hiui/pull/3336) [`9356e8c`](https://github.com/XiaoMi/hiui/commit/9356e8ca43ae75f2886bd5225723ee9afad501a6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(use-search-mode): 优化初次搜索逻辑 (#3335)
148
+
149
+ - Updated dependencies [[`9356e8c`](https://github.com/XiaoMi/hiui/commit/9356e8ca43ae75f2886bd5225723ee9afad501a6)]:
150
+ - @hi-ui/use-search-mode@4.2.3
151
+
152
+ ## 4.5.1
153
+
154
+ ### Patch Changes
155
+
156
+ - [#3326](https://github.com/XiaoMi/hiui/pull/3326) [`c11a132ad`](https://github.com/XiaoMi/hiui/commit/c11a132ad1bb076356752e9d0a6f40cc04c44880) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-cascader): 修复 onChange 第三个参数返回的值和类型不匹配问题 (#3325)
157
+
158
+ - Updated dependencies [[`8db6414b6`](https://github.com/XiaoMi/hiui/commit/8db6414b635ef561c7487a6f713c21a388d85739)]:
159
+ - @hi-ui/use-search-mode@4.2.2
160
+
161
+ ## 4.5.0
162
+
163
+ ### Minor Changes
164
+
165
+ - [#3231](https://github.com/XiaoMi/hiui/pull/3231) [`bbba46153`](https://github.com/XiaoMi/hiui/commit/bbba4615313cd0618deff633bebc657e7f34ec94) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): onChange 回调中增加选中项对象参数返回 (#3230)
166
+
167
+ ### Patch Changes
168
+
169
+ - Updated dependencies [[`dc1311a91`](https://github.com/XiaoMi/hiui/commit/dc1311a917518bc5debef755a9fcd4e33fb58790), [`b8c19048f`](https://github.com/XiaoMi/hiui/commit/b8c19048fe25147f344be4cd951740593aee8d12)]:
170
+ - @hi-ui/use-search-mode@4.2.1
171
+ - @hi-ui/tag-input@4.1.4
172
+
173
+ ## 4.4.1
174
+
175
+ ### Patch Changes
176
+
177
+ - [#3196](https://github.com/XiaoMi/hiui/pull/3196) [`80a909d2d`](https://github.com/XiaoMi/hiui/commit/80a909d2dae99d68d71f2ec6f4b210080d032ec0) Thanks [@KEH3](https://github.com/KEH3)! - fix(popper): ref 中增加更新位置方法解决上游组件弹窗被遮挡问题 (#3195)
178
+
179
+ - Updated dependencies [[`80a909d2d`](https://github.com/XiaoMi/hiui/commit/80a909d2dae99d68d71f2ec6f4b210080d032ec0)]:
180
+ - @hi-ui/picker@4.1.8
181
+ - @hi-ui/popper@4.1.7
182
+
183
+ ## 4.4.0
184
+
185
+ ### Minor Changes
186
+
187
+ - [#3172](https://github.com/XiaoMi/hiui/pull/3172) [`a883d8e19`](https://github.com/XiaoMi/hiui/commit/a883d8e197446ef0e7cefcc5cc44d21ed1d0807f) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(mock-input): 增加 onClear 参数 (#3171)
188
+
189
+ ### Patch Changes
190
+
191
+ - Updated dependencies [[`a883d8e19`](https://github.com/XiaoMi/hiui/commit/a883d8e197446ef0e7cefcc5cc44d21ed1d0807f)]:
192
+ - @hi-ui/input@4.4.0
193
+
194
+ ## 4.3.2
195
+
196
+ ### Patch Changes
197
+
198
+ - [#3096](https://github.com/XiaoMi/hiui/pull/3096) [`3aff5eee7`](https://github.com/XiaoMi/hiui/commit/3aff5eee7ab4e1734fa2800d5154e8ebe24bbe00) Thanks [@zyprepare](https://github.com/zyprepare)! - perf(tag-input): 优化 wrap 模式下设置 displayRender 卡顿问题 (#3094)
199
+
200
+ - Updated dependencies [[`3aff5eee7`](https://github.com/XiaoMi/hiui/commit/3aff5eee7ab4e1734fa2800d5154e8ebe24bbe00), [`bf2179191`](https://github.com/XiaoMi/hiui/commit/bf21791917f96c0b33b6a74539650bc56aba1d99)]:
201
+ - @hi-ui/tag-input@4.1.3
202
+ - @hi-ui/input@4.3.0
203
+
204
+ ## 4.3.1
205
+
206
+ ### Patch Changes
207
+
208
+ - [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 优化搜索算法
209
+
210
+ - [#2993](https://github.com/XiaoMi/hiui/pull/2993) [`102d01a6b`](https://github.com/XiaoMi/hiui/commit/102d01a6bbae65e452a861060f6ac13d44b6d06c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 checkedMode="PARENT"模式下搜索后子节点无法选中问题
211
+
212
+ - [#3001](https://github.com/XiaoMi/hiui/pull/3001) [`872c903`](https://github.com/XiaoMi/hiui/commit/872c903af99f2a00c95de134d344a3cb53deab45) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 优化大数据下勾选根节点时卡顿
213
+
214
+ - [#2994](https://github.com/XiaoMi/hiui/pull/2994) [`4d6b26507`](https://github.com/XiaoMi/hiui/commit/4d6b26507479030686d5da65e1bec8b353b80bfa) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 keyword 设置后数据没有过滤的问题
215
+
216
+ - Updated dependencies [[`908d6cd96`](https://github.com/XiaoMi/hiui/commit/908d6cd9657551203917230d9a91de45e65354c2)]:
217
+ - @hi-ui/tag-input@4.1.2
218
+
219
+ ## 4.3.0
220
+
221
+ ### Minor Changes
222
+
223
+ - [#2868](https://github.com/XiaoMi/hiui/pull/2868) [`95f2e843d`](https://github.com/XiaoMi/hiui/commit/95f2e843d154d5767c08d7a04a86d61804d71396) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat: 新增支持配置字段别名
224
+
225
+ - [#2824](https://github.com/XiaoMi/hiui/pull/2824) [`912c60b7b`](https://github.com/XiaoMi/hiui/commit/912c60b7b0f19a8386ec1de30fe6440e3963f288) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat: 支持前置后置内容
226
+
227
+ - [#2920](https://github.com/XiaoMi/hiui/pull/2920) [`ec38ee1a6`](https://github.com/XiaoMi/hiui/commit/ec38ee1a62f1716106ecd4617840295c1f22ed5b) Thanks [@yang-x20](https://github.com/yang-x20)! - feat: 新增自定义触发器
228
+
229
+ ## 4.2.7
230
+
231
+ ### Patch Changes
232
+
233
+ - [#2791](https://github.com/XiaoMi/hiui/pull/2791) [`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715) Thanks [@zyprepare](https://github.com/zyprepare)! - build: style-inject(node 环境下有问题) 替换为 @hi-ui/style-inject
234
+
235
+ - Updated dependencies [[`1a00f9fc4`](https://github.com/XiaoMi/hiui/commit/1a00f9fc4a44619059d7852e846b54fedbd56715)]:
236
+ - @hi-ui/env@4.0.5
237
+ - @hi-ui/icons@4.0.19
238
+ - @hi-ui/checkbox@4.0.10
239
+ - @hi-ui/input@4.1.1
240
+ - @hi-ui/picker@4.1.6
241
+ - @hi-ui/popper@4.1.5
242
+ - @hi-ui/spinner@4.0.9
243
+ - @hi-ui/tag-input@4.1.1
244
+ - @hi-ui/array-utils@4.0.5
245
+ - @hi-ui/classname@4.0.5
246
+
247
+ ## 4.2.6
248
+
249
+ ### Patch Changes
250
+
251
+ - [#2752](https://github.com/XiaoMi/hiui/pull/2752) [`8cc7d032a`](https://github.com/XiaoMi/hiui/commit/8cc7d032aff1aa62099e71e2e1a3ca3a9a226e30) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 PARENT 和 CHILD 模式在搜索场景下 id 丢失问题
252
+
253
+ - Updated dependencies [[`a9b9c93fc`](https://github.com/XiaoMi/hiui/commit/a9b9c93fc3a3fea60d14052a5afeef9daf7efa1b), [`b3a13135c`](https://github.com/XiaoMi/hiui/commit/b3a13135c77e75291d5864ff7fcf63ddb2ff46b8), [`ca008e4ae`](https://github.com/XiaoMi/hiui/commit/ca008e4ae9753bc1f11efcdcbf09121d1ef07b56)]:
254
+ - @hi-ui/input@4.1.0
255
+ - @hi-ui/tag-input@4.1.0
256
+ - @hi-ui/tree-utils@4.1.6
257
+
258
+ ## 4.2.5
259
+
260
+ ### Patch Changes
261
+
262
+ - build: rollup2 构建
263
+ - Updated dependencies
264
+ - @hi-ui/core@4.0.8
265
+ - @hi-ui/use-check@4.0.5
266
+ - @hi-ui/use-data-source@4.0.4
267
+ - @hi-ui/use-latest@4.0.4
268
+ - @hi-ui/use-merge-refs@4.0.4
269
+ - @hi-ui/use-outside-click@4.0.4
270
+ - @hi-ui/use-search-mode@4.1.4
271
+ - @hi-ui/use-toggle@4.0.4
272
+ - @hi-ui/use-uncontrolled-state@4.0.4
273
+ - @hi-ui/icons@4.0.18
274
+ - @hi-ui/checkbox@4.0.8
275
+ - @hi-ui/input@4.0.13
276
+ - @hi-ui/picker@4.1.4
277
+ - @hi-ui/popper@4.1.3
278
+ - @hi-ui/spinner@4.0.8
279
+ - @hi-ui/tag-input@4.0.10
280
+ - @hi-ui/array-utils@4.0.4
281
+ - @hi-ui/classname@4.0.4
282
+ - @hi-ui/env@4.0.4
283
+ - @hi-ui/func-utils@4.0.4
284
+ - @hi-ui/times@4.0.4
285
+ - @hi-ui/tree-utils@4.1.4
286
+ - @hi-ui/type-assertion@4.0.4
287
+
288
+ ## 4.2.4
289
+
290
+ ### Patch Changes
291
+
292
+ - fix: 修复 rollup3 打包 cjs 模块问题
293
+ - Updated dependencies
294
+ - @hi-ui/env@4.0.3
295
+ - @hi-ui/core@4.0.7
296
+ - @hi-ui/use-check@4.0.4
297
+ - @hi-ui/use-data-source@4.0.3
298
+ - @hi-ui/use-latest@4.0.3
299
+ - @hi-ui/use-merge-refs@4.0.3
300
+ - @hi-ui/use-outside-click@4.0.3
301
+ - @hi-ui/use-search-mode@4.1.3
302
+ - @hi-ui/use-toggle@4.0.3
303
+ - @hi-ui/use-uncontrolled-state@4.0.3
304
+ - @hi-ui/icons@4.0.17
305
+ - @hi-ui/checkbox@4.0.7
306
+ - @hi-ui/input@4.0.12
307
+ - @hi-ui/picker@4.1.3
308
+ - @hi-ui/popper@4.1.2
309
+ - @hi-ui/spinner@4.0.7
310
+ - @hi-ui/tag-input@4.0.9
311
+ - @hi-ui/array-utils@4.0.3
312
+ - @hi-ui/classname@4.0.3
313
+ - @hi-ui/func-utils@4.0.3
314
+ - @hi-ui/times@4.0.3
315
+ - @hi-ui/tree-utils@4.1.3
316
+ - @hi-ui/type-assertion@4.0.3
317
+
318
+ ## 4.2.3
319
+
320
+ ### Patch Changes
321
+
322
+ - [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件
323
+
324
+ - Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]:
325
+ - @hi-ui/core@4.0.6
326
+ - @hi-ui/use-check@4.0.3
327
+ - @hi-ui/use-data-source@4.0.2
328
+ - @hi-ui/use-latest@4.0.2
329
+ - @hi-ui/use-merge-refs@4.0.2
330
+ - @hi-ui/use-outside-click@4.0.2
331
+ - @hi-ui/use-search-mode@4.1.2
332
+ - @hi-ui/use-toggle@4.0.2
333
+ - @hi-ui/use-uncontrolled-state@4.0.2
334
+ - @hi-ui/icons@4.0.16
335
+ - @hi-ui/checkbox@4.0.6
336
+ - @hi-ui/input@4.0.11
337
+ - @hi-ui/picker@4.1.2
338
+ - @hi-ui/popper@4.1.1
339
+ - @hi-ui/spinner@4.0.6
340
+ - @hi-ui/tag-input@4.0.8
341
+ - @hi-ui/array-utils@4.0.2
342
+ - @hi-ui/classname@4.0.2
343
+ - @hi-ui/env@4.0.2
344
+ - @hi-ui/func-utils@4.0.2
345
+ - @hi-ui/times@4.0.2
346
+ - @hi-ui/tree-utils@4.1.2
347
+ - @hi-ui/type-assertion@4.0.2
348
+
349
+ ## 4.2.2
350
+
351
+ ### Patch Changes
352
+
353
+ - [#2653](https://github.com/XiaoMi/hiui/pull/2653) [`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315) Thanks [@zyprepare](https://github.com/zyprepare)! - chore: 更新使用到的 G40 颜色值
354
+
355
+ - Updated dependencies [[`b477d91db`](https://github.com/XiaoMi/hiui/commit/b477d91db15bbc92c8712a9a771af5b332779315)]:
356
+ - @hi-ui/input@4.0.10
357
+ - @hi-ui/tag-input@4.0.7
358
+
359
+ ## 4.2.1
360
+
361
+ ### Patch Changes
362
+
363
+ - [#2612](https://github.com/XiaoMi/hiui/pull/2612) [`832360b54`](https://github.com/XiaoMi/hiui/commit/832360b54231983148858b12707087c6b6fbac87) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修改下拉菜单高度为 32px
364
+
365
+ ## 4.2.0
366
+
367
+ ### Minor Changes
368
+
369
+ - [#2606](https://github.com/XiaoMi/hiui/pull/2606) [`9be456ec0`](https://github.com/XiaoMi/hiui/commit/9be456ec092031eab5ab6097f8276cde0bd4721d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 renderExtraFooter 和 dropdownColumnRender api
370
+
371
+ - [#2602](https://github.com/XiaoMi/hiui/pull/2602) [`ad0d14abd`](https://github.com/XiaoMi/hiui/commit/ad0d14abdaf3ab2d5b79d649e7886ee90d1c941a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: add size api
372
+
373
+ ## 4.1.0
374
+
375
+ ### Minor Changes
376
+
377
+ - [#2531](https://github.com/XiaoMi/hiui/pull/2531) [`0a9d90ac5`](https://github.com/XiaoMi/hiui/commit/0a9d90ac53bdf66aa2b83b698b58d2cdeb98d912) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 tagInputProps API,支持显示内容高度自适应
378
+
379
+ ### Patch Changes
380
+
381
+ - Updated dependencies [[`bd5940eba`](https://github.com/XiaoMi/hiui/commit/bd5940eba7d7a80aa676f37bb804ea27544864d2), [`0a9d90ac5`](https://github.com/XiaoMi/hiui/commit/0a9d90ac53bdf66aa2b83b698b58d2cdeb98d912)]:
382
+ - @hi-ui/picker@4.1.1
383
+ - @hi-ui/popper@4.0.5
384
+ - @hi-ui/tag-input@4.0.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/check-cascader",
3
- "version": "5.0.0-experimental.0",
3
+ "version": "5.0.0-experimental.1",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -51,11 +51,11 @@
51
51
  "@hi-ui/env": "^5.0.0-experimental.0",
52
52
  "@hi-ui/func-utils": "^5.0.0-experimental.0",
53
53
  "@hi-ui/icons": "^5.0.0-experimental.0",
54
- "@hi-ui/input": "^5.0.0-experimental.0",
55
- "@hi-ui/picker": "^5.0.0-experimental.0",
54
+ "@hi-ui/input": "^5.0.0-experimental.1",
55
+ "@hi-ui/picker": "^5.0.0-experimental.1",
56
56
  "@hi-ui/popper": "^5.0.0-experimental.0",
57
57
  "@hi-ui/spinner": "^5.0.0-experimental.0",
58
- "@hi-ui/tag-input": "^5.0.0-experimental.0",
58
+ "@hi-ui/tag-input": "^5.0.0-experimental.1",
59
59
  "@hi-ui/times": "^5.0.0-experimental.0",
60
60
  "@hi-ui/tree-utils": "^5.0.0-experimental.0",
61
61
  "@hi-ui/type-assertion": "^5.0.0-experimental.0",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@hi-ui/core": "^5.0.0-experimental.0",
78
- "@hi-ui/core-css": "^5.0.0-experimental.0",
78
+ "@hi-ui/core-css": "^5.0.0-experimental.1",
79
79
  "react": "^17.0.1",
80
80
  "react-dom": "^17.0.1"
81
81
  }