@hi-ui/hiui 4.2.2 → 4.2.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 +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2498](https://github.com/XiaoMi/hiui/pull/2498) [`7f542e88e`](https://github.com/XiaoMi/hiui/commit/7f542e88ef0f519093d3c356359404c1c557774d) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter NumberInput fix: 修复 formatter 场景下值为 null 和 0 时的异常问题
8
+
9
+ - [#2495](https://github.com/XiaoMi/hiui/pull/2495) [`84e6089ba`](https://github.com/XiaoMi/hiui/commit/84e6089baf216d5192136379c7b0925c57c01d8a) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer fix: 修复 showMask 设为 false 后依然有蒙层存在
10
+
11
+ - Updated dependencies [[`84e6089ba`](https://github.com/XiaoMi/hiui/commit/84e6089baf216d5192136379c7b0925c57c01d8a), [`7f542e88e`](https://github.com/XiaoMi/hiui/commit/7f542e88ef0f519093d3c356359404c1c557774d)]:
12
+ - @hi-ui/drawer@4.0.9
13
+ - @hi-ui/counter@4.1.2
14
+ - @hi-ui/number-input@4.1.1
15
+
3
16
  ## 4.2.2
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.2",
3
+ "version": "4.2.3",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -58,10 +58,10 @@
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.1",
61
+ "@hi-ui/counter": "^4.1.2",
62
62
  "@hi-ui/date-picker": "^4.0.17",
63
63
  "@hi-ui/descriptions": "^4.1.1",
64
- "@hi-ui/drawer": "^4.0.8",
64
+ "@hi-ui/drawer": "^4.0.9",
65
65
  "@hi-ui/dropdown": "^4.0.6",
66
66
  "@hi-ui/ellipsis-tooltip": "^4.1.2",
67
67
  "@hi-ui/empty-state": "^4.0.4",
@@ -77,7 +77,7 @@
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.0",
80
+ "@hi-ui/number-input": "^4.1.1",
81
81
  "@hi-ui/pagination": "^4.0.10",
82
82
  "@hi-ui/picker": "^4.0.6",
83
83
  "@hi-ui/pop-confirm": "^4.0.6",