BREAKING(TableCellLayout): wrapper slot renamed to content#26220
Merged
ling1726 merged 3 commits intomicrosoft:masterfrom Jan 9, 2023
Merged
BREAKING(TableCellLayout): wrapper slot renamed to content#26220ling1726 merged 3 commits intomicrosoft:masterfrom
wrapper slot renamed to content#26220ling1726 merged 3 commits intomicrosoft:masterfrom
Conversation
wrwapper slot renamed to contentwrapper slot renamed to content
Collaborator
📊 Bundle size reportUnchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 2611ae5441e4bc702c4ce6404c7186f6c2de7cc3 (build) |
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 1256 | 1270 | 5000 | |
| Button | mount | 910 | 909 | 5000 | |
| FluentProvider | mount | 1490 | 1492 | 5000 | |
| FluentProviderWithTheme | mount | 570 | 571 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 559 | 548 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 582 | 584 | 10 | |
| MakeStyles | mount | 1944 | 1946 | 50000 | |
| Persona | mount | 2859 | 2808 | 5000 | |
| SpinButton | mount | 2335 | 2373 | 5000 |
|
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 1acb59e:
|
Collaborator
🕵 fluentuiv9 No visual regressions between this PR and main |
bsunderhus
approved these changes
Jan 6, 2023
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Jan 10, 2023
* master: (29 commits) applying package updates fix: web component menu layering bug (microsoft#26260) Azure Theme: reduced spin button height to match TextField / DropDowns at 24px height (microsoft#26265) Update styling for contentBefore and contentAfter input slots (microsoft#26115) chore: Update Switch to use griffel reset styles (microsoft#26007) Fix: Allow root slot refs to merge with focus refs in Slider (microsoft#26243) applying package updates revert: MenuItem root slot only supports div (microsoft#26261) perf: Don't render Checkbox icon when unchecked (microsoft#26248) fix: Select disabled state hover style, Combobox disabled state open on chevron click (microsoft#26068) applying package updates chore: add more temporary codeowner rools for tooling config files (microsoft#26255) fix: stops using ARIAButton types for MenuItem root (microsoft#26257) refactor: Cleanup unused code (microsoft#26219) fix: MenuList props should win over context props (microsoft#26252) feat(react-tree): Actions positioning and behaviour (microsoft#26113) BREAKING(TableCellLayout): `wrapper` slot renamed to `content` (microsoft#26220) fix(scripts): make lint errors reporting propagate to STDOUT during pre-commit (lint-staged exec) (microsoft#26212) fix: Minimum visible overflow items should be respected (microsoft#26194) docs: Fix typos in react-table docs (microsoft#26213) ...
q1b
pushed a commit
to q1b/fluentui
that referenced
this pull request
Jan 24, 2023
…soft#26220) * BREAKING(TableCellLayout): `wrwapper` slot renamed to `content` See title Fixes microsoft#26203 * changefile * update snapshot
Hotell
pushed a commit
to Hotell/fluentui
that referenced
this pull request
Feb 9, 2023
…soft#26220) * BREAKING(TableCellLayout): `wrwapper` slot renamed to `content` See title Fixes microsoft#26203 * changefile * update snapshot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before
After
Fixes #26203