Custom element resource support#815
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 a2ec44e:
|
|
@matt-gadd The prototype now handles everything in the middleware (and has tests). It also occurs to me that with this change to the logic we could also change the type on the |
562deee to
a2ec44e
Compare
Codecov Report
@@ Coverage Diff @@
## master #815 +/- ##
=======================================
Coverage 97.53% 97.54%
=======================================
Files 127 127
Lines 7964 7970 +6
Branches 1836 1839 +3
=======================================
+ Hits 7768 7774 +6
Misses 196 196
Continue to review full report at Codecov.
|
Type: feature
The following has been addressed in the PR:
prettieras per the readme code style guidelinesDescription:
Adds a flag to factory's using the resource middleware
createTemplatefunctions since they only provide typing, instead taking a template directlyExample usage here
Resolves dojo/widgets#1481