@hi-ui/hiui 4.6.5 → 4.7.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 +46 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3016](https://github.com/XiaoMi/hiui/pull/3016) [`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复 width 和 height 类型不支持字符串问题 (#3013)
8
+
9
+ - [#3024](https://github.com/XiaoMi/hiui/pull/3024) [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(input): 修复 type="X" 时最后一位无法输入 X 的问题 (#3023)
10
+ chore(input): type 类型中增加 number 类型
11
+
12
+ - [#3018](https://github.com/XiaoMi/hiui/pull/3018) [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(tree): 修复编辑模式下保存无效问题 (#3017)
13
+ fix(tree): 修复拖拽和编辑模式下保存时异常问题 (#3022)
14
+
15
+ - [#3026](https://github.com/XiaoMi/hiui/pull/3026) [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a) Thanks [@fcppddl](https://github.com/fcppddl)! - fix(tree): 选项禁用时触发键盘事件报错(#3025)
16
+
17
+ - Updated dependencies [[`5784cffd0`](https://github.com/XiaoMi/hiui/commit/5784cffd0cc8e913fb3f95082249d50975e7f8bb), [`4baa3bda2`](https://github.com/XiaoMi/hiui/commit/4baa3bda267233c45d15717bc8765587901447b3), [`1e382ae8e`](https://github.com/XiaoMi/hiui/commit/1e382ae8efb72f763a29a338c7a9734525d92ea6), [`cd40615`](https://github.com/XiaoMi/hiui/commit/cd406152a536123c08409a1195a2a3e7b688483a)]:
18
+ - @hi-ui/drawer@4.2.1
19
+ - @hi-ui/input@4.2.1
20
+ - @hi-ui/tree@4.6.2
21
+
22
+ ## 4.7.0
23
+
24
+ ### Minor Changes
25
+
26
+ - [#3010](https://github.com/XiaoMi/hiui/pull/3010) [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: hiui 更新到 4.7.0
27
+
28
+ ### Patch Changes
29
+
30
+ - [#3007](https://github.com/XiaoMi/hiui/pull/3007) [`9b9a44826`](https://github.com/XiaoMi/hiui/commit/9b9a448262f9a6c89af78db008bc16430f495aff) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复合并单元格边框样式问题
31
+
32
+ - [#3010](https://github.com/XiaoMi/hiui/pull/3010) [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): onSelect 回调中增加 panelIndex 参数
33
+
34
+ - [#3008](https://github.com/XiaoMi/hiui/pull/3008) [`e9aadf1fb`](https://github.com/XiaoMi/hiui/commit/e9aadf1fba8896af3bf4ccaa747283ea96be6b81) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): Add onResizeStop api
35
+
36
+ - [#3010](https://github.com/XiaoMi/hiui/pull/3010) [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): 新增自定义触发器
37
+
38
+ - [#3006](https://github.com/XiaoMi/hiui/pull/3006) [`4540c217a`](https://github.com/XiaoMi/hiui/commit/4540c217ade6749c38ee58cefcfe94322889b929) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(form): Add scrollToFirstError api
39
+
40
+ - [#3008](https://github.com/XiaoMi/hiui/pull/3008) [`e9aadf1fb`](https://github.com/XiaoMi/hiui/commit/e9aadf1fba8896af3bf4ccaa747283ea96be6b81) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(table): virtual 模式增加 onVisibleChange api
41
+
42
+ - [#3010](https://github.com/XiaoMi/hiui/pull/3010) [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): Add needConfirm and onConfirm api
43
+
44
+ - Updated dependencies [[`e9aadf1fb`](https://github.com/XiaoMi/hiui/commit/e9aadf1fba8896af3bf4ccaa747283ea96be6b81), [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a), [`e9aadf1fb`](https://github.com/XiaoMi/hiui/commit/e9aadf1fba8896af3bf4ccaa747283ea96be6b81), [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a), [`4540c217a`](https://github.com/XiaoMi/hiui/commit/4540c217ade6749c38ee58cefcfe94322889b929), [`b809ca9`](https://github.com/XiaoMi/hiui/commit/b809ca9bd59e5e2455b13fefe32d8307c8ab1d4a), [`9b9a44826`](https://github.com/XiaoMi/hiui/commit/9b9a448262f9a6c89af78db008bc16430f495aff)]:
45
+ - @hi-ui/table@4.7.0
46
+ - @hi-ui/date-picker@4.9.0
47
+ - @hi-ui/form@4.3.0
48
+
3
49
  ## 4.6.5
4
50
 
5
51
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.6.5",
3
+ "version": "4.7.1",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -59,17 +59,17 @@
59
59
  "@hi-ui/checkbox": "^4.0.10",
60
60
  "@hi-ui/collapse": "^4.1.6",
61
61
  "@hi-ui/counter": "^4.1.9",
62
- "@hi-ui/date-picker": "^4.8.0",
62
+ "@hi-ui/date-picker": "^4.9.0",
63
63
  "@hi-ui/descriptions": "^4.5.0",
64
- "@hi-ui/drawer": "^4.2.0",
64
+ "@hi-ui/drawer": "^4.2.1",
65
65
  "@hi-ui/dropdown": "^4.2.1",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.8",
67
67
  "@hi-ui/empty-state": "^4.1.1",
68
68
  "@hi-ui/filter": "^4.2.0",
69
- "@hi-ui/form": "^4.2.2",
69
+ "@hi-ui/form": "^4.3.0",
70
70
  "@hi-ui/grid": "^4.0.9",
71
71
  "@hi-ui/highlighter": "^4.0.9",
72
- "@hi-ui/input": "^4.2.0",
72
+ "@hi-ui/input": "^4.2.1",
73
73
  "@hi-ui/input-group": "^4.0.7",
74
74
  "@hi-ui/list": "^4.1.0",
75
75
  "@hi-ui/loading": "^4.2.1",
@@ -97,7 +97,7 @@
97
97
  "@hi-ui/stepper": "^4.1.0",
98
98
  "@hi-ui/svg-icon": "^4.0.8",
99
99
  "@hi-ui/switch": "^4.0.11",
100
- "@hi-ui/table": "^4.6.1",
100
+ "@hi-ui/table": "^4.7.0",
101
101
  "@hi-ui/tabs": "^4.1.6",
102
102
  "@hi-ui/tag": "^4.2.1",
103
103
  "@hi-ui/textarea": "^4.1.7",
@@ -105,7 +105,7 @@
105
105
  "@hi-ui/timeline": "^4.0.8",
106
106
  "@hi-ui/tooltip": "^4.0.11",
107
107
  "@hi-ui/transfer": "^4.1.0",
108
- "@hi-ui/tree": "^4.6.1",
108
+ "@hi-ui/tree": "^4.6.2",
109
109
  "@hi-ui/tree-select": "^4.2.1",
110
110
  "@hi-ui/upload": "^4.2.3",
111
111
  "@hi-ui/watermark": "^4.0.8",