@hi-ui/hiui 4.1.10 → 4.1.11
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.
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.11
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2315](https://github.com/XiaoMi/hiui/pull/2315) [`551ab0b73`](https://github.com/XiaoMi/hiui/commit/551ab0b734e00d1e0ca170c9a87f316aa4197762) Thanks [@zyprepare](https://github.com/zyprepare)! - 修复设置 size 后,空状态会出现滚动条问题
|
8
|
+
|
9
|
+
- [#2312](https://github.com/XiaoMi/hiui/pull/2312) [`763e80604`](https://github.com/XiaoMi/hiui/commit/763e80604bb5040e64cf5f95b82346ed2bccd028) Thanks [@zyprepare](https://github.com/zyprepare)! - 修复 type 受控情况下,修改后 UI 更新不及时问题
|
10
|
+
|
11
|
+
- [#2313](https://github.com/XiaoMi/hiui/pull/2313) [`357ea008c`](https://github.com/XiaoMi/hiui/commit/357ea008c8230bd5961837942d596990dbd837d3) Thanks [@zyprepare](https://github.com/zyprepare)! - 修复 value 受控模式下,输入时没有更新值输入框 UI 的问题
|
12
|
+
|
13
|
+
- Updated dependencies [[`551ab0b73`](https://github.com/XiaoMi/hiui/commit/551ab0b734e00d1e0ca170c9a87f316aa4197762), [`763e80604`](https://github.com/XiaoMi/hiui/commit/763e80604bb5040e64cf5f95b82346ed2bccd028), [`357ea008c`](https://github.com/XiaoMi/hiui/commit/357ea008c8230bd5961837942d596990dbd837d3)]:
|
14
|
+
- @hi-ui/table@4.0.13
|
15
|
+
- @hi-ui/date-picker@4.0.11
|
16
|
+
|
3
17
|
## 4.1.10
|
4
18
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.11",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"@hi-ui/checkbox": "^4.0.5",
|
60
60
|
"@hi-ui/collapse": "^4.1.0",
|
61
61
|
"@hi-ui/counter": "^4.0.5",
|
62
|
-
"@hi-ui/date-picker": "^4.0.
|
62
|
+
"@hi-ui/date-picker": "^4.0.11",
|
63
63
|
"@hi-ui/descriptions": "^4.0.4",
|
64
64
|
"@hi-ui/drawer": "^4.0.7",
|
65
65
|
"@hi-ui/dropdown": "^4.0.5",
|
@@ -95,7 +95,7 @@
|
|
95
95
|
"@hi-ui/stepper": "^4.0.4",
|
96
96
|
"@hi-ui/svg-icon": "^4.0.4",
|
97
97
|
"@hi-ui/switch": "^4.0.6",
|
98
|
-
"@hi-ui/table": "^4.0.
|
98
|
+
"@hi-ui/table": "^4.0.13",
|
99
99
|
"@hi-ui/tabs": "^4.0.4",
|
100
100
|
"@hi-ui/tag": "^4.0.7",
|
101
101
|
"@hi-ui/textarea": "^4.0.6",
|