@hi-ui/hiui 4.1.11 → 4.1.12
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.12
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2326](https://github.com/XiaoMi/hiui/pull/2326) [`8f89a1cd9`](https://github.com/XiaoMi/hiui/commit/8f89a1cd9f00e768dbf2d3f25207414698a20ac3) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker 修复问题:设置 type="weekrange" 时,选择后没有触发 onChange
|
8
|
+
|
9
|
+
- [#2324](https://github.com/XiaoMi/hiui/pull/2324) [`d736da9c8`](https://github.com/XiaoMi/hiui/commit/d736da9c8932760053a1cac4c1b727b6cfab036c) Thanks [@zyprepare](https://github.com/zyprepare)! - Tabs 修复单独使用 TabList 时,设置 placement="vertical" 不生效问题
|
10
|
+
|
11
|
+
- Updated dependencies [[`8f89a1cd9`](https://github.com/XiaoMi/hiui/commit/8f89a1cd9f00e768dbf2d3f25207414698a20ac3), [`d736da9c8`](https://github.com/XiaoMi/hiui/commit/d736da9c8932760053a1cac4c1b727b6cfab036c)]:
|
12
|
+
- @hi-ui/date-picker@4.0.12
|
13
|
+
- @hi-ui/tabs@4.0.5
|
14
|
+
|
3
15
|
## 4.1.11
|
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.1.
|
3
|
+
"version": "4.1.12",
|
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.12",
|
63
63
|
"@hi-ui/descriptions": "^4.0.4",
|
64
64
|
"@hi-ui/drawer": "^4.0.7",
|
65
65
|
"@hi-ui/dropdown": "^4.0.5",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"@hi-ui/svg-icon": "^4.0.4",
|
97
97
|
"@hi-ui/switch": "^4.0.6",
|
98
98
|
"@hi-ui/table": "^4.0.13",
|
99
|
-
"@hi-ui/tabs": "^4.0.
|
99
|
+
"@hi-ui/tabs": "^4.0.5",
|
100
100
|
"@hi-ui/tag": "^4.0.7",
|
101
101
|
"@hi-ui/textarea": "^4.0.6",
|
102
102
|
"@hi-ui/time-picker": "^4.0.8",
|