-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
fix(Toolbar): allow popper props in the overflow item #14951
fix(Toolbar): allow popper props in the overflow item #14951
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 68bfaa8:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Potential regressions comparing to master
Perf comparison
Perf tests with no regressions
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: aaf015937ea65f9afbb8443f45c35c9d1dadc22d (build) |
packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx
Outdated
Show resolved
Hide resolved
packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx
Outdated
Show resolved
Hide resolved
packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx
Outdated
Show resolved
Hide resolved
packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx
Outdated
Show resolved
Hide resolved
packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx
Outdated
Show resolved
Hide resolved
packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx
Outdated
Show resolved
Hide resolved
packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx
Outdated
Show resolved
Hide resolved
packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx
Outdated
Show resolved
Hide resolved
…r/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]>
…r/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]>
…r/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]>
…r/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]>
…r/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]>
…r/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]>
Hello @assuncaocharles! Because this pull request has the Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 8 hours, a condition that will be fulfilled in about 5 hours 16 minutes. No worries though, I will be back when the time is right! 😉 p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
* fix(Toolbar): allow popper propos in the overflow item * fix(Toolbar): add tests * fix(Toolbar): add changelog * Update packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * Update packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * Update packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * Update packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * Update packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * Update packages/fluentui/react-northstar/test/specs/components/Toolbar/Toolbar-test.tsx Co-authored-by: Oleksandr Fediashov <[email protected]> * fix(Toolbar): fix test Co-authored-by: Oleksandr Fediashov <[email protected]>
Pull request checklist
$ yarn change
Description of changes
This PR allows to set the
popper
properties formenu
in theOverflowItem
.Usage:
Focus areas to test
(optional)