-
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-tooltip): migrate to new package structure #25818
chore(react-tooltip): migrate to new package structure #25818
Conversation
📊 Bundle size reportUnchanged fixtures
|
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 c0c8d7c:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 5b183163c77ca9cdba1c67185139479530f7a5b6 (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1571 | 1576 | 5000 | |
Button | mount | 1122 | 1111 | 5000 | |
FluentProvider | mount | 1873 | 1899 | 5000 | |
FluentProviderWithTheme | mount | 743 | 743 | 10 | |
FluentProviderWithTheme | virtual-rerender | 712 | 701 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 732 | 732 | 10 | |
MakeStyles | mount | 2254 | 2246 | 50000 | |
SpinButton | mount | 3025 | 3051 | 5000 |
🕵 fluentuiv9 Open the Visual Regressions report to inspect the 2 screenshots✅ There was 0 screenshots added, 0 screenshots removed, 1749 screenshots unchanged, 0 screenshots with different dimensions and 2 screenshots with visible difference. unknown 2 screenshots
|
* master: (34 commits) chore(react-tooltip): migrate to new package structure (microsoft#25818) chore(react-field): migrate to new package structure (microsoft#25817) Update vr screenshotdiff lib to accept vr host url as param (microsoft#25772) feat(scripts): enable strict checking for additional sub-folders(packages) v4 (microsoft#25710) fix(tools): bump norhtstar packages v9 deps on dep mismatch resolution (microsoft#25806) feat: remove react-storybook and replace its functionality via standard react-storybook-addon package (microsoft#25786) applying package updates chore(react-spinbutton): migrate to new package structure (microsoft#25813) chore(react-spinner): migrate to new package structure (microsoft#25814) chore(react-provider): migrate to new package structure (microsoft#25809) chore(react-radio, shared-contexts): migrate to new package structure (microsoft#25810) chore(react-theme): migrate to new package structure (microsoft#25812) docs: add Fluent UI Insights EP04 to README (microsoft#25775) chore(react-migration-v8-v9): use same build process/setup as v9/ts-solution packages (microsoft#25679) docs: Improves `Table` documentation (microsoft#25787) feat: improve react-18 tests (microsoft#25758) docs: Add examples for DataGrid (microsoft#25783) chore(react-tree): scaffold TreeItemLayout (microsoft#25781) perf: make ts-minbar test compilation faster and asset preparation simpler (microsoft#25754) chore: creates TreeItem and basic Tree (microsoft#25742) ...
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: