@hi-ui/hiui 4.11.1 → 4.11.3

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 +27 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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)
8
+
9
+ - [#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)
10
+
11
+ - [#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)
12
+
13
+ - 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)]:
14
+ - @hi-ui/form@4.3.1
15
+ - @hi-ui/date-picker@4.10.1
16
+ - @hi-ui/modal@4.4.1
17
+
18
+ ## 4.11.2
19
+
20
+ ### Patch Changes
21
+
22
+ - [#3112](https://github.com/XiaoMi/hiui/pull/3112) [`48add23aa`](https://github.com/XiaoMi/hiui/commit/48add23aaee42117a419d26a0bcb29a903ad1e5c) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(progress): 修复 color 设置无效问题 (#3111)
23
+
24
+ - [#3114](https://github.com/XiaoMi/hiui/pull/3114) [`8ddcda3`](https://github.com/XiaoMi/hiui/commit/8ddcda36864ef1ad6679a413f660cfcc7f55e8a3) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(check-select): 修复 customRender 回调中的 value 值无法显示初始值问题 (#3113)
25
+
26
+ - Updated dependencies [[`48add23aa`](https://github.com/XiaoMi/hiui/commit/48add23aaee42117a419d26a0bcb29a903ad1e5c), [`8ddcda3`](https://github.com/XiaoMi/hiui/commit/8ddcda36864ef1ad6679a413f660cfcc7f55e8a3)]:
27
+ - @hi-ui/progress@4.0.11
28
+ - @hi-ui/check-select@4.6.2
29
+
3
30
  ## 4.11.1
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.11.1",
3
+ "version": "4.11.3",
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.1",
57
+ "@hi-ui/check-select": "^4.6.2",
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.0",
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.0",
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,7 +75,7 @@
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.0",
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",
@@ -83,7 +83,7 @@
83
83
  "@hi-ui/pop-confirm": "^4.2.5",
84
84
  "@hi-ui/popover": "^4.1.1",
85
85
  "@hi-ui/preview": "^4.2.0",
86
- "@hi-ui/progress": "^4.0.10",
86
+ "@hi-ui/progress": "^4.0.11",
87
87
  "@hi-ui/provider": "^4.1.0",
88
88
  "@hi-ui/radio": "^4.1.4",
89
89
  "@hi-ui/rating": "^4.0.10",