-
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
0091cba
commit 06d767c
Showing
13 changed files
with
182 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 | ||
|
||
- d7bee5d: ## Features | ||
|
||
- `components/config`: add `transitionRegistry` and `transitions` global context config; add `useTransition` hook and `registerTransition` util | ||
- `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 | ||
- `core/createCollector`: parent element can be undefined when adding item; invode getParentEl if collectOnSetup is true | ||
- `theme/form-item`: fix vertical align issue of checkbox-group and radio-group in form-item | ||
- `components/tabs`: fix transition issue when switching tabs | ||
|
||
- Updated dependencies [d7bee5d] | ||
- @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,29 @@ | ||
# @lun-web/core | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- d7bee5d: ## Features | ||
|
||
- `components/config`: add `transitionRegistry` and `transitions` global context config; add `useTransition` hook and `registerTransition` util | ||
- `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 | ||
- `core/createCollector`: parent element can be undefined when adding item; invode getParentEl if collectOnSetup is true | ||
- `theme/form-item`: fix vertical align issue of checkbox-group and radio-group in form-item | ||
- `components/tabs`: fix transition issue when switching tabs | ||
|
||
- Updated dependencies [d7bee5d] | ||
- @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,29 @@ | ||
# @lun-web/plugins | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- d7bee5d: ## Features | ||
|
||
- `components/config`: add `transitionRegistry` and `transitions` global context config; add `useTransition` hook and `registerTransition` util | ||
- `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 | ||
- `core/createCollector`: parent element can be undefined when adding item; invode getParentEl if collectOnSetup is true | ||
- `theme/form-item`: fix vertical align issue of checkbox-group and radio-group in form-item | ||
- `components/tabs`: fix transition issue when switching tabs | ||
|
||
- Updated dependencies [d7bee5d] | ||
- @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,29 @@ | ||
# @lun-web/react | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- d7bee5d: ## Features | ||
|
||
- `components/config`: add `transitionRegistry` and `transitions` global context config; add `useTransition` hook and `registerTransition` util | ||
- `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 | ||
- `core/createCollector`: parent element can be undefined when adding item; invode getParentEl if collectOnSetup is true | ||
- `theme/form-item`: fix vertical align issue of checkbox-group and radio-group in form-item | ||
- `components/tabs`: fix transition issue when switching tabs | ||
|
||
- Updated dependencies [d7bee5d] | ||
- @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,29 @@ | ||
# @lun-web/theme | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- d7bee5d: ## Features | ||
|
||
- `components/config`: add `transitionRegistry` and `transitions` global context config; add `useTransition` hook and `registerTransition` util | ||
- `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 | ||
- `core/createCollector`: parent element can be undefined when adding item; invode getParentEl if collectOnSetup is true | ||
- `theme/form-item`: fix vertical align issue of checkbox-group and radio-group in form-item | ||
- `components/tabs`: fix transition issue when switching tabs | ||
|
||
- Updated dependencies [d7bee5d] | ||
- @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,26 @@ | ||
# @lun-web/utils | ||
|
||
## 0.0.1-alpha.3 | ||
|
||
### Patch Changes | ||
|
||
- d7bee5d: ## Features | ||
|
||
- `components/config`: add `transitionRegistry` and `transitions` global context config; add `useTransition` hook and `registerTransition` util | ||
- `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 | ||
- `core/createCollector`: parent element can be undefined when adding item; invode getParentEl if collectOnSetup is true | ||
- `theme/form-item`: fix vertical align issue of checkbox-group and radio-group in form-item | ||
- `components/tabs`: fix transition issue when switching tabs |
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