-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix: ToolbarToggleButton should not follow Toolbar size #27797
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: ToolbarToggleButton should not follow Toolbar size #27797
Conversation
Fixes a bug where the Toolbar size was being pased to the ToggleButton
|
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 7f7435a:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 27f252e27361df75a94c5bc5b09fc0097fefd969 (build) |
📊 Bundle size reportUnchanged fixtures
|
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| InfoButton | mount | 17 | 16 | 5000 | Possible regression |
All results
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 732 | 705 | 5000 | |
| Button | mount | 399 | 403 | 5000 | |
| Field | mount | 1249 | 1210 | 5000 | |
| FluentProvider | mount | 797 | 792 | 5000 | |
| FluentProviderWithTheme | mount | 112 | 116 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 99 | 101 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 110 | 109 | 10 | |
| InfoButton | mount | 17 | 16 | 5000 | Possible regression |
| MakeStyles | mount | 1158 | 1167 | 50000 | |
| Persona | mount | 1937 | 1881 | 5000 | |
| SpinButton | mount | 1479 | 1487 | 5000 |
change/@fluentui-react-toolbar-5c2c0e49-70bf-4b6d-b5e0-7a1dc8852ba9.json
Show resolved
Hide resolved
* feat/drawer-header: feat: Update existing toasts (microsoft#27827) bugfix: fix horizontal overflow on tree (microsoft#27825) feat: Allow toast options to be configured from the toaster (microsoft#27820) feat: creates TreeItemAside component (microsoft#27701) fix: generate API fix: use composition to build DrawerHeaderTitle Virtualizer: Dynamic scroll view and optimizations (microsoft#27298) bugfix(react-dialog): change DialogTitle default action icon size (microsoft#27815) feat: Implement Toast pause (microsoft#27811) fix: ToolbarToggleButton should not follow Toolbar size (microsoft#27797) feat: defers useControllableState state to initializer method (microsoft#27717) feat: Implement toast dismiss (microsoft#27810)
|
🎉 Handy links: |
Fixes a bug where the Toolbar size was being pased to the ToggleButton
Before

After
