-
Notifications
You must be signed in to change notification settings - Fork 2.9k
bugfix: fix horizontal overflow on tree #27825
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: fix horizontal overflow on tree #27825
Conversation
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 703 | 704 | 5000 | |
| Button | mount | 402 | 391 | 5000 | |
| Field | mount | 1224 | 1237 | 5000 | |
| FluentProvider | mount | 765 | 765 | 5000 | |
| FluentProviderWithTheme | mount | 104 | 107 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 90 | 92 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 105 | 100 | 10 | |
| InfoButton | mount | 13 | 21 | 5000 | |
| MakeStyles | mount | 1198 | 1203 | 50000 | |
| Persona | mount | 1946 | 1892 | 5000 | |
| SpinButton | mount | 1453 | 1458 | 5000 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: e741b289a0cda2711146d171d3b08deb8bb7a156 (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 9dd4510:
|
📊 Bundle size reportUnchanged fixtures
|
* 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: |
|
🎉 Handy links: |
Previous Behavior
Currently provided column size on tree item grid
auto min-contentdoesn't allow proper overflowing of the layout contentNew Behavior
minmax(0px, 100%) minmax(0px, min-content)that allows proper overflowing of the contentRelated Issue(s)