-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore(react-infobutton, react-components): Deprecate InfoButton and InfoLabel from react-infobutton #29605
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
Merged
sopranopillow
merged 12 commits into
microsoft:master
from
sopranopillow:infobutton/deprecate
Oct 24, 2023
Merged
chore(react-infobutton, react-components): Deprecate InfoButton and InfoLabel from react-infobutton #29605
sopranopillow
merged 12 commits into
microsoft:master
from
sopranopillow:infobutton/deprecate
Oct 24, 2023
Conversation
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
…vor of react-inflabel.
Contributor
Author
|
#29603 needs to be merged before this PR |
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| FluentProviderWithTheme | virtual-rerender | 60 | 67 | 10 | Possible regression |
All results
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 632 | 641 | 5000 | |
| Button | mount | 306 | 329 | 5000 | |
| Field | mount | 1146 | 1191 | 5000 | |
| FluentProvider | mount | 707 | 687 | 5000 | |
| FluentProviderWithTheme | mount | 71 | 83 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 60 | 67 | 10 | Possible regression |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 71 | 71 | 10 | |
| MakeStyles | mount | 844 | 853 | 50000 | |
| Persona | mount | 1731 | 1739 | 5000 | |
| SpinButton | mount | 1334 | 1396 | 5000 |
Collaborator
📊 Bundle size reportUnchanged fixtures
|
Collaborator
🕵 fluentuiv9 No visual regressions between this PR and main |
bc939c8 to
cb5f837
Compare
cb5f837 to
81c9c29
Compare
|
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 15171aa:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 601e93272fe2b51515c9706d1d1ed03b4f9fc765 (build) |
khmakoto
reviewed
Oct 23, 2023
change/@fluentui-react-components-21e38204-3b3e-4269-bb2e-ad6a29a8c919.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-infobutton-86ced938-d1e4-4669-84a3-f0645d576938.json
Outdated
Show resolved
Hide resolved
packages/react-components/react-infobutton/src/components/InfoLabel/InfoLabel.types.ts
Show resolved
Hide resolved
…29a8c919.json Co-authored-by: Makoto Morimoto <[email protected]>
…5d576938.json Co-authored-by: Makoto Morimoto <[email protected]>
…low/fluentui into infobutton/deprecate
khmakoto
approved these changes
Oct 23, 2023
Hotell
reviewed
Oct 24, 2023
packages/react-components/react-infobutton/src/components/InfoButton/InfoButton.tsx
Show resolved
Hide resolved
Hotell
reviewed
Oct 24, 2023
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Oct 26, 2023
* master: chore: migrate to nx 16.10 (microsoft#29617) fix(react-drawer): accessibility tweaks (microsoft#29627) Fixing few legend colors not visible in dark mode (microsoft#29652) applying package updates Fixing dark mode bug for xAxis for Vertical Stacked bar chart (microsoft#29427) chore: Refactor RadioGroup stories to use Field, and remove individual storybook page for Radio (microsoft#29268) docs: fix description of SelectInitialValue story (microsoft#26493) chore: fix specs location (microsoft#29642) feat(scripts-task): implement initial verify-packaging task (microsoft#29595) feat(tools): replace npmignore with package.json#files for robust control over what we ship to npm (microsoft#29616) fix(workspace-plugin): fix storybook and vr-test issues wihtin prepare-initial-release generator (microsoft#29577) feat(react-breadcrumb): removed non-interactive item (microsoft#29623) fix(react-motion): prevent from breaking the rule of hooks (microsoft#29628) fix(react-toast): invoke useCustomStyleHook_unstable() (microsoft#29632) feat: Deprecate Alert component (microsoft#29615) chore(react-infobutton, react-components): Deprecate InfoButton and InfoLabel from react-infobutton (microsoft#29605)
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.
This PR deprecates InfoLabel and InfoButton from react-infobutton.
Related Issue(s)