-
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
Adds Menu Component to sideEffects #29581
Adds Menu Component to sideEffects #29581
Conversation
📊 Bundle size report🤖 This report was generated against f2b0af056e0a4dd9e89fa3fbdb40a2f9b70186a3 |
@@ -0,0 +1,7 @@ | |||
{ |
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.
🕵 fluentui-web-components-v3 Open the Visual Regressions report to inspect the affected screenshots
Switch 2 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
Switch.Checked - RTL.normal.chromium.png | 97 | Changed |
Switch.Checked - RTL.hover.chromium.png | 104 | Changed |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: f2b0af056e0a4dd9e89fa3fbdb40a2f9b70186a3 (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 533df6a:
|
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
* Adds menu component definition to list of sideEffects. * Generates change file. --------- Co-authored-by: Hale Rankin <hale.rankin@microsoft.com>
Previous Behavior
Menu web component definition was missing from the package.json sideEffects.
New Behavior
Menu web component definition is now included in the list of component definitions in package.json sideEffects.
Menu component is now properly exported.
Related Issue(s)