-
Notifications
You must be signed in to change notification settings - Fork 120
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
Implement Extension: Render (#1464) #1465
base: main
Are you sure you want to change the base?
Conversation
I need to add docs, tests, update changelog, etc. but figured I'd get the PR open since there may be other changes I need to make. I'll be able to do this next week. As I mentioned on Gitter, I think the published schema for v1.0.0 is not correct because Items (including the examples in the extension spec repo) fail to validate. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1465 +/- ##
==========================================
+ Coverage 91.15% 91.36% +0.20%
==========================================
Files 52 53 +1
Lines 7251 7414 +163
Branches 875 887 +12
==========================================
+ Hits 6610 6774 +164
Misses 461 461
+ Partials 180 179 -1 ☔ View full report in Codecov by Sentry. |
I think I figured out why example Items on Edit: the spec author is considering reverting this change to make Edit 2: the spec author has agreed to stick with convention 🎉 |
Awesome, thanks for the update. Yeah, everything should be on |
Related Issue(s):
Description:
Implements the Render extension.
@gadomski
PR Checklist:
scripts/test
)