-
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
feat(react-tree): adds openItems and checkedItems to tree callback data #28669
Merged
bsunderhus
merged 1 commit into
microsoft:master
from
bsunderhus:react-tree/feat--adds-openItems-and-checkedItems-to-tree-callbacks
Jul 31, 2023
Merged
feat(react-tree): adds openItems and checkedItems to tree callback data #28669
bsunderhus
merged 1 commit into
microsoft:master
from
bsunderhus:react-tree/feat--adds-openItems-and-checkedItems-to-tree-callbacks
Jul 31, 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 |
---|---|---|---|---|---|
FluentProviderWithTheme | mount | 76 | 73 | 10 | Possible regression |
All results
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 584 | 612 | 5000 | |
Button | mount | 283 | 295 | 5000 | |
Field | mount | 1029 | 1047 | 5000 | |
FluentProvider | mount | 633 | 654 | 5000 | |
FluentProviderWithTheme | mount | 76 | 73 | 10 | Possible regression |
FluentProviderWithTheme | virtual-rerender | 67 | 66 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 67 | 71 | 10 | |
InfoButton | mount | 12 | 8 | 5000 | |
MakeStyles | mount | 842 | 833 | 50000 | |
Persona | mount | 1610 | 1592 | 5000 | |
SpinButton | mount | 1321 | 1349 | 5000 |
📊 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 e2e177a:
|
bsunderhus
force-pushed
the
react-tree/feat--adds-openItems-and-checkedItems-to-tree-callbacks
branch
from
July 28, 2023 13:02
4746128
to
010e5ad
Compare
ling1726
reviewed
Jul 28, 2023
packages/react-components/react-tree/src/components/Tree/useTree.ts
Outdated
Show resolved
Hide resolved
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 50392ee3cdec1975dff5e496da6241d37acb11b2 (build) |
ling1726
reviewed
Jul 28, 2023
packages/react-components/react-tree/src/components/FlatTree/useHeadlessFlatTree.ts
Outdated
Show resolved
Hide resolved
ling1726
reviewed
Jul 28, 2023
packages/react-components/react-tree/src/components/Tree/useTreeNavigation.ts
Outdated
Show resolved
Hide resolved
ling1726
reviewed
Jul 28, 2023
packages/react-components/react-tree/src/components/FlatTree/useHeadlessFlatTree.ts
Show resolved
Hide resolved
bsunderhus
force-pushed
the
react-tree/feat--adds-openItems-and-checkedItems-to-tree-callbacks
branch
from
July 31, 2023 07:31
010e5ad
to
e2e177a
Compare
ling1726
approved these changes
Jul 31, 2023
bsunderhus
deleted the
react-tree/feat--adds-openItems-and-checkedItems-to-tree-callbacks
branch
July 31, 2023 09:53
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Aug 1, 2023
* master: (37 commits) release (microsoft#28696) Fixing re-render issue for all charts when empty (microsoft#28321) feat(FluentProvider): emit errors on duplicate IDs (microsoft#28670) applying package updates fix(react-positioning): autoSize causing position update to reach maximum (microsoft#28689) fix(react-tags-preview): fix InteractionTag hover styles (microsoft#28686) Accordion: export AccordionHeaderProvider (microsoft#28542) feat(react-shared-contexts): add AnnounceContext (microsoft#28654) Added VR tests for Breadcrumb (microsoft#28653) fix(react-menu): use outline for menuItem focus ring (microsoft#28685) [Bug]: Tree, vertical spacing of branches and children is inconsistent (microsoft#28681) feaTt(react-tree): adds openItems and checkedItems to tree callback data (microsoft#28669) applying package updates Add mountNode prop to combos (microsoft#28661) react-tags-preview: add more vr test (microsoft#28582) chore: migrate to nx 16.1.4 (microsoft#28583) applying package updates chore: improves internal headless signature (microsoft#28651) fix: remove margin from icon when ToolbarButton is vertical (microsoft#28658) applying package updates ...
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
New Behavior
openItems
andcheckedItems
to tree callback datachecked
state to tree item contextbaseTree
issueRelated Issue(s)