-
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: Remove deprecated InputField, etc. shim components #27492
Merged
behowell
merged 14 commits into
microsoft:master
from
behowell:field/remove-deprecated-shims
Apr 12, 2023
Merged
chore: Remove deprecated InputField, etc. shim components #27492
behowell
merged 14 commits into
microsoft:master
from
behowell:field/remove-deprecated-shims
Apr 12, 2023
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
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 704 | 667 | 5000 | |
Button | mount | 376 | 378 | 5000 | |
Field | mount | 1264 | 1247 | 5000 | |
FluentProvider | mount | 887 | 884 | 5000 | |
FluentProviderWithTheme | mount | 118 | 124 | 10 | |
FluentProviderWithTheme | virtual-rerender | 99 | 102 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 101 | 106 | 10 | |
InfoButton | mount | 28 | 20 | 5000 | |
MakeStyles | mount | 1130 | 1113 | 50000 | |
Persona | mount | 1993 | 1942 | 5000 | |
SpinButton | mount | 1580 | 1568 | 5000 |
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 1bd02c3:
|
📊 Bundle size reportUnchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 841ea75d516d85b88eb826030718c19c3239ee4d (build) |
…ield/remove-deprecated-shims
…ield/remove-deprecated-shims
…howell/fluentui into field/remove-deprecated-shims
…ell/fluentui into field/remove-deprecated-shims
…ell/fluentui into field/remove-deprecated-shims
…ell/fluentui into field/remove-deprecated-shims
🕵 fluentuiv9 No visual regressions between this PR and main |
…ield/remove-deprecated-shims
behowell
requested review from
a team,
tomi-msft,
sopranopillow,
khmakoto,
spmonahan and
micahgodbolt
as code owners
April 11, 2023 06:07
sopranopillow
approved these changes
Apr 11, 2023
change/@fluentui-react-textarea-48711081-59a6-4049-a2cd-48c2b6bd7428.json
Outdated
Show resolved
Hide resolved
khmakoto
approved these changes
Apr 11, 2023
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Apr 13, 2023
…t/drawer-light-dismiss-prop * marcosmoura/feat/drawer-component: (51 commits) fix: upgrade react-dialog Doc: Add/Remove TreeItem and useFlatTree stories (microsoft#27515) applying package updates Fix accessibility labels for tree stories (microsoft#27443) fix: BasePickerListBelow aria-describedby with values (microsoft#27525) chore: Remove deprecated InputField, etc. shim components (microsoft#27492) [Feature]: allow aria-description attribute on v9 (microsoft#27478) feat(react-jsx-runtime): implements custom JSX pragma (microsoft#27472) chore: update generator to include "test-ssr" script (microsoft#27463) applying package updates fix: add "style" to exports field (microsoft#27274) applying package updates feat(react-datepicker-compat): Make package public (microsoft#27524) fix: react-combobox defines fallbackPositions for popup on small screens (microsoft#27521) fix: use tabster to focus on trigger, instead of manually invoking .focus (microsoft#27512) add cxe-red to react-shared-context ownership (microsoft#27296) docs: add props tables for all exported Popover controls (microsoft#27503) fix: Update FormFieldShim to work with Field context changes (microsoft#27436) Fix wrong state narration for multiple selected legends (microsoft#27429) add codeowners to theme designer v9 (microsoft#27311) ...
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.
Previous Behavior
There were deprecated
InputField_unstable
, etc. components exported from@fluentui/react-input
, etc. and@fluentui/react-components/unstable
.These were shims left to aid in migrating from an older design for the (unstable) Field component, and were intended to be removed before Field is released as stable.
New Behavior
Remove the deprecated
InputField
, etc. shim components, as well as the helper functions to create them in@fluentui/react-field
.Related Issue(s)