@hi-ui/hiui 4.1.12 → 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 +15 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
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
+
3
18
  ## 4.1.12
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.1.12",
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,8 +54,8 @@
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",
@@ -65,7 +65,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,9 +89,10 @@
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",
@@ -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"