@hi-ui/hiui 4.5.0 → 4.5.1

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2722](https://github.com/XiaoMi/hiui/pull/2722) [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(modal): api 增加 close 方法和 key 参数
8
+
9
+ - [#2722](https://github.com/XiaoMi/hiui/pull/2722) [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(checkbox): 修复组合下 null 传值问题
10
+
11
+ - [#2722](https://github.com/XiaoMi/hiui/pull/2722) [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复空状态下横向滚动条问题
12
+
13
+ - Updated dependencies [[`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf), [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf), [`a25261a88`](https://github.com/XiaoMi/hiui/commit/a25261a884f9b3470924c29564b3c4758ebab6cf)]:
14
+ - @hi-ui/modal@4.1.0
15
+ - @hi-ui/table@4.4.1
16
+ - @hi-ui/checkbox@4.0.9
17
+
3
18
  ## 4.5.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -56,7 +56,7 @@
56
56
  "@hi-ui/check-cascader": "^4.2.5",
57
57
  "@hi-ui/check-select": "^4.3.6",
58
58
  "@hi-ui/check-tree-select": "^4.3.4",
59
- "@hi-ui/checkbox": "^4.0.8",
59
+ "@hi-ui/checkbox": "^4.0.9",
60
60
  "@hi-ui/collapse": "^4.1.5",
61
61
  "@hi-ui/counter": "^4.1.8",
62
62
  "@hi-ui/date-picker": "^4.5.0",
@@ -75,7 +75,7 @@
75
75
  "@hi-ui/loading": "^4.2.0",
76
76
  "@hi-ui/menu": "^4.2.0",
77
77
  "@hi-ui/message": "^4.0.7",
78
- "@hi-ui/modal": "^4.0.15",
78
+ "@hi-ui/modal": "^4.1.0",
79
79
  "@hi-ui/notification": "^4.1.3",
80
80
  "@hi-ui/number-input": "^4.1.7",
81
81
  "@hi-ui/pagination": "^4.0.14",
@@ -97,7 +97,7 @@
97
97
  "@hi-ui/stepper": "^4.0.7",
98
98
  "@hi-ui/svg-icon": "^4.0.7",
99
99
  "@hi-ui/switch": "^4.0.10",
100
- "@hi-ui/table": "^4.4.0",
100
+ "@hi-ui/table": "^4.4.1",
101
101
  "@hi-ui/tabs": "^4.1.4",
102
102
  "@hi-ui/tag": "^4.2.0",
103
103
  "@hi-ui/textarea": "^4.1.6",