-
Notifications
You must be signed in to change notification settings - Fork 10
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
Handle custom media layout specs. #2077
Conversation
🦋 Changeset detectedLatest commit: f449345 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
Size Change: +5 B (0%) Total Size: 90.1 kB
ℹ️ View Unchanged
|
npm Snapshot: Published🎉 Good news!! We've packaged up the latest commit from this PR (fc7e702) and published all packages with changesets to npm. You can install the packages in webapp by running: ./services/static/dev/tools/deploy_wonder_blocks.js --tag="PR2077" Packages can also be installed manually by running: yarn add @khanacademy/wonder-blocks-<package-name>@PR2077 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2077 +/- ##
==========================================
- Coverage 96.97% 96.94% -0.03%
==========================================
Files 236 236
Lines 26682 26685 +3
Branches 2360 2313 -47
==========================================
- Hits 25874 25869 -5
- Misses 808 816 +8
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-fcdjmdwqtw.chromatic.com/ Chromatic results:
|
Landing to unblock @matthewmorgan - he confirmed that this is working for him, though! |
Summary:
We weren't taking into account custom ones, which was a problem if you wante to use a custom one!
Issue: XXX-XXXX
Test plan: