-
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): update package scaffold #24927
Merged
bsunderhus
merged 1 commit into
microsoft:master
from
bsunderhus:react-tooltip/chore--update-package-scaffold
Sep 23, 2022
Merged
chore(react-tooltip): update package scaffold #24927
bsunderhus
merged 1 commit into
microsoft:master
from
bsunderhus:react-tooltip/chore--update-package-scaffold
Sep 23, 2022
Conversation
This file contains 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
📊 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 2fde96f:
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1288 | 1281 | 5000 | |
Button | mount | 941 | 938 | 5000 | |
FluentProvider | mount | 1501 | 1505 | 5000 | |
FluentProviderWithTheme | mount | 573 | 582 | 10 | |
FluentProviderWithTheme | virtual-rerender | 542 | 544 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 580 | 573 | 10 | |
MakeStyles | mount | 1957 | 1958 | 50000 | |
SpinButton | mount | 2378 | 2339 | 5000 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 6e3d534c4328df8a15f163c0a35241657e7d5a4e (build) |
bsunderhus
requested review from
a team,
behowell and
khmakoto
as code owners
September 23, 2022 13:13
behowell
approved these changes
Sep 23, 2022
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Sep 24, 2022
* master: (29 commits) chore(react-tooltip): update package scaffold (microsoft#24927) chore(react-popover): update package scaffold (microsoft#24925) chore(react-overflow): update package scaffold (microsoft#24926) chore(react-menu): update package scaffold (microsoft#24924) applying package updates chore: Bump workspace-tools to 0.27.0 (microsoft#24914) fix: Make Menu openOnHover prop work again (microsoft#24899) stress test: convert cli scripts to typescript (microsoft#24915) update package manifest to only include v8 controls (microsoft#24839) Stress Test: add random tree (microsoft#24896) chore: Expand scope of dependency mismatch generator (microsoft#24880) chore: run dependency mismatch generator in release pipeline (microsoft#24881) chore: scaffolds react-trigger package (microsoft#24887) applying package updates chore: a11y docs structure update (microsoft#24871) feat: add popupProps to Modal component to allow override internal Popup props (microsoft#24693) fix: Set github user in nightly release pipeline (microsoft#24850) chore(react-aria): restructure folder organization (microsoft#24884) ci(github): fix invalid json string in issues.yml v2 (microsoft#24886) Add react-components/unstable to tsconfig aliases (microsoft#24878) ...
NotWoods
pushed a commit
to NotWoods/fluentui
that referenced
this pull request
Nov 18, 2022
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.
Migrates
react-tooltip
converged package to new DX by using the migration command:yarn nx workspace-generator migrate-converged-pkg --name='@fluentui/react-tooltip'