-
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
Lint: fix fluent v9 warnings #28889
Lint: fix fluent v9 warnings #28889
Conversation
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
InfoButton | mount | 12 | 21 | 5000 | Possible regression |
All results
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 630 | 641 | 5000 | |
Button | mount | 312 | 320 | 5000 | |
Field | mount | 1120 | 1123 | 5000 | |
FluentProvider | mount | 682 | 697 | 5000 | |
FluentProviderWithTheme | mount | 80 | 91 | 10 | |
FluentProviderWithTheme | virtual-rerender | 82 | 79 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 76 | 79 | 10 | |
InfoButton | mount | 12 | 21 | 5000 | Possible regression |
MakeStyles | mount | 839 | 906 | 50000 | |
Persona | mount | 1738 | 1730 | 5000 | |
SpinButton | mount | 1409 | 1379 | 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 3cb6b44:
|
📊 Bundle size reportUnchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: ed6746714cdd00f88e292e04d87d38692c838a94 (build) |
🕵 fluentuiv9 No visual regressions between this PR and main |
* master: fix(react-drawer): rename values of position prop from left/right to start/end (microsoft#28905) Breadcrumb design team fixes (microsoft#28883) applying package updates chore(react-search-preview): migrate to new slots API (microsoft#28862) docs: Updating version of CDN used and replacing usage of via.placeholder.com with SVG from CDN (microsoft#28895) fix(DatePicker, react-datepicker-compat): Make year picker react to go to today button (microsoft#28907) fix(DatePicker): readOnlyTextField styles should win over default TextField's (microsoft#28891) chore: fix lint warnings for @fluentui/react (microsoft#28888) Lint: fix fluent v9 warnings (microsoft#28889) doc: add drag & drop example (microsoft#28821)
@@ -0,0 +1,7 @@ | |||
{ | |||
"type": "patch", |
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.
suggestion for future: IMO this should have been type none
, no release needs to be triggered based on these changes
Previous Behavior
There were lint warnings for Fluent v9 controls.
New Behavior
No lint warnings for Fluent v9 controls.
Related Issue(s)
Noticed as part of #28145