@hi-ui/cascader 5.0.0-rc.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +81 -95
  2. package/package.json +24 -24
package/CHANGELOG.md CHANGED
@@ -1,122 +1,108 @@
1
1
  # @hi-ui/cascader
2
2
 
3
- ## 5.0.0-rc.0
3
+ ## 5.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - 8f3aa85e4: feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
7
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`8f3aa85e4`](https://github.com/XiaoMi/hiui/commit/8f3aa85e4e1977854cecdf2864498a77e959bc39) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 组件的 package.json 中的 exports 统一加上 types 配置 (5.0)
8
8
 
9
9
  ### Minor Changes
10
10
 
11
- - b9989e482: feat(picker): 增加 clearSearchOnClosed api 默认是 false (5.0)
12
- - f1ab51725: <br>
11
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`b9989e482`](https://github.com/XiaoMi/hiui/commit/b9989e48214dbbf8a938a788d3a415d9bb94b1b2) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(picker): 增加 clearSearchOnClosed api 默认是 false (5.0)
12
+
13
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
14
+
13
15
  - feat(picker): 下拉选择类组件增加 xs 尺寸 (5.0)
14
16
  - feat(input): 输入框组件增加 xs 尺寸 (5.0)
15
- - 3e1d3608f: feat(cascader): add onItemClick api (5.0)
16
- - 6dca7795c: feat: 下拉选择组件增加 showIndicator 参数 & 修改 appearance 中的 unset 样式 (5.0)
17
- - 77d969c2e: feat: 下拉选择类组件 appearance 参数增加 contained 类型 (5.0)
18
- - bf1174ed8: feat(cascader): 每次打开选择面板时自动定位到已选节点位置 (5.0)
19
- - 58ad82e94: feat: 输入框和选择器组件增加 borderless 形态 (5.0)
20
- - 59cef699f: feat: 组件语义化样式改造,增加 styles classNames 属性 (5.0)
17
+
18
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`3e1d3608f`](https://github.com/XiaoMi/hiui/commit/3e1d3608f9bf107a23e28792409e734dde06c189) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): add onItemClick api (5.0)
19
+
20
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`6dca7795c`](https://github.com/XiaoMi/hiui/commit/6dca7795c71123f941d91b991ecd17ce26b6a2da) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 下拉选择组件增加 showIndicator 参数 & 修改 appearance 中的 unset 样式 (5.0)
21
+
22
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`77d969c2e`](https://github.com/XiaoMi/hiui/commit/77d969c2e4f6db55f6cc154c1803971ac3e3f085) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 下拉选择类组件 appearance 参数增加 contained 类型 (5.0)
23
+
24
+ - [#3520](https://github.com/XiaoMi/hiui/pull/3520) [`bf1174ed8`](https://github.com/XiaoMi/hiui/commit/bf1174ed8216582d18698be819417f86f826eefb) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(cascader): 每次打开选择面板时自动定位到已选节点位置 (5.0)
25
+
26
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`58ad82e94`](https://github.com/XiaoMi/hiui/commit/58ad82e9441e76bf6090e6a0f4e36a04342c25f0) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 输入框和选择器组件增加 borderless 形态 (5.0)
27
+
28
+ - [#3502](https://github.com/XiaoMi/hiui/pull/3502) [`59cef699f`](https://github.com/XiaoMi/hiui/commit/59cef699f96f56d4f68fae7f9dadb960c487b5de) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 组件语义化样式改造,增加 styles 和 classNames 属性 (5.0)
21
29
 
22
30
  ### Patch Changes
23
31
 
24
- - cf89262c7: style(picker): 移除 picker 组件中的 \_\_text 样式定义 (5.0)
25
- - 9b34d99bc: fix: 修复 5.0 UI 问题 (5.0)
26
- - 79ea480f3: feat(global-context): 增加 size api 全局配置 (5.0)
27
- - 2e56529f7: styles: 主题定制功能完善&&样式变量化写法改造&&兼容 RTL (5.0)
28
- - eb718e940: fix: 修改组件问题 (5.0)
29
- - 95abba983: fix: 修改 UI 问题 (5.0)
30
- - 8f23e9322: style: 表单类组件统一调整后缀颜色、placeholder 颜色 (5.0)
31
- - eb17c4697: style: 修复 UI/样式问题 (5.0)
32
- - f3bf08f27: fix(cascader): 平铺搜索结果时不再展示不可点击的父节点 (5.0)
33
- - de8d058dc: perf: 对下拉选择类组件的 customRender 的内容增加 memoization 以优化性能 (5.0)
34
- - 5210770d9: feat(picker): add header api (5.0)
35
- - 424700fc5: style(cascader&check-cascader): 调整下拉框样式,增加搜索框宽度设置 (5.0)
36
- - 4b2596538: <br>
32
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`cf89262c7`](https://github.com/XiaoMi/hiui/commit/cf89262c72b03fa0a00c154164b68482c3a8ac98) Thanks [@zyprepare](https://github.com/zyprepare)! - style(picker): 移除 picker 组件中的 \_\_text 样式定义 (5.0)
33
+
34
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 5.0 UI 问题 (5.0)
35
+
36
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`79ea480f3`](https://github.com/XiaoMi/hiui/commit/79ea480f33bb8f692dda1e6252a9d2a75c3ac30d) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(global-context): 增加 size api 全局配置 (5.0)
37
+
38
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`2e56529f7`](https://github.com/XiaoMi/hiui/commit/2e56529f7ea8c74e2fac8b6061628d4fd0d862ac) Thanks [@zyprepare](https://github.com/zyprepare)! - styles: 主题定制功能完善&&样式变量化写法改造&&兼容 RTL (5.0)
39
+
40
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`eb718e940`](https://github.com/XiaoMi/hiui/commit/eb718e940a0cabc6914d1242e6ca4a21431a628a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修改组件问题 (5.0)
41
+
42
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`95abba983`](https://github.com/XiaoMi/hiui/commit/95abba98391a31c3cd79704fa0a63f64f437601f) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修改 UI 问题 (5.0)
43
+
44
+ - [#3489](https://github.com/XiaoMi/hiui/pull/3489) [`8f23e9322`](https://github.com/XiaoMi/hiui/commit/8f23e9322e8aa117608d42898cce1f9d74414629) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 表单类组件统一调整后缀颜色、placeholder 颜色 (5.0)
45
+
46
+ - [#3504](https://github.com/XiaoMi/hiui/pull/3504) [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 修复 UI/样式问题 (5.0)
47
+
48
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`f3bf08f27`](https://github.com/XiaoMi/hiui/commit/f3bf08f27017409b53782a9cbd5d4bc6d460aa5e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(cascader): 平铺搜索结果时不再展示不可点击的父节点 (5.0)
49
+
50
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`de8d058dc`](https://github.com/XiaoMi/hiui/commit/de8d058dc8b8fcd3acd6792ba71eac47475496ed) Thanks [@zyprepare](https://github.com/zyprepare)! - perf: 对下拉选择类组件的 customRender 的内容增加 memoization 以优化性能 (5.0)
51
+
52
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`5210770d9`](https://github.com/XiaoMi/hiui/commit/5210770d9d6bf9c83e84a28229f2007202d2d3b8) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(picker): add header api (5.0)
53
+
54
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`424700fc5`](https://github.com/XiaoMi/hiui/commit/424700fc51f0b23332faebeb7ebdb4979c1db0b7) Thanks [@zyprepare](https://github.com/zyprepare)! - style(cascader&check-cascader): 调整下拉框样式,增加搜索框宽度设置 (5.0)
55
+
56
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4b2596538`](https://github.com/XiaoMi/hiui/commit/4b25965386693fc1dc3768e77eb802f25990b2ad) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
57
+
37
58
  - style(cascader&check-cascader): 增加 white-space: nowrap; 样式以防止文本换行 (5.0)
38
59
  - style(cascader&check-cascader): 调整搜索框默认宽度为 100px (5.0)
39
60
  - feat(check-cascader): 增加 flattedSearchResult 属性,用于控制搜索结果的展现形式 (5.0)
40
61
  - fix(cascader): 修复当搜索结果为空时,下拉框没有显示空状态问题 (5.0)
41
- - 33da3144e: build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
42
- - 0a4e90dbd: <br>
62
+
63
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`33da3144e`](https://github.com/XiaoMi/hiui/commit/33da3144e916edd75ee0669ca9e5090edc681193) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 将 package.json 中 exports 配置中的 types 配置放在最上面 (5.0)
64
+
65
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`0a4e90dbd`](https://github.com/XiaoMi/hiui/commit/0a4e90dbd7398e69511e7505b1fd6093eca48cee) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
66
+
43
67
  - style(tag-input): 间距调整 (5.0)
44
68
  - style(select): 选择类组件选项圆角改为 4px (5.0)
45
69
  - style(picker): 搜索框样式调整 (5.0)
46
- - 79739ed82: <br>
70
+
71
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`79739ed82`](https://github.com/XiaoMi/hiui/commit/79739ed82a9e28a39bf5af7c8e7e47f03afa7e82) Thanks [@zyprepare](https://github.com/zyprepare)! - <br>
72
+
47
73
  - fix(cascader): 处理当 value 为空时清空选项的选中态(5.0)
48
74
  - style(cascader&check-cascader): 调整选项容器最小宽度为 160px (5.0)
49
75
  - style(cascader&check-cascader): 优化下拉框宽度,让内容和搜索框默认宽度对齐 (5.0)
50
76
  - perf(cascader&check-cascader): 优化 customRender 函数,支持传递选中项和当前值 (5.0)
51
- - 8561492d5: fix(cascader): 在平铺搜索模式下,当设置了 changeOnSelect 则搜索结果中展示父节点 (5.0)
52
- - 4a31cea53: style: 统一调整选择类组件 hover 时的背景色 (5.0)
53
- - 99801c2d1: fix: 修复 UI 问题 (5.0)
54
- - Updated dependencies [0b34e1c15]
55
- - Updated dependencies [da2e63a14]
56
- - Updated dependencies [1e226cd66]
57
- - Updated dependencies [b9989e482]
58
- - Updated dependencies [7f204c892]
59
- - Updated dependencies [122d1d859]
60
- - Updated dependencies [f1ab51725]
61
- - Updated dependencies [41552be0b]
62
- - Updated dependencies [eb17c4697]
63
- - Updated dependencies [8c0ee78f0]
64
- - Updated dependencies [9b34d99bc]
65
- - Updated dependencies [8f3aa85e4]
66
- - Updated dependencies [ec4c7faa2]
67
- - Updated dependencies [29cae09ea]
68
- - Updated dependencies [fd4c20bbd]
69
- - Updated dependencies [79ea480f3]
70
- - Updated dependencies [2e56529f7]
71
- - Updated dependencies [3a7186e4b]
72
- - Updated dependencies [277c5033a]
73
- - Updated dependencies [95abba983]
74
- - Updated dependencies [8f23e9322]
75
- - Updated dependencies [4a31cea53]
76
- - Updated dependencies [b27483796]
77
- - Updated dependencies [eb17c4697]
78
- - Updated dependencies [976ec929d]
79
- - Updated dependencies [f1ab51725]
80
- - Updated dependencies [6dca7795c]
81
- - Updated dependencies [900c6c2f0]
82
- - Updated dependencies [7b956b1eb]
83
- - Updated dependencies [5210770d9]
84
- - Updated dependencies [4006b2c8c]
85
- - Updated dependencies [c407744fe]
86
- - Updated dependencies [d91a8bb0f]
87
- - Updated dependencies [77d969c2e]
88
- - Updated dependencies [e42e2badf]
89
- - Updated dependencies [33da3144e]
90
- - Updated dependencies [6fcda9bf2]
91
- - Updated dependencies [0a4e90dbd]
92
- - Updated dependencies [58ad82e94]
93
- - Updated dependencies [95d930354]
94
- - Updated dependencies [f2be367e9]
95
- - Updated dependencies [1972fd16a]
96
- - Updated dependencies [59cef699f]
97
- - Updated dependencies [99801c2d1]
98
- - Updated dependencies [cb7b794d0]
99
- - @hi-ui/picker@5.0.0-rc.0
100
- - @hi-ui/input@5.0.0-rc.0
101
- - @hi-ui/popper@5.0.0-rc.0
102
- - @hi-ui/icons@5.0.0-rc.0
103
- - @hi-ui/core@5.0.0-rc.0
104
- - @hi-ui/use-check-state@5.0.0-rc.0
105
- - @hi-ui/use-data-source@5.0.0-rc.0
106
- - @hi-ui/use-latest@5.0.0-rc.0
107
- - @hi-ui/use-search-mode@5.0.0-rc.0
108
- - @hi-ui/use-toggle@5.0.0-rc.0
109
- - @hi-ui/use-uncontrolled-state@5.0.0-rc.0
110
- - @hi-ui/highlighter@5.0.0-rc.0
111
- - @hi-ui/spinner@5.0.0-rc.0
112
- - @hi-ui/virtual-list@5.0.0-rc.0
113
- - @hi-ui/array-utils@5.0.0-rc.0
114
- - @hi-ui/classname@5.0.0-rc.0
115
- - @hi-ui/env@5.0.0-rc.0
116
- - @hi-ui/func-utils@5.0.0-rc.0
117
- - @hi-ui/tree-utils@5.0.0-rc.0
118
- - @hi-ui/type-assertion@5.0.0-rc.0
119
- - @hi-ui/use-merge-semantic@5.0.0-rc.0
77
+
78
+ - [#3491](https://github.com/XiaoMi/hiui/pull/3491) [`8561492d5`](https://github.com/XiaoMi/hiui/commit/8561492d5691c1b2284379c9dac6d500e47e732e) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(cascader): 在平铺搜索模式下,当设置了 changeOnSelect 则搜索结果中展示父节点 (5.0)
79
+
80
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`4a31cea53`](https://github.com/XiaoMi/hiui/commit/4a31cea53a1ec48c6e31b1703315ba5838ad883f) Thanks [@zyprepare](https://github.com/zyprepare)! - style: 统一调整选择类组件 hover 时的背景色 (5.0)
81
+
82
+ - [#3532](https://github.com/XiaoMi/hiui/pull/3532) [`99801c2d1`](https://github.com/XiaoMi/hiui/commit/99801c2d12628c194657579eccd09a86aedea22b) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 UI 问题 (5.0)
83
+
84
+ - Updated dependencies [[`0b34e1c15`](https://github.com/XiaoMi/hiui/commit/0b34e1c15bbf98c9e44f6d249366bb2a97cad218), [`da2e63a14`](https://github.com/XiaoMi/hiui/commit/da2e63a1478db819ec87d720fbfbf537319620c2), [`1e226cd66`](https://github.com/XiaoMi/hiui/commit/1e226cd66413cea8eb1e63b1cb83c1bfbf5f0a41), [`b9989e482`](https://github.com/XiaoMi/hiui/commit/b9989e48214dbbf8a938a788d3a415d9bb94b1b2), [`7f204c892`](https://github.com/XiaoMi/hiui/commit/7f204c892156ea8a4fb95d218db9d59c8c4e0c49), [`122d1d859`](https://github.com/XiaoMi/hiui/commit/122d1d859bb92379fbe109fe9a5581259e6bb9a1), [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1), [`41552be0b`](https://github.com/XiaoMi/hiui/commit/41552be0b42df7c47b481cf8aacc8be76fc3f277), [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe), [`8c0ee78f0`](https://github.com/XiaoMi/hiui/commit/8c0ee78f013dcd9ced94cef13a69933e039621aa), [`9b34d99bc`](https://github.com/XiaoMi/hiui/commit/9b34d99bc2aa8b78b9e3281e08afc086ac4afea1), [`8f3aa85e4`](https://github.com/XiaoMi/hiui/commit/8f3aa85e4e1977854cecdf2864498a77e959bc39), [`ec4c7faa2`](https://github.com/XiaoMi/hiui/commit/ec4c7faa29cb7812664d866260c7a59dc76cb983), [`29cae09ea`](https://github.com/XiaoMi/hiui/commit/29cae09ea3d7a61781c3c4a9f51355a83229bd97), [`fd4c20bbd`](https://github.com/XiaoMi/hiui/commit/fd4c20bbd30e18bc4c1a2eb078acaa4790f7b2eb), [`79ea480f3`](https://github.com/XiaoMi/hiui/commit/79ea480f33bb8f692dda1e6252a9d2a75c3ac30d), [`2e56529f7`](https://github.com/XiaoMi/hiui/commit/2e56529f7ea8c74e2fac8b6061628d4fd0d862ac), [`3a7186e4b`](https://github.com/XiaoMi/hiui/commit/3a7186e4b4e7ce351c3856f3e1ba574b9f6df22f), [`277c5033a`](https://github.com/XiaoMi/hiui/commit/277c5033aacd43ef3d6b8e0b9e818a09ebe21875), [`95abba983`](https://github.com/XiaoMi/hiui/commit/95abba98391a31c3cd79704fa0a63f64f437601f), [`8f23e9322`](https://github.com/XiaoMi/hiui/commit/8f23e9322e8aa117608d42898cce1f9d74414629), [`4a31cea53`](https://github.com/XiaoMi/hiui/commit/4a31cea53a1ec48c6e31b1703315ba5838ad883f), [`b27483796`](https://github.com/XiaoMi/hiui/commit/b2748379661e2e7a4c18e94c478dc2554405c7dd), [`eb17c4697`](https://github.com/XiaoMi/hiui/commit/eb17c46978dfcb5e8ec0a0e3b3dcffabae8d31fe), [`976ec929d`](https://github.com/XiaoMi/hiui/commit/976ec929da088830d4d4bfa5438aa679676f71ca), [`f1ab51725`](https://github.com/XiaoMi/hiui/commit/f1ab517258599ee2dfad183e4a8c7b855ef409c1), [`6dca7795c`](https://github.com/XiaoMi/hiui/commit/6dca7795c71123f941d91b991ecd17ce26b6a2da), [`900c6c2f0`](https://github.com/XiaoMi/hiui/commit/900c6c2f0b397bb2a6c2a5b2cc0c0f83442813ec), [`7b956b1eb`](https://github.com/XiaoMi/hiui/commit/7b956b1eb6ba711b05412e4fc1e413bf17f648a6), [`5210770d9`](https://github.com/XiaoMi/hiui/commit/5210770d9d6bf9c83e84a28229f2007202d2d3b8), [`4006b2c8c`](https://github.com/XiaoMi/hiui/commit/4006b2c8cabba5ec553b69a17e4bf3fb53fe9180), [`c407744fe`](https://github.com/XiaoMi/hiui/commit/c407744fea78d93da66b73eed0b62d18e5b3a011), [`d91a8bb0f`](https://github.com/XiaoMi/hiui/commit/d91a8bb0f887fa886215aa596852eef3c2ce8519), [`77d969c2e`](https://github.com/XiaoMi/hiui/commit/77d969c2e4f6db55f6cc154c1803971ac3e3f085), [`e42e2badf`](https://github.com/XiaoMi/hiui/commit/e42e2badfd099ced93eaf8414513d7a49d1e66c0), [`33da3144e`](https://github.com/XiaoMi/hiui/commit/33da3144e916edd75ee0669ca9e5090edc681193), [`6fcda9bf2`](https://github.com/XiaoMi/hiui/commit/6fcda9bf23e6e16c593fd4d9e3db8d08bcb6b9b5), [`0a4e90dbd`](https://github.com/XiaoMi/hiui/commit/0a4e90dbd7398e69511e7505b1fd6093eca48cee), [`58ad82e94`](https://github.com/XiaoMi/hiui/commit/58ad82e9441e76bf6090e6a0f4e36a04342c25f0), [`95d930354`](https://github.com/XiaoMi/hiui/commit/95d930354a1ab4291e98a9abccb9525d6c210795), [`f2be367e9`](https://github.com/XiaoMi/hiui/commit/f2be367e959d42506953fe9d57cf677ccb79305e), [`1972fd16a`](https://github.com/XiaoMi/hiui/commit/1972fd16ae1971690412192bce03d6860af8efdd), [`59cef699f`](https://github.com/XiaoMi/hiui/commit/59cef699f96f56d4f68fae7f9dadb960c487b5de), [`99801c2d1`](https://github.com/XiaoMi/hiui/commit/99801c2d12628c194657579eccd09a86aedea22b), [`cb7b794d0`](https://github.com/XiaoMi/hiui/commit/cb7b794d07d56c74f7972f05440632335631b9e0)]:
85
+ - @hi-ui/picker@5.0.0
86
+ - @hi-ui/input@5.0.0
87
+ - @hi-ui/popper@5.0.0
88
+ - @hi-ui/icons@5.0.0
89
+ - @hi-ui/core@5.0.0
90
+ - @hi-ui/use-check-state@5.0.0
91
+ - @hi-ui/use-data-source@5.0.0
92
+ - @hi-ui/use-latest@5.0.0
93
+ - @hi-ui/use-search-mode@5.0.0
94
+ - @hi-ui/use-toggle@5.0.0
95
+ - @hi-ui/use-uncontrolled-state@5.0.0
96
+ - @hi-ui/highlighter@5.0.0
97
+ - @hi-ui/spinner@5.0.0
98
+ - @hi-ui/virtual-list@5.0.0
99
+ - @hi-ui/array-utils@5.0.0
100
+ - @hi-ui/classname@5.0.0
101
+ - @hi-ui/env@5.0.0
102
+ - @hi-ui/func-utils@5.0.0
103
+ - @hi-ui/tree-utils@5.0.0
104
+ - @hi-ui/type-assertion@5.0.0
105
+ - @hi-ui/use-merge-semantic@5.0.0
120
106
 
121
107
  ## 4.5.2
122
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/cascader",
3
- "version": "5.0.0-rc.0",
3
+ "version": "5.0.0",
4
4
  "description": "A sub-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -44,36 +44,36 @@
44
44
  "url": "https://github.com/XiaoMi/hiui/issues"
45
45
  },
46
46
  "dependencies": {
47
- "@hi-ui/array-utils": "^5.0.0-rc.0",
48
- "@hi-ui/classname": "^5.0.0-rc.0",
49
- "@hi-ui/env": "^5.0.0-rc.0",
50
- "@hi-ui/func-utils": "^5.0.0-rc.0",
51
- "@hi-ui/highlighter": "^5.0.0-rc.0",
52
- "@hi-ui/icons": "^5.0.0-rc.0",
53
- "@hi-ui/input": "^5.0.0-rc.0",
54
- "@hi-ui/picker": "^5.0.0-rc.0",
55
- "@hi-ui/popper": "^5.0.0-rc.0",
56
- "@hi-ui/spinner": "^5.0.0-rc.0",
57
- "@hi-ui/tree-utils": "^5.0.0-rc.0",
58
- "@hi-ui/type-assertion": "^5.0.0-rc.0",
59
- "@hi-ui/use-check-state": "^5.0.0-rc.0",
60
- "@hi-ui/use-data-source": "^5.0.0-rc.0",
61
- "@hi-ui/use-latest": "^5.0.0-rc.0",
62
- "@hi-ui/use-merge-semantic": "^5.0.0-rc.0",
63
- "@hi-ui/use-search-mode": "^5.0.0-rc.0",
64
- "@hi-ui/use-toggle": "^5.0.0-rc.0",
65
- "@hi-ui/use-uncontrolled-state": "^5.0.0-rc.0",
66
- "@hi-ui/virtual-list": "^5.0.0-rc.0",
47
+ "@hi-ui/array-utils": "^5.0.0",
48
+ "@hi-ui/classname": "^5.0.0",
49
+ "@hi-ui/env": "^5.0.0",
50
+ "@hi-ui/func-utils": "^5.0.0",
51
+ "@hi-ui/highlighter": "^5.0.0",
52
+ "@hi-ui/icons": "^5.0.0",
53
+ "@hi-ui/input": "^5.0.0",
54
+ "@hi-ui/picker": "^5.0.0",
55
+ "@hi-ui/popper": "^5.0.0",
56
+ "@hi-ui/spinner": "^5.0.0",
57
+ "@hi-ui/tree-utils": "^5.0.0",
58
+ "@hi-ui/type-assertion": "^5.0.0",
59
+ "@hi-ui/use-check-state": "^5.0.0",
60
+ "@hi-ui/use-data-source": "^5.0.0",
61
+ "@hi-ui/use-latest": "^5.0.0",
62
+ "@hi-ui/use-merge-semantic": "^5.0.0",
63
+ "@hi-ui/use-search-mode": "^5.0.0",
64
+ "@hi-ui/use-toggle": "^5.0.0",
65
+ "@hi-ui/use-uncontrolled-state": "^5.0.0",
66
+ "@hi-ui/virtual-list": "^5.0.0",
67
67
  "scroll-into-view-if-needed": "^3.1.0"
68
68
  },
69
69
  "peerDependencies": {
70
- "@hi-ui/core": ">=5.0.0-rc.0",
70
+ "@hi-ui/core": ">=5.0.0",
71
71
  "react": ">=16.8.6",
72
72
  "react-dom": ">=16.8.6"
73
73
  },
74
74
  "devDependencies": {
75
- "@hi-ui/core": "^5.0.0-rc.0",
76
- "@hi-ui/core-css": "^5.0.0-rc.0",
75
+ "@hi-ui/core": "^5.0.0",
76
+ "@hi-ui/core-css": "^5.0.0",
77
77
  "react": "^17.0.1",
78
78
  "react-dom": "^17.0.1"
79
79
  }