-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Image: move Image component to react and delete from react-next #15367
Image: move Image component to react and delete from react-next #15367
Conversation
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.
From the looks of it you should be moving Image
to react-internal
, not to react
.
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 12e55a9:
|
Asset size changes
Over Tolerance (1024 B) Over Baseline Below Baseline New Removed 1 kB = 1000 B Baseline commit: 424951d0fd5b15fccdf4234d546e993316acb285 (build) |
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.
Mostly looks good, just one comment. Thanks!
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Co-authored-by: Elizabeth Craig <ecraig12345@gmail.com>
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.
Approved with comments.
change/@fluentui-react-next-2020-10-05-12-10-48-image-migration-react.json
Outdated
Show resolved
Hide resolved
change/@fluentui-react-2020-10-05-12-10-48-image-migration-react.json
Outdated
Show resolved
Hide resolved
…n-react.json Co-authored-by: Makoto Morimoto <Humberto.Morimoto@microsoft.com>
Pull request checklist
$ yarn change
Description of changes
This PR moves the version of
Image
existing in@fluentui/react-next
to@fluentui/react-internal
. As part of this API and snapshots were updated, the@fluentui/react-next
examples of the component were removed, and the versions of these components in@fluentui/react-next
now re-export the versions in@fluentui/react-internal
.(The Image changes in this PR are originally from #12908 where Image was converted to a function component.)
Focus areas to test
(optional)