@hi-ui/hiui 4.1.14 → 4.1.16

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 +32 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.1.16
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2379](https://github.com/XiaoMi/hiui/pull/2379) [`3d1914615`](https://github.com/XiaoMi/hiui/commit/3d1914615ab041ac4b8a35200386a4a56add3070) Thanks [@zyprepare](https://github.com/zyprepare)! - Anchor 首次进入页面,没有跳转到指定的锚点位置
8
+
9
+ - [#2376](https://github.com/XiaoMi/hiui/pull/2376) [`783172359`](https://github.com/XiaoMi/hiui/commit/78317235998b09e080961e25104d84dcea943a28) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal onClose 设置后,点击关闭按钮没有触发回调
10
+
11
+ - [#2374](https://github.com/XiaoMi/hiui/pull/2374) [`4e7308002`](https://github.com/XiaoMi/hiui/commit/4e7308002165b63b43491cfcfd0bc0586666cb85) Thanks [@zyprepare](https://github.com/zyprepare)! - Form 在 labelPlacement="top" 下,formMessage 显示异常
12
+
13
+ - Updated dependencies [[`4e7308002`](https://github.com/XiaoMi/hiui/commit/4e7308002165b63b43491cfcfd0bc0586666cb85), [`783172359`](https://github.com/XiaoMi/hiui/commit/78317235998b09e080961e25104d84dcea943a28), [`3d1914615`](https://github.com/XiaoMi/hiui/commit/3d1914615ab041ac4b8a35200386a4a56add3070)]:
14
+ - @hi-ui/form@4.1.2
15
+ - @hi-ui/modal@4.0.9
16
+ - @hi-ui/anchor@4.0.4
17
+
18
+ ## 4.1.15
19
+
20
+ ### Patch Changes
21
+
22
+ - [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal 体验问题: 鼠标选中内容滑动到外部,松开后模态框会关闭
23
+
24
+ - [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 修复问题: 自定义搜索中 useTreeSearchProps 中的 filterTree 中的 keyword 是数组时,结果没有高亮展示
25
+
26
+ - [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Tree 修复问题: 自定义搜索中,当传入空字符串时,搜索会展开全部节点
27
+
28
+ - [#2365](https://github.com/XiaoMi/hiui/pull/2365) [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33) Thanks [@zyprepare](https://github.com/zyprepare)! - Slider 修复问题: 滑块外部容器设置 overflow: 'hidden' 时,滑块的提示内容显示受限
29
+
30
+ - Updated dependencies [[`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33), [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33), [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33), [`93ba5824b`](https://github.com/XiaoMi/hiui/commit/93ba5824b325d305fbbfd228888651806a337e33)]:
31
+ - @hi-ui/slider@4.0.6
32
+ - @hi-ui/modal@4.0.8
33
+ - @hi-ui/tree@4.1.1
34
+
3
35
  ## 4.1.14
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.1.14",
3
+ "version": "4.1.16",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@hi-ui/alert": "^4.0.4",
47
- "@hi-ui/anchor": "^4.0.3",
47
+ "@hi-ui/anchor": "^4.0.4",
48
48
  "@hi-ui/avatar": "^4.0.4",
49
49
  "@hi-ui/back-top": "^4.0.4",
50
50
  "@hi-ui/badge": "^4.0.4",
@@ -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.1.1",
68
+ "@hi-ui/form": "^4.1.2",
69
69
  "@hi-ui/grid": "^4.0.5",
70
70
  "@hi-ui/highlighter": "^4.0.5",
71
71
  "@hi-ui/input": "^4.0.6",
@@ -74,7 +74,7 @@
74
74
  "@hi-ui/loading": "^4.0.4",
75
75
  "@hi-ui/menu": "^4.0.7",
76
76
  "@hi-ui/message": "^4.0.4",
77
- "@hi-ui/modal": "^4.0.7",
77
+ "@hi-ui/modal": "^4.0.9",
78
78
  "@hi-ui/notification": "^4.0.6",
79
79
  "@hi-ui/number-input": "^4.0.5",
80
80
  "@hi-ui/pagination": "^4.0.8",
@@ -90,7 +90,7 @@
90
90
  "@hi-ui/scrollbar": "^4.0.1",
91
91
  "@hi-ui/search": "^4.0.8",
92
92
  "@hi-ui/select": "^4.0.9",
93
- "@hi-ui/slider": "^4.0.5",
93
+ "@hi-ui/slider": "^4.0.6",
94
94
  "@hi-ui/space": "^4.0.6",
95
95
  "@hi-ui/spinner": "^4.0.4",
96
96
  "@hi-ui/stepper": "^4.0.4",
@@ -104,7 +104,7 @@
104
104
  "@hi-ui/timeline": "^4.0.4",
105
105
  "@hi-ui/tooltip": "^4.0.5",
106
106
  "@hi-ui/transfer": "^4.0.9",
107
- "@hi-ui/tree": "^4.1.0",
107
+ "@hi-ui/tree": "^4.1.1",
108
108
  "@hi-ui/tree-select": "^4.0.10",
109
109
  "@hi-ui/upload": "^4.1.0",
110
110
  "@hi-ui/watermark": "^4.0.4",
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "devDependencies": {
119
119
  "@hi-ui/core": "^4.0.4",
120
- "@hi-ui/core-css": "^4.0.1",
120
+ "@hi-ui/core-css": "^4.0.2",
121
121
  "@hi-ui/hi-build": "^4.0.1",
122
122
  "react": "^17.0.1",
123
123
  "react-dom": "^17.0.1"