-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
Release
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/anchor", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @hi-ui/counter | ||
|
||
## 4.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#2469](https://github.com/XiaoMi/hiui/pull/2469) [`f94904da3`](https://github.com/XiaoMi/hiui/commit/f94904da38243a2ac00cb4b25e3128708770d5ab) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 formatter 和 parser api |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/counter", | ||
"version": "4.0.5", | ||
"version": "4.1.0", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/hiui", | ||
"version": "4.1.25", | ||
"version": "4.2.0", | ||
"description": "The root-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -44,7 +44,7 @@ | |
}, | ||
"dependencies": { | ||
"@hi-ui/alert": "^4.0.4", | ||
"@hi-ui/anchor": "^4.0.4", | ||
"@hi-ui/anchor": "^4.0.5", | ||
"@hi-ui/avatar": "^4.0.4", | ||
"@hi-ui/back-top": "^4.0.4", | ||
"@hi-ui/badge": "^4.0.4", | ||
|
@@ -58,7 +58,7 @@ | |
"@hi-ui/check-tree-select": "^4.0.10", | ||
"@hi-ui/checkbox": "^4.0.5", | ||
"@hi-ui/collapse": "^4.1.0", | ||
"@hi-ui/counter": "^4.0.5", | ||
"@hi-ui/counter": "^4.1.0", | ||
"@hi-ui/date-picker": "^4.0.16", | ||
"@hi-ui/descriptions": "^4.1.1", | ||
"@hi-ui/drawer": "^4.0.7", | ||
|
@@ -72,12 +72,12 @@ | |
"@hi-ui/input": "^4.0.8", | ||
"@hi-ui/input-group": "^4.0.3", | ||
"@hi-ui/list": "^4.0.8", | ||
"@hi-ui/loading": "^4.0.4", | ||
"@hi-ui/loading": "^4.1.0", | ||
"@hi-ui/menu": "^4.0.8", | ||
"@hi-ui/message": "^4.0.4", | ||
"@hi-ui/modal": "^4.0.10", | ||
"@hi-ui/notification": "^4.0.6", | ||
"@hi-ui/number-input": "^4.0.5", | ||
"@hi-ui/number-input": "^4.1.0", | ||
"@hi-ui/pagination": "^4.0.9", | ||
"@hi-ui/picker": "^4.0.6", | ||
"@hi-ui/pop-confirm": "^4.0.6", | ||
|
@@ -97,17 +97,17 @@ | |
"@hi-ui/stepper": "^4.0.4", | ||
"@hi-ui/svg-icon": "^4.0.4", | ||
"@hi-ui/switch": "^4.0.6", | ||
"@hi-ui/table": "^4.0.13", | ||
"@hi-ui/table": "^4.1.0", | ||
"@hi-ui/tabs": "^4.0.8", | ||
"@hi-ui/tag": "^4.0.7", | ||
"@hi-ui/textarea": "^4.0.7", | ||
"@hi-ui/time-picker": "^4.0.8", | ||
"@hi-ui/textarea": "^4.1.0", | ||
"@hi-ui/time-picker": "^4.0.9", | ||
"@hi-ui/timeline": "^4.0.4", | ||
"@hi-ui/tooltip": "^4.0.7", | ||
"@hi-ui/transfer": "^4.0.9", | ||
"@hi-ui/tree": "^4.2.0", | ||
"@hi-ui/tree": "^4.2.1", | ||
"@hi-ui/tree-select": "^4.0.10", | ||
"@hi-ui/upload": "^4.1.3", | ||
"@hi-ui/upload": "^4.1.4", | ||
"@hi-ui/watermark": "^4.0.4", | ||
"@hi-ui/zen-mode": "^4.0.4" | ||
}, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @hi-ui/loading | ||
|
||
## 4.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#2474](https://github.com/XiaoMi/hiui/pull/2474) [`e95268aa4`](https://github.com/XiaoMi/hiui/commit/e95268aa4af48edaaa9f6afcf5a262342a550cd1) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加环形 loading |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/loading", | ||
"version": "4.0.4", | ||
"version": "4.1.0", | ||
"description": "> TODO: description", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# @hi-ui/number-input | ||
|
||
## 4.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#2469](https://github.com/XiaoMi/hiui/pull/2469) [`f94904da3`](https://github.com/XiaoMi/hiui/commit/f94904da38243a2ac00cb4b25e3128708770d5ab) Thanks [@zyprepare](https://github.com/zyprepare)! - feat: 增加 formatter 和 parser api | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`f94904da3`](https://github.com/XiaoMi/hiui/commit/f94904da38243a2ac00cb4b25e3128708770d5ab)]: | ||
- @hi-ui/counter@4.1.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/number-input", | ||
"version": "4.0.5", | ||
"version": "4.1.0", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -44,7 +44,7 @@ | |
}, | ||
"dependencies": { | ||
"@hi-ui/classname": "^4.0.1", | ||
"@hi-ui/counter": "^4.0.5", | ||
"@hi-ui/counter": "^4.1.0", | ||
"@hi-ui/env": "^4.0.1", | ||
"@hi-ui/icons": "^4.0.4" | ||
}, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/table", | ||
"version": "4.0.13", | ||
"version": "4.1.0", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -54,7 +54,7 @@ | |
"@hi-ui/func-utils": "^4.0.1", | ||
"@hi-ui/icon-button": "^4.0.4", | ||
"@hi-ui/icons": "^4.0.4", | ||
"@hi-ui/loading": "^4.0.4", | ||
"@hi-ui/loading": "^4.1.0", | ||
"@hi-ui/object-utils": "^4.0.1", | ||
"@hi-ui/pagination": "^4.0.8", | ||
"@hi-ui/popper": "^4.0.4", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/textarea", | ||
"version": "4.0.7", | ||
"version": "4.1.0", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @hi-ui/time-picker | ||
|
||
## 4.0.9 | ||
|
||
### Patch Changes | ||
|
||
- [#2465](https://github.com/XiaoMi/hiui/pull/2465) [`eec7e12c0`](https://github.com/XiaoMi/hiui/commit/eec7e12c0b10bf8a0d6ecf39674f5b847f96fbff) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复 format="HH:mm" 模式下,选择此刻不生效问题 |