@hi-ui/hiui 4.1.11 → 4.1.13

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 +9 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2334](https://github.com/XiaoMi/hiui/pull/2334) [`c9e6f4ad6`](https://github.com/XiaoMi/hiui/commit/c9e6f4ad6c1050b86bee5db681214d39830305c7) Thanks [@zyprepare](https://github.com/zyprepare)! - Select CheckSelect CheckTreeSelect TreeSelect 修复问题:设置 loading 无效果
8
+
9
+ - [#2336](https://github.com/XiaoMi/hiui/pull/2336) [`bb2de106e`](https://github.com/XiaoMi/hiui/commit/bb2de106ee471f47a6f7223b6297e707f42d0278) Thanks [@zyprepare](https://github.com/zyprepare)! - FormList 对外暴露内部 add remove 等方法
10
+
11
+ - Updated dependencies [[`c9e6f4ad6`](https://github.com/XiaoMi/hiui/commit/c9e6f4ad6c1050b86bee5db681214d39830305c7), [`bb2de106e`](https://github.com/XiaoMi/hiui/commit/bb2de106ee471f47a6f7223b6297e707f42d0278)]:
12
+ - @hi-ui/check-select@4.1.1
13
+ - @hi-ui/check-tree-select@4.0.10
14
+ - @hi-ui/select@4.0.9
15
+ - @hi-ui/tree-select@4.0.10
16
+ - @hi-ui/form@4.1.0
17
+
18
+ ## 4.1.12
19
+
20
+ ### Patch Changes
21
+
22
+ - [#2326](https://github.com/XiaoMi/hiui/pull/2326) [`8f89a1cd9`](https://github.com/XiaoMi/hiui/commit/8f89a1cd9f00e768dbf2d3f25207414698a20ac3) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker 修复问题:设置 type="weekrange" 时,选择后没有触发 onChange
23
+
24
+ - [#2324](https://github.com/XiaoMi/hiui/pull/2324) [`d736da9c8`](https://github.com/XiaoMi/hiui/commit/d736da9c8932760053a1cac4c1b727b6cfab036c) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs 修复单独使用 TabList 时,设置 placement="vertical" 不生效问题
25
+
26
+ - Updated dependencies [[`8f89a1cd9`](https://github.com/XiaoMi/hiui/commit/8f89a1cd9f00e768dbf2d3f25207414698a20ac3), [`d736da9c8`](https://github.com/XiaoMi/hiui/commit/d736da9c8932760053a1cac4c1b727b6cfab036c)]:
27
+ - @hi-ui/date-picker@4.0.12
28
+ - @hi-ui/tabs@4.0.5
29
+
3
30
  ## 4.1.11
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.1.11",
3
+ "version": "4.1.13",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -54,18 +54,18 @@
54
54
  "@hi-ui/carousel": "^4.0.4",
55
55
  "@hi-ui/cascader": "^4.0.9",
56
56
  "@hi-ui/check-cascader": "^4.0.9",
57
- "@hi-ui/check-select": "^4.1.0",
58
- "@hi-ui/check-tree-select": "^4.0.9",
57
+ "@hi-ui/check-select": "^4.1.1",
58
+ "@hi-ui/check-tree-select": "^4.0.10",
59
59
  "@hi-ui/checkbox": "^4.0.5",
60
60
  "@hi-ui/collapse": "^4.1.0",
61
61
  "@hi-ui/counter": "^4.0.5",
62
- "@hi-ui/date-picker": "^4.0.11",
62
+ "@hi-ui/date-picker": "^4.0.12",
63
63
  "@hi-ui/descriptions": "^4.0.4",
64
64
  "@hi-ui/drawer": "^4.0.7",
65
65
  "@hi-ui/dropdown": "^4.0.5",
66
66
  "@hi-ui/empty-state": "^4.0.4",
67
67
  "@hi-ui/filter": "^4.1.0",
68
- "@hi-ui/form": "^4.0.9",
68
+ "@hi-ui/form": "^4.1.0",
69
69
  "@hi-ui/grid": "^4.0.5",
70
70
  "@hi-ui/highlighter": "^4.0.5",
71
71
  "@hi-ui/input": "^4.0.6",
@@ -89,14 +89,15 @@
89
89
  "@hi-ui/result": "^4.0.4",
90
90
  "@hi-ui/scrollbar": "^4.0.1",
91
91
  "@hi-ui/search": "^4.0.8",
92
- "@hi-ui/select": "^4.0.8",
92
+ "@hi-ui/select": "^4.0.9",
93
93
  "@hi-ui/slider": "^4.0.5",
94
94
  "@hi-ui/space": "^4.0.6",
95
+ "@hi-ui/spinner": "^4.0.4",
95
96
  "@hi-ui/stepper": "^4.0.4",
96
97
  "@hi-ui/svg-icon": "^4.0.4",
97
98
  "@hi-ui/switch": "^4.0.6",
98
99
  "@hi-ui/table": "^4.0.13",
99
- "@hi-ui/tabs": "^4.0.4",
100
+ "@hi-ui/tabs": "^4.0.5",
100
101
  "@hi-ui/tag": "^4.0.7",
101
102
  "@hi-ui/textarea": "^4.0.6",
102
103
  "@hi-ui/time-picker": "^4.0.8",
@@ -104,7 +105,7 @@
104
105
  "@hi-ui/tooltip": "^4.0.5",
105
106
  "@hi-ui/transfer": "^4.0.9",
106
107
  "@hi-ui/tree": "^4.0.9",
107
- "@hi-ui/tree-select": "^4.0.9",
108
+ "@hi-ui/tree-select": "^4.0.10",
108
109
  "@hi-ui/upload": "^4.1.0",
109
110
  "@hi-ui/watermark": "^4.0.4",
110
111
  "@hi-ui/zen-mode": "^4.0.4"