-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom element slots #714
Custom element slots #714
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 4c72f58:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a9acca5:
|
5b29841
to
629df32
Compare
Codecov Report
@@ Coverage Diff @@
## master #714 +/- ##
=======================================
Coverage 97.75% 97.76%
=======================================
Files 120 120
Lines 6949 6974 +25
Branches 1577 1585 +8
=======================================
+ Hits 6793 6818 +25
Misses 156 156
Continue to review full report at Codecov.
|
This is going to be huge 👍 |
Type: feature
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription:
Adding custom element support for (some) child functions.
The following scenarios are supported now,
Render Func
Dojo
Custom Elements
Named Renders
Dojo
Custom Elements
Named Render Funcs
Dojo
Custom Elements
Render Funcs with parameters
Dojo
Custom Elements
Resolves #708