@hi-ui/hiui 4.3.5 → 4.3.6

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2658](https://github.com/XiaoMi/hiui/pull/2658) [`1dd9b9e32`](https://github.com/XiaoMi/hiui/commit/1dd9b9e3298966ecf9ebd913f23deb7e088bce4a) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(tag): add editorRender api
8
+
9
+ - [#2659](https://github.com/XiaoMi/hiui/pull/2659) [`b78487cd7`](https://github.com/XiaoMi/hiui/commit/b78487cd725532000f81876e1826f1918c37b23a) Thanks [@zyprepare](https://github.com/zyprepare)! - Menu fix: 修复 mini 模式下子菜单内容展示不全问题
10
+
11
+ - Updated dependencies [[`1dd9b9e32`](https://github.com/XiaoMi/hiui/commit/1dd9b9e3298966ecf9ebd913f23deb7e088bce4a), [`b78487cd7`](https://github.com/XiaoMi/hiui/commit/b78487cd725532000f81876e1826f1918c37b23a)]:
12
+ - @hi-ui/tag@4.1.0
13
+ - @hi-ui/menu@4.1.3
14
+
3
15
  ## 4.3.5
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -73,7 +73,7 @@
73
73
  "@hi-ui/input-group": "^4.0.3",
74
74
  "@hi-ui/list": "^4.0.9",
75
75
  "@hi-ui/loading": "^4.1.0",
76
- "@hi-ui/menu": "^4.1.2",
76
+ "@hi-ui/menu": "^4.1.3",
77
77
  "@hi-ui/message": "^4.0.4",
78
78
  "@hi-ui/modal": "^4.0.11",
79
79
  "@hi-ui/notification": "^4.1.0",
@@ -99,7 +99,7 @@
99
99
  "@hi-ui/switch": "^4.0.7",
100
100
  "@hi-ui/table": "^4.3.1",
101
101
  "@hi-ui/tabs": "^4.1.1",
102
- "@hi-ui/tag": "^4.0.8",
102
+ "@hi-ui/tag": "^4.1.0",
103
103
  "@hi-ui/textarea": "^4.1.3",
104
104
  "@hi-ui/time-picker": "^4.0.10",
105
105
  "@hi-ui/timeline": "^4.0.4",