-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better dialog support for template literal (#43)
* Allow using dialog compnoents in template literal * Allows using "Dialog." prefix for template literal * Resolve component in template by container context * Fix incorrect closure level * Update documentation * Coerce number-expected prop to integer * Prepare dialog demo * Add REPL schema for dialog * Coerce notifyOnCancel prop of <Dialog> to boolean * Keep undefined value before coerce boolean prop * Update dialog example to use Dialog prefix * Update demo to provide selectable examples * Fix prettier * [ci skip] Update CHANGELOG.md
- Loading branch information
Yuki Hattori
authored
Aug 7, 2019
1 parent
1ee4d0b
commit 9eb2834
Showing
14 changed files
with
372 additions
and
100 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
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
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
Oops, something went wrong.