-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
368d5ab
commit 5c3a45f
Showing
13 changed files
with
95 additions
and
7 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
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,31 @@ | ||
# @lun-web/components | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- 2aa0076: ## Features | ||
|
||
- `components/config`: add `transitionRegistry` and `transitions` global context config; add `useTransition` hook and `registerTransition` util function | ||
- `components/dialog`: add custom renderer for header, remove `title` prop | ||
- `components/message`: support string param for `Message.open` | ||
- `components/switch`: add `beforeUpdate` to asynchronously determine whether to update checked status | ||
|
||
## Changes | ||
|
||
- `colorPriority` of `GlobalStaticConfig`: | ||
- previous: resolve color and status value from all sources and then determine, that means: if we set success status on a component, as it can resolve color from theme context, it will still use context color instead status from props first | ||
- now: color and status are resolved from different sources and determine respectively. We should always respect props first, then parent props, and last theme context. | ||
|
||
## Bug Fixes | ||
|
||
- `components/tree`: fix check methods are not working | ||
- `components/tree`: fix wrong expose type; fix items processing issue | ||
- `components/tabs`: fix transition issue when switching tabs | ||
|
||
- Updated dependencies [2aa0076] | ||
- Updated dependencies [2aa0076] | ||
- Updated dependencies [2aa0076] | ||
- @lun-web/core@0.0.1-alpha.3 | ||
- @lun-web/plugins@0.0.1-alpha.3 | ||
- @lun-web/utils@0.0.1-alpha.3 |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# @lun-web/core | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- 2aa0076: ## Bug Fixes | ||
|
||
- `core/createCollector`: parent element can be undefined when adding item; invoke getParentEl if collectOnSetup is true | ||
|
||
- Updated dependencies [2aa0076] | ||
- @lun-web/utils@0.0.1-alpha.3 |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @lun-web/plugins | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- 2aa0076: | ||
- Updated dependencies [2aa0076] | ||
- @lun-web/utils@0.0.1-alpha.3 |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @lun-web/react | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- 2aa0076: | ||
- Updated dependencies [2aa0076] | ||
- @lun-web/components@0.0.1-alpha.3 |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# @lun-web/theme | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- 2aa0076: ## Bug Fixes | ||
|
||
- `theme/form-item`: fix vertical align issue of checkbox-group and radio-group in form-item | ||
- `theme/tabs`: fix transition issue when switching tabs; fix active tab can be covered by hidden tab panels | ||
|
||
- Updated dependencies [2aa0076] | ||
- @lun-web/components@0.0.1-alpha.3 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @lun-web/utils | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- 2aa0076: |
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