@hi-ui/hiui 4.11.2 → 4.11.4
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 +29 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.11.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#3125](https://github.com/XiaoMi/hiui/pull/3125) [`74e236866`](https://github.com/XiaoMi/hiui/commit/74e236866fe8fc0c248e3e656d5a73dbe283e4e3) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(popover): 暴露 modifiers 参数 (#3123)
|
8
|
+
|
9
|
+
- [#3126](https://github.com/XiaoMi/hiui/pull/3126) [`6173495f3`](https://github.com/XiaoMi/hiui/commit/6173495f3a09ed8fce6ebdf1a99a50ffdc394952) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-select): 增强 mergedCheckedItems 逻辑以支持自定义渲染函数,并修复 getAllCheckedStatus 函数对非数组值的处理 (#3124)
|
10
|
+
|
11
|
+
- [#3128](https://github.com/XiaoMi/hiui/pull/3128) [`b97a8f8`](https://github.com/XiaoMi/hiui/commit/b97a8f81664b023237791769e0fd62b90956fc90) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(popper): 暴露 modifiers 参数 (#3127)
|
12
|
+
|
13
|
+
- Updated dependencies [[`74e236866`](https://github.com/XiaoMi/hiui/commit/74e236866fe8fc0c248e3e656d5a73dbe283e4e3), [`6173495f3`](https://github.com/XiaoMi/hiui/commit/6173495f3a09ed8fce6ebdf1a99a50ffdc394952)]:
|
14
|
+
- @hi-ui/popover@4.1.2
|
15
|
+
- @hi-ui/check-select@4.6.3
|
16
|
+
|
17
|
+
## 4.11.3
|
18
|
+
|
19
|
+
### Patch Changes
|
20
|
+
|
21
|
+
- [#3121](https://github.com/XiaoMi/hiui/pull/3121) [`a6eb8cb`](https://github.com/XiaoMi/hiui/commit/a6eb8cbfda696dfeee147d6adba9805ecb8af5d0) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(form): 更新 FormItemProps 的 children 类型以支持渲染函数,并修复 useForm 中对 formState 的引用问题 (#3120)
|
22
|
+
|
23
|
+
- [#3119](https://github.com/XiaoMi/hiui/pull/3119) [`9fac22a3d`](https://github.com/XiaoMi/hiui/commit/9fac22a3d47bc7df2d77fcfb472af9948c60dbdd) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(date-picker): 添加头部操作区域用户选择样式以改善交互体验 (#3117)
|
24
|
+
|
25
|
+
- [#3118](https://github.com/XiaoMi/hiui/pull/3118) [`6d3bcc266`](https://github.com/XiaoMi/hiui/commit/6d3bcc266d2a8ca1eea4d4a40247709eb3016246) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(modal): 优化 Modal 组件的关闭按钮样式,增加自动边距设置 (#3116)
|
26
|
+
|
27
|
+
- Updated dependencies [[`a6eb8cb`](https://github.com/XiaoMi/hiui/commit/a6eb8cbfda696dfeee147d6adba9805ecb8af5d0), [`9fac22a3d`](https://github.com/XiaoMi/hiui/commit/9fac22a3d47bc7df2d77fcfb472af9948c60dbdd), [`6d3bcc266`](https://github.com/XiaoMi/hiui/commit/6d3bcc266d2a8ca1eea4d4a40247709eb3016246)]:
|
28
|
+
- @hi-ui/form@4.3.1
|
29
|
+
- @hi-ui/date-picker@4.10.1
|
30
|
+
- @hi-ui/modal@4.4.1
|
31
|
+
|
3
32
|
## 4.11.2
|
4
33
|
|
5
34
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.11.
|
3
|
+
"version": "4.11.4",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -54,19 +54,19 @@
|
|
54
54
|
"@hi-ui/carousel": "^4.1.1",
|
55
55
|
"@hi-ui/cascader": "^4.3.1",
|
56
56
|
"@hi-ui/check-cascader": "^4.3.2",
|
57
|
-
"@hi-ui/check-select": "^4.6.
|
57
|
+
"@hi-ui/check-select": "^4.6.3",
|
58
58
|
"@hi-ui/check-tree-select": "^4.6.2",
|
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.10.
|
62
|
+
"@hi-ui/date-picker": "^4.10.1",
|
63
63
|
"@hi-ui/descriptions": "^4.5.0",
|
64
64
|
"@hi-ui/drawer": "^4.3.1",
|
65
65
|
"@hi-ui/dropdown": "^4.2.2",
|
66
66
|
"@hi-ui/ellipsis-tooltip": "^4.2.0",
|
67
67
|
"@hi-ui/empty-state": "^4.1.1",
|
68
68
|
"@hi-ui/filter": "^4.2.0",
|
69
|
-
"@hi-ui/form": "^4.3.
|
69
|
+
"@hi-ui/form": "^4.3.1",
|
70
70
|
"@hi-ui/grid": "^4.0.9",
|
71
71
|
"@hi-ui/highlighter": "^4.1.1",
|
72
72
|
"@hi-ui/input": "^4.3.0",
|
@@ -75,13 +75,13 @@
|
|
75
75
|
"@hi-ui/loading": "^4.3.0",
|
76
76
|
"@hi-ui/menu": "^4.3.1",
|
77
77
|
"@hi-ui/message": "^4.1.0",
|
78
|
-
"@hi-ui/modal": "^4.4.
|
78
|
+
"@hi-ui/modal": "^4.4.1",
|
79
79
|
"@hi-ui/notification": "^4.2.1",
|
80
80
|
"@hi-ui/number-input": "^4.2.0",
|
81
81
|
"@hi-ui/pagination": "^4.2.0",
|
82
82
|
"@hi-ui/picker": "^4.1.7",
|
83
83
|
"@hi-ui/pop-confirm": "^4.2.5",
|
84
|
-
"@hi-ui/popover": "^4.1.
|
84
|
+
"@hi-ui/popover": "^4.1.2",
|
85
85
|
"@hi-ui/preview": "^4.2.0",
|
86
86
|
"@hi-ui/progress": "^4.0.11",
|
87
87
|
"@hi-ui/provider": "^4.1.0",
|