-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
chore(react-avatar, avatar-context): migrate to new package structure #25473
chore(react-avatar, avatar-context): migrate to new package structure #25473
Conversation
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 792bd72b19e360afe9ac8e9da298dc3d85776c74 (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 23669cc:
|
📊 Bundle size reportUnchanged fixtures
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1282 | 1271 | 5000 | |
Button | mount | 924 | 917 | 5000 | |
FluentProvider | mount | 1497 | 1482 | 5000 | |
FluentProviderWithTheme | mount | 584 | 592 | 10 | |
FluentProviderWithTheme | virtual-rerender | 542 | 536 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 571 | 580 | 10 | |
MakeStyles | mount | 1964 | 1944 | 50000 | |
SpinButton | mount | 2349 | 2337 | 5000 |
@@ -3,10 +3,11 @@ | |||
bundle-size/ | |||
config/ | |||
coverage/ | |||
e2e/ | |||
docs/ |
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.
This entire package can actually be deleted
* master: feat(scripts): improve API violation reporting (microsoft#25356) applying package updates fix: Preventing blanket selectors from Fabric component from being applied via new preventBlanketFontInheritance prop (microsoft#25453) feat(react-infobutton): Add initial implementation (microsoft#25247) chore(react-avatar, avatar-context): migrate to new package structure (microsoft#25473) chore(react-portal, portal-compat, portal-compat-context): migrate to new package structure (microsoft#25481) docs(react-infobutton): Adding component's spec (microsoft#25251) fix(screener-build workflow): scope package to build for v9 VR tests to speed up perf (microsoft#25494) chore(vr-tests-v9): Convert Button VR tests to CSF (microsoft#25108)
Changes:
migrate-converged-pkg
which reflects updates made in chore(migrate-converged): add functionality to execute various v9 package file restructuring tasks #24458.stories/
folder in the root of the package.common/
folder and moves contents to newtesting/
folderdocs/
folder to package root.Issue: