-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add overlayAsync implementation (#59)
* feat: Add overlayAsync implementation * chore: useless code remove * fix: openAsync close test falsy positive fix * Create polite-pans-stare.md * Update polite-pans-stare.md --------- Co-authored-by: Yongbeen Im <[email protected]> Co-authored-by: Yongbeen Im <[email protected]>
- Loading branch information
1 parent
b5a5d64
commit 828fad5
Showing
4 changed files
with
106 additions
and
4 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,9 @@ | ||
--- | ||
"overlay-kit": minor | ||
--- | ||
|
||
feat: Add overlayAsync implementation | ||
|
||
This change implements the openAsync method for overly-kit's promise support discussed in #47. | ||
|
||
**Related Issue:** Fixes #47 |
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
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