-
Notifications
You must be signed in to change notification settings - Fork 2.9k
bugfix(react-dialog): change DialogTitle default action icon size #27815
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
bugfix(react-dialog): change DialogTitle default action icon size #27815
Conversation
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| InfoButton | mount | 19 | 21 | 5000 | Possible regression |
All results
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 704 | 701 | 5000 | |
| Button | mount | 391 | 391 | 5000 | |
| Field | mount | 1202 | 1240 | 5000 | |
| FluentProvider | mount | 800 | 786 | 5000 | |
| FluentProviderWithTheme | mount | 113 | 107 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 106 | 104 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 99 | 98 | 10 | |
| InfoButton | mount | 19 | 21 | 5000 | Possible regression |
| MakeStyles | mount | 1175 | 1206 | 50000 | |
| Persona | mount | 1924 | 1866 | 5000 | |
| SpinButton | mount | 1439 | 1451 | 5000 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 0355d955d7158f75bae1ad1b6edf4712cf2cad62 (build) |
|
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 4777ad7:
|
📊 Bundle size report
Unchanged fixtures
|
george-cz
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.
* 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: |


Previous Behavior
DialogTitle default action icon size is 24x24
New Behavior
DialogTitle default action icon size is 20x20
Related Issue(s)