-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: optimize drawer usage, fix known issues (#530)
Co-authored-by: tianwenjie <[email protected]> Co-authored-by: JounQin <[email protected]>
- Loading branch information
1 parent
369ee93
commit 9092f15
Showing
20 changed files
with
533 additions
and
457 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,8 @@ | ||
--- | ||
'@alauda/ui': minor | ||
--- | ||
|
||
- fix: `close` event will be triggered twice - close #247 | ||
- fix: no transition when use drawer service - close #529 | ||
- refactor: only instantiate when opened | ||
- [BREAKING CHANGE] refactor: return type of `DrawerService#open` is changed from `DrawerComponent` to `DrawerRef` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.