Lint: fix fluent v9 warnings#28889
Merged
spmonahan merged 2 commits intomicrosoft:masterfrom Aug 17, 2023
Merged
Conversation
Collaborator
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:
|
Collaborator
📊 Bundle size reportUnchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: ed6746714cdd00f88e292e04d87d38692c838a94 (build) |
Collaborator
🕵 fluentuiv9 No visual regressions between this PR and main |
khmakoto
approved these changes
Aug 16, 2023
sopranopillow
approved these changes
Aug 16, 2023
smhigley
approved these changes
Aug 16, 2023
layershifter
approved these changes
Aug 16, 2023
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Aug 21, 2023
* 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)
Hotell
reviewed
Oct 4, 2023
| @@ -0,0 +1,7 @@ | |||
| { | |||
| "type": "patch", | |||
Contributor
There was a problem hiding this comment.
suggestion for future: IMO this should have been type none , no release needs to be triggered based on these changes
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.
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