-
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.
- Loading branch information
Showing
14 changed files
with
38 additions
and
44 deletions.
There are no files selected for viewing
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,5 @@ | ||
--- | ||
"@hi-ui/modal": minor | ||
--- | ||
|
||
feat: api 增加 close 方法和 key 参数 |
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,5 @@ | ||
--- | ||
"@hi-ui/table": patch | ||
--- | ||
|
||
fix: 修复空状态下横向滚动条问题 |
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,5 @@ | ||
--- | ||
"@hi-ui/hiui": patch | ||
--- | ||
|
||
feat(modal): api 增加 close 方法和 key 参数 |
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,5 @@ | ||
--- | ||
"@hi-ui/checkbox": patch | ||
--- | ||
|
||
fix: 修复组合下 null 传值问题 |
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,5 @@ | ||
--- | ||
"@hi-ui/hiui": patch | ||
--- | ||
|
||
fix(checkbox): 修复组合下 null 传值问题 |
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,5 @@ | ||
--- | ||
"@hi-ui/hiui": patch | ||
--- | ||
|
||
fix(table): 修复空状态下横向滚动条问题 |
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/checkbox", | ||
"version": "4.0.9", | ||
"version": "4.0.8", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"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/hiui", | ||
"version": "4.5.1", | ||
"version": "4.5.0", | ||
"description": "The root-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -56,7 +56,7 @@ | |
"@hi-ui/check-cascader": "^4.2.5", | ||
"@hi-ui/check-select": "^4.3.6", | ||
"@hi-ui/check-tree-select": "^4.3.4", | ||
"@hi-ui/checkbox": "^4.0.9", | ||
"@hi-ui/checkbox": "^4.0.8", | ||
"@hi-ui/collapse": "^4.1.5", | ||
"@hi-ui/counter": "^4.1.8", | ||
"@hi-ui/date-picker": "^4.5.0", | ||
|
@@ -75,7 +75,7 @@ | |
"@hi-ui/loading": "^4.2.0", | ||
"@hi-ui/menu": "^4.2.0", | ||
"@hi-ui/message": "^4.0.7", | ||
"@hi-ui/modal": "^4.1.0", | ||
"@hi-ui/modal": "^4.0.15", | ||
"@hi-ui/notification": "^4.1.3", | ||
"@hi-ui/number-input": "^4.1.7", | ||
"@hi-ui/pagination": "^4.0.14", | ||
|
@@ -97,7 +97,7 @@ | |
"@hi-ui/stepper": "^4.0.7", | ||
"@hi-ui/svg-icon": "^4.0.7", | ||
"@hi-ui/switch": "^4.0.10", | ||
"@hi-ui/table": "^4.4.1", | ||
"@hi-ui/table": "^4.4.0", | ||
"@hi-ui/tabs": "^4.1.4", | ||
"@hi-ui/tag": "^4.2.0", | ||
"@hi-ui/textarea": "^4.1.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
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/modal", | ||
"version": "4.1.0", | ||
"version": "4.0.15", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"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/table", | ||
"version": "4.4.1", | ||
"version": "4.4.0", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
"keywords": [], | ||
"author": "HiUI <[email protected]>", | ||
|
@@ -45,7 +45,7 @@ | |
"dependencies": { | ||
"@hi-ui/array-utils": "^4.0.4", | ||
"@hi-ui/button": "^4.0.9", | ||
"@hi-ui/checkbox": "^4.0.9", | ||
"@hi-ui/checkbox": "^4.0.8", | ||
"@hi-ui/classname": "^4.0.4", | ||
"@hi-ui/dom-utils": "^4.0.7", | ||
"@hi-ui/drawer": "^4.1.3", | ||
|