-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2673 from XiaoMi/release/2023-11-21
Release
- Loading branch information
Showing
247 changed files
with
2,982 additions
and
1,366 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/core-css", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "A sub-package for @hi-ui/core.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/core", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "A sub-package for @hi-ui/utils.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -42,11 +42,9 @@ | |
"bugs": { | ||
"url": "https://github.com/XiaoMi/hiui/issues" | ||
}, | ||
"devDependencies": { | ||
|
||
}, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"@hi-ui/core-css": "^4.0.1", | ||
"@hi-ui/locale-context": "^4.0.5" | ||
"@hi-ui/core-css": "^4.1.3", | ||
"@hi-ui/locale-context": "^4.0.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# @hi-ui/hooks | ||
|
||
## 4.0.7 | ||
|
||
### Patch Changes | ||
|
||
- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 | ||
|
||
- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: | ||
- @hi-ui/use-async-data@4.0.2 | ||
- @hi-ui/use-cache@4.0.2 | ||
- @hi-ui/use-check@4.0.3 | ||
- @hi-ui/use-check-state@4.0.2 | ||
- @hi-ui/use-children@4.0.2 | ||
- @hi-ui/use-data-source@4.0.2 | ||
- @hi-ui/use-deep-equal-deps@4.0.2 | ||
- @hi-ui/use-did-mount@4.0.2 | ||
- @hi-ui/use-drag-sorter@4.0.2 | ||
- @hi-ui/use-force-update@4.0.2 | ||
- @hi-ui/use-id@4.0.2 | ||
- @hi-ui/use-latest@4.0.2 | ||
- @hi-ui/use-lazy-render@4.0.2 | ||
- @hi-ui/use-merge-refs@4.0.2 | ||
- @hi-ui/use-outside-click@4.0.2 | ||
- @hi-ui/use-scroll@4.0.3 | ||
- @hi-ui/use-scroll-lock@4.0.2 | ||
- @hi-ui/use-search-mode@4.1.2 | ||
- @hi-ui/use-timeout@4.0.2 | ||
- @hi-ui/use-toggle@4.0.2 | ||
- @hi-ui/use-uncontrolled-state@4.0.2 | ||
- @hi-ui/use-unmount-effect@4.0.2 | ||
- @hi-ui/use-update-effect@4.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/hooks", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "A sub-package for @hi-ui/hooks.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -46,32 +46,31 @@ | |
"react": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
|
||
"react": "^17.0.1" | ||
}, | ||
"dependencies": { | ||
"@hi-ui/use-async-data": "^4.0.1", | ||
"@hi-ui/use-cache": "^4.0.1", | ||
"@hi-ui/use-check": "^4.0.2", | ||
"@hi-ui/use-check-state": "^4.0.1", | ||
"@hi-ui/use-children": "^4.0.1", | ||
"@hi-ui/use-data-source": "^4.0.1", | ||
"@hi-ui/use-deep-equal-deps": "^4.0.1", | ||
"@hi-ui/use-did-mount": "^4.0.1", | ||
"@hi-ui/use-drag-sorter": "^4.0.1", | ||
"@hi-ui/use-force-update": "^4.0.1", | ||
"@hi-ui/use-id": "^4.0.1", | ||
"@hi-ui/use-latest": "^4.0.1", | ||
"@hi-ui/use-lazy-render": "^4.0.1", | ||
"@hi-ui/use-merge-refs": "^4.0.1", | ||
"@hi-ui/use-outside-click": "^4.0.1", | ||
"@hi-ui/use-scroll": "^4.0.2", | ||
"@hi-ui/use-scroll-lock": "^4.0.1", | ||
"@hi-ui/use-search-mode": "^4.0.6", | ||
"@hi-ui/use-timeout": "^4.0.1", | ||
"@hi-ui/use-toggle": "^4.0.1", | ||
"@hi-ui/use-uncontrolled-state": "^4.0.1", | ||
"@hi-ui/use-unmount-effect": "^4.0.1", | ||
"@hi-ui/use-update-effect": "^4.0.1" | ||
"@hi-ui/use-async-data": "^4.0.2", | ||
"@hi-ui/use-cache": "^4.0.2", | ||
"@hi-ui/use-check": "^4.0.3", | ||
"@hi-ui/use-check-state": "^4.0.2", | ||
"@hi-ui/use-children": "^4.0.2", | ||
"@hi-ui/use-data-source": "^4.0.2", | ||
"@hi-ui/use-deep-equal-deps": "^4.0.2", | ||
"@hi-ui/use-did-mount": "^4.0.2", | ||
"@hi-ui/use-drag-sorter": "^4.0.2", | ||
"@hi-ui/use-force-update": "^4.0.2", | ||
"@hi-ui/use-id": "^4.0.2", | ||
"@hi-ui/use-latest": "^4.0.2", | ||
"@hi-ui/use-lazy-render": "^4.0.2", | ||
"@hi-ui/use-merge-refs": "^4.0.2", | ||
"@hi-ui/use-outside-click": "^4.0.2", | ||
"@hi-ui/use-scroll": "^4.0.3", | ||
"@hi-ui/use-scroll-lock": "^4.0.2", | ||
"@hi-ui/use-search-mode": "^4.1.2", | ||
"@hi-ui/use-timeout": "^4.0.2", | ||
"@hi-ui/use-toggle": "^4.0.2", | ||
"@hi-ui/use-uncontrolled-state": "^4.0.2", | ||
"@hi-ui/use-unmount-effect": "^4.0.2", | ||
"@hi-ui/use-update-effect": "^4.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# @hi-ui/use-async-data | ||
|
||
## 4.0.2 | ||
|
||
### Patch Changes | ||
|
||
- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 | ||
|
||
- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: | ||
- @hi-ui/use-latest@4.0.2 | ||
- @hi-ui/type-assertion@4.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/use-async-data", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "A sub-package for @hi-ui/hooks.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -46,11 +46,10 @@ | |
"react": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
|
||
"react": "^17.0.1" | ||
}, | ||
"dependencies": { | ||
"@hi-ui/type-assertion": "^4.0.1", | ||
"@hi-ui/use-latest": "^4.0.1" | ||
"@hi-ui/type-assertion": "^4.0.2", | ||
"@hi-ui/use-latest": "^4.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @hi-ui/use-cache | ||
|
||
## 4.0.2 | ||
|
||
### Patch Changes | ||
|
||
- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/use-cache", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "A sub-package for @hi-ui/hooks.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -46,7 +46,6 @@ | |
"react": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
|
||
"react": "^17.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @hi-ui/use-check-state | ||
|
||
## 4.0.2 | ||
|
||
### Patch Changes | ||
|
||
- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@hi-ui/use-check-state", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "A sub-package for @hi-ui/hooks.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -46,7 +46,6 @@ | |
"react": ">=16.8.6" | ||
}, | ||
"devDependencies": { | ||
|
||
"react": "^17.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# @hi-ui/use-check | ||
|
||
## 4.0.3 | ||
|
||
### Patch Changes | ||
|
||
- [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件 | ||
|
||
- Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e)]: | ||
- @hi-ui/use-latest@4.0.2 | ||
- @hi-ui/use-uncontrolled-state@4.0.2 | ||
- @hi-ui/tree-utils@4.1.2 |
Oops, something went wrong.