@hi-ui/hiui 4.2.1 → 4.2.2

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 +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2487](https://github.com/XiaoMi/hiui/pull/2487) [`0916ef068`](https://github.com/XiaoMi/hiui/commit/0916ef06817f96c6353be6a7783ee9d05d7da9e0) Thanks [@zyprepare](https://github.com/zyprepare)! - Drawer fix: 修复入场动画问题
8
+
9
+ - [#2492](https://github.com/XiaoMi/hiui/pull/2492) [`2601da9d1`](https://github.com/XiaoMi/hiui/commit/2601da9d1046ce829ead08b0838be353e64240f3) Thanks [@zyprepare](https://github.com/zyprepare)! - Pagination fix: 兼容 useCounter 中 onChange 类型
10
+
11
+ - [#2489](https://github.com/XiaoMi/hiui/pull/2489) [`19e230fb8`](https://github.com/XiaoMi/hiui/commit/19e230fb85803a651b3a5574ee551fc9712f00be) Thanks [@zyprepare](https://github.com/zyprepare)! - Counter fix: 增加了对 null 值的处理,当值设置为 null 时输入框显示为空
12
+
13
+ - [#2491](https://github.com/XiaoMi/hiui/pull/2491) [`80262b227`](https://github.com/XiaoMi/hiui/commit/80262b227cbab0799007fd931c93c2848204b48c) Thanks [@safga](https://github.com/safga)! - Dropdown fix: 增加 dataItem 设置 disable 后样式
14
+
15
+ - Updated dependencies [[`2601da9d1`](https://github.com/XiaoMi/hiui/commit/2601da9d1046ce829ead08b0838be353e64240f3), [`19e230fb8`](https://github.com/XiaoMi/hiui/commit/19e230fb85803a651b3a5574ee551fc9712f00be), [`0916ef068`](https://github.com/XiaoMi/hiui/commit/0916ef06817f96c6353be6a7783ee9d05d7da9e0), [`80262b227`](https://github.com/XiaoMi/hiui/commit/80262b227cbab0799007fd931c93c2848204b48c)]:
16
+ - @hi-ui/pagination@4.0.10
17
+ - @hi-ui/counter@4.1.1
18
+ - @hi-ui/drawer@4.0.8
19
+ - @hi-ui/dropdown@4.0.6
20
+
3
21
  ## 4.2.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -58,11 +58,11 @@
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.0",
61
+ "@hi-ui/counter": "^4.1.1",
62
62
  "@hi-ui/date-picker": "^4.0.17",
63
63
  "@hi-ui/descriptions": "^4.1.1",
64
- "@hi-ui/drawer": "^4.0.7",
65
- "@hi-ui/dropdown": "^4.0.5",
64
+ "@hi-ui/drawer": "^4.0.8",
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",
68
68
  "@hi-ui/filter": "^4.1.0",
@@ -78,7 +78,7 @@
78
78
  "@hi-ui/modal": "^4.0.10",
79
79
  "@hi-ui/notification": "^4.0.6",
80
80
  "@hi-ui/number-input": "^4.1.0",
81
- "@hi-ui/pagination": "^4.0.9",
81
+ "@hi-ui/pagination": "^4.0.10",
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",