-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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): Adds color style to DialogSurface #24832
Merged
bsunderhus
merged 1 commit into
microsoft:master
from
bsunderhus:bugfix(react-dialog)--Adds-color-style-to-DialogSurface
Sep 16, 2022
Merged
bugfix(react-dialog): Adds color style to DialogSurface #24832
bsunderhus
merged 1 commit into
microsoft:master
from
bsunderhus:bugfix(react-dialog)--Adds-color-style-to-DialogSurface
Sep 16, 2022
Conversation
This file contains 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
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 9fcfd5e:
|
📊 Bundle size reportUnchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: a65987d3fe7109419f9e83054a73547d36824ac5 (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1283 | 1287 | 5000 | |
Button | mount | 927 | 916 | 5000 | |
FluentProvider | mount | 1492 | 1485 | 5000 | |
FluentProviderWithTheme | mount | 579 | 573 | 10 | |
FluentProviderWithTheme | virtual-rerender | 542 | 544 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 579 | 570 | 10 | |
MakeStyles | mount | 1936 | 1946 | 50000 | |
SpinButton | mount | 2330 | 2307 | 5000 |
ling1726
approved these changes
Sep 16, 2022
bsunderhus
deleted the
bugfix(react-dialog)--Adds-color-style-to-DialogSurface
branch
September 16, 2022 09:25
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Sep 19, 2022
* master: (28 commits) fix: use trigger prop for aria-haspopup (microsoft#24794) chore(react-dialog): scaffold DialogContent component (microsoft#24844) chore: Northstar screener should read from screenerStates.json (microsoft#24848) applying package updates (web components) Standardize focus treatment (microsoft#24771) Divider - allow default prop override (microsoft#24840) GroupedList: fix virtualization (unstable preview) (microsoft#24460) fix: Add explicit children prop to TeachingBubble to support React 18 (microsoft#24823) feat: Adds `visible` prop to `TableCellActions` (microsoft#24831) [Northstar][Dropdown] Fix styling mutation when merging themes (microsoft#24787) fix: export `tableCellActionsClassNames` from unstable (microsoft#24830) bugfix(react-dialog): Adds color style to DialogSurface (microsoft#24832) applying package updates Prevent group toggling from selecting the whole group (microsoft#24822) feat(react-textarea): Add shadow variant of filled appearance (microsoft#24512) applying package updates Adding lib-commonjs top-level entries to exports map (microsoft#24792) Created shim packages (microsoft#24780) feat(react-menu): replace keydown handlers by useARIAButtonShorthand on MenuItem (microsoft#24738) fix: update version mismatches triggered by v9 release (microsoft#24812) ...
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.
Current Behavior
New Behavior