-
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
Accordion cleanup and release #2119
Conversation
🦋 Changeset detectedLatest commit: 358334d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2119 +/- ##
=======================================
Coverage 97.07% 97.07%
=======================================
Files 243 243
Lines 28238 28240 +2
Branches 2466 2420 -46
=======================================
+ Hits 27411 27413 +2
Misses 827 827
Continue to review full report in Codecov by Sentry.
|
Size Change: +7 B (0%) Total Size: 92.7 kB
ℹ️ View Unchanged
|
A new build was pushed to Chromatic! 🚀undefined Chromatic results:
|
…able, add changeset
…nt to be cut off when it wasn't in the last section of a rounded accordion
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
npm Snapshot: Published🎉 Good news!! We've packaged up the latest commit from this PR (c8d86f5) 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="PR2119" Packages can also be installed manually by running: yarn add @khanacademy/wonder-blocks-<package-name>@PR2119 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great!! Congrats on finishing this complex component and taking care of all the considerations 👏 🚢 🚀
"publishConfig": { | ||
"access": "restricted" | ||
"access": "public" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Summary:
All that's left is some polishing, and the Accordion component should be ready for launch!
In this PR:
Issue: https://khanacademy.atlassian.net/browse/WB-1585
Test plan:
yarn jest
Storybook