-
Notifications
You must be signed in to change notification settings - Fork 12
Tabs: Add mountAllPanels prop.
#2569
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
Conversation
🦋 Changeset detectedLatest commit: fa6a5bd 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 |
|
Size Change: +19 B (+0.02%) Total Size: 105 kB
ℹ️ View Unchanged
|
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-liwcmuzdco.chromatic.com/ Chromatic results:
|
…. Defaults to `false` so tab panels are only rendered if they are visited
92a4490 to
fa6a5bd
Compare
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 (f4b218c) 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="PR2569"Packages can also be installed manually by running: pnpm add @khanacademy/wonder-blocks-<package-name>@PR2569 |
jandrade
left a comment
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.
Looks great!!, thanks for the improvement! 🚢
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/tabs #2569 +/- ##
====================================
====================================
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…2593) ## Summary: This PR includes the following commits: - Set up Tabs component (#2528) - Tabs: Set up keyboard navigation and activationMode prop (#2536) - Tabs: Implement props and features (#2542) - Tabs: Styling (#2545) - Use StateSheet for tabs package stories & address snapshot flakiness (#2568) - Tabs: Add `mountAllPanels` prop. (#2569) - Tabs: Fix keyboard navigation for right-to-left (#2585) - Fix tooltip and popover bugs found when integrating with tabs (#2574) Issue: WB-773 ## Test plan: Tests pass and Tabs component works as expected Author: beaesguerra Reviewers: jandrade Required Reviewers: Approved By: jandrade Checks: ✅ 23 checks were successful, ⏭️ 3 checks have been skipped Pull Request URL: #2593
Summary:
mountAllPanelsprop toTabs. It defaults tofalseIssue: WB-1923
Test plan:
[?path=/docs/packages-tabs-tabs--docs](http://localhost:6061/?path=/docs/packages-tabs-tabs--docs#panel%20caching))http://localhost:6061/?path=/docs/packages-tabs-tabs--docs#mount%20all%20panels)