-
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
bugfix(react-utilities): change SlotRenderFunction signature to include children #27377
Merged
bsunderhus
merged 1 commit into
microsoft:master
from
bsunderhus:react-utilities/bugfix--updates-SlotRenderFunction-signature-to-include-children
Apr 3, 2023
Merged
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
bsunderhus
force-pushed
the
react-utilities/bugfix--updates-SlotRenderFunction-signature-to-include-children
branch
from
March 30, 2023 14:04
2b5c7e6
to
bec10cf
Compare
bsunderhus
added
Package: utilities
Fluent UI react-components (v9)
Needs: API Breaking Change
Tracking breaking changes for API surface area
labels
Mar 30, 2023
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 2bea5b29844ac124b923a40e20e135e5b25668c6 (build) |
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 ca3efca:
|
📊 Bundle size reportUnchanged fixtures
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 897 | 890 | 5000 | |
Button | mount | 595 | 585 | 5000 | |
Field | mount | 1542 | 1540 | 5000 | |
FluentProvider | mount | 1101 | 1111 | 5000 | |
FluentProviderWithTheme | mount | 286 | 316 | 10 | |
FluentProviderWithTheme | virtual-rerender | 290 | 281 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 296 | 296 | 10 | |
InfoButton | mount | 202 | 203 | 5000 | |
MakeStyles | mount | 1406 | 1388 | 50000 | |
Persona | mount | 2153 | 2093 | 5000 | |
SpinButton | mount | 1835 | 1793 | 5000 |
🕵 fluentuiv9 No visual regressions between this PR and main |
bsunderhus
changed the title
Breaking Change: Fixes SlotRenderFunction signature to include children
bugfix(react-utilities): change SlotRenderFunction signature to include children
Mar 30, 2023
bsunderhus
removed
the
Needs: API Breaking Change
Tracking breaking changes for API surface area
label
Mar 31, 2023
bsunderhus
force-pushed
the
react-utilities/bugfix--updates-SlotRenderFunction-signature-to-include-children
branch
from
April 3, 2023 10:16
bec10cf
to
ca3efca
Compare
github-actions
bot
modified the milestones:
March Project Cycle Q1 2023,
April Project Cycle Q2 2023
Apr 3, 2023
layershifter
approved these changes
Apr 3, 2023
ling1726
approved these changes
Apr 3, 2023
bsunderhus
deleted the
react-utilities/bugfix--updates-SlotRenderFunction-signature-to-include-children
branch
April 3, 2023 11:38
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Apr 4, 2023
* master: (39 commits) Added merge tests for custom styles (microsoft#27086) fix: make Option's checkIcon slot render conditionally (microsoft#27409) docs: add subcomponents to Combobox and Dropdown docs (microsoft#27410) Breadcrumb spec (microsoft#26742) bugfix(react-utilities): increments SlotRenderFunction signature to include children (microsoft#27377) fix: Menu should not steal focus on close (microsoft#27414) Fixed Overflow component when there's more then one children element (microsoft#27402) feat(scripts-executors): support custom base and printing all affected packages for checkIfPackagesAffected (microsoft#27364) applying package updates feat(scripts-tasks): make perf test setup generic (microsoft#26920) fix: ColorPicker preview color updated to ignore forced colors (microsoft#27394) fix: Fix babel build error on windows (microsoft#27406) chore(react-datepicker-compat): Add vr-tests and bundle-size fixtures for DatePicker (microsoft#27351) fix(react-dialog): DialogContent scrollbar always visible (microsoft#27367) docs: Add tokens search (microsoft#27265) chore(scripts-tasks): remove not needed api-extractor task logs (microsoft#27094) chore(react-tree): adds e2e flat tree tests (microsoft#27318) applying package updates Accessibility fix for empty vertical bar chart (microsoft#26254) fix(react-datepicker-compat): Fix theming issues with all themes and WHCM (microsoft#27361) ...
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.
New Behavior
This is a bug fix! types for
SlotRenderFunction
should properly includechildren
as an option, and they currently don't.children
as a possible value on the properties forSlotRenderFunction
Related Issue(s)
#27089