@hi-ui/hiui 4.2.3 → 4.2.4-beta.0

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 +13 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.4-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - acf21fe33: Counter NumberInput fix: 修复 formatter 模式下,光标聚焦时值被清空问题
8
+ - Updated dependencies [acf21fe33]
9
+ - @hi-ui/counter@4.1.3-beta.0
10
+ - @hi-ui/number-input@4.1.2-beta.0
11
+ - @hi-ui/pagination@4.0.11-beta.0
12
+ - @hi-ui/list@4.0.9-beta.0
13
+ - @hi-ui/table@4.1.1-beta.0
14
+ - @hi-ui/transfer@4.0.10-beta.0
15
+
3
16
  ## 4.2.3
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.2.3",
3
+ "version": "4.2.4-beta.0",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -58,7 +58,7 @@
58
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
- "@hi-ui/counter": "^4.1.2",
61
+ "@hi-ui/counter": "^4.1.3-beta.0",
62
62
  "@hi-ui/date-picker": "^4.0.17",
63
63
  "@hi-ui/descriptions": "^4.1.1",
64
64
  "@hi-ui/drawer": "^4.0.9",
@@ -71,14 +71,14 @@
71
71
  "@hi-ui/highlighter": "^4.0.5",
72
72
  "@hi-ui/input": "^4.0.9",
73
73
  "@hi-ui/input-group": "^4.0.3",
74
- "@hi-ui/list": "^4.0.8",
74
+ "@hi-ui/list": "^4.0.9-beta.0",
75
75
  "@hi-ui/loading": "^4.1.0",
76
76
  "@hi-ui/menu": "^4.0.8",
77
77
  "@hi-ui/message": "^4.0.4",
78
78
  "@hi-ui/modal": "^4.0.10",
79
79
  "@hi-ui/notification": "^4.0.6",
80
- "@hi-ui/number-input": "^4.1.1",
81
- "@hi-ui/pagination": "^4.0.10",
80
+ "@hi-ui/number-input": "^4.1.2-beta.0",
81
+ "@hi-ui/pagination": "^4.0.11-beta.0",
82
82
  "@hi-ui/picker": "^4.0.6",
83
83
  "@hi-ui/pop-confirm": "^4.0.6",
84
84
  "@hi-ui/popover": "^4.0.5",
@@ -97,14 +97,14 @@
97
97
  "@hi-ui/stepper": "^4.0.4",
98
98
  "@hi-ui/svg-icon": "^4.0.4",
99
99
  "@hi-ui/switch": "^4.0.6",
100
- "@hi-ui/table": "^4.1.0",
100
+ "@hi-ui/table": "^4.1.1-beta.0",
101
101
  "@hi-ui/tabs": "^4.0.8",
102
102
  "@hi-ui/tag": "^4.0.7",
103
103
  "@hi-ui/textarea": "^4.1.0",
104
104
  "@hi-ui/time-picker": "^4.0.9",
105
105
  "@hi-ui/timeline": "^4.0.4",
106
106
  "@hi-ui/tooltip": "^4.0.7",
107
- "@hi-ui/transfer": "^4.0.9",
107
+ "@hi-ui/transfer": "^4.0.10-beta.0",
108
108
  "@hi-ui/tree": "^4.2.1",
109
109
  "@hi-ui/tree-select": "^4.0.10",
110
110
  "@hi-ui/upload": "^4.1.4",