@hi-ui/hiui 4.1.15 → 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 +15 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
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
+
3
18
  ## 4.1.15
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.1.15",
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.8",
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",
@@ -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"