-
Notifications
You must be signed in to change notification settings - Fork 50
fix(react-draggable-dialog): improve calculation performance after motion upgrade on Dialog #493
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
marcosmoura
merged 21 commits into
microsoft:main
from
marcosmoura:fix/react-draggable-dialog/improve-performance-after-motion-upgrade
Oct 15, 2025
Merged
Changes from 11 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
77ad148
feat: first POC of the usage of pragmatic dnd instead of dnd kit
marcosmoura 3f56d45
fix: remove unused imports and make the component a little more stable
marcosmoura 82d112e
Merge branch 'main' into experimental/react-draggable-dialog/use-prag…
marcosmoura 3b47184
fix(react-draggable-dialog): improve calculation performance after mo…
marcosmoura a000a7b
Merge branch 'main' into fix/react-draggable-dialog/improve-performan…
marcosmoura 2cb38b0
Change files
marcosmoura 2d4207f
fix: update changelog message
marcosmoura c2347ff
fix: dedupe
marcosmoura f7acb6a
fix: dedupe
marcosmoura 183e134
fix: dedupe
marcosmoura c81b0b2
fix: dedupe
marcosmoura 0e08bcb
fix: clear animation frame on cleanup
marcosmoura e9f195c
fix: remove unnecessary useMemo
marcosmoura 96059fa
fix: remove unnecessary useMemo
marcosmoura de1845c
Merge branch 'main' into fix/react-draggable-dialog/improve-performan…
marcosmoura 8019fad
fix: revert changes to yarn.lock
marcosmoura cf9eb3c
fix: upgrade dnd-kit
marcosmoura 716f2b6
Merge branch 'main' into fix/react-draggable-dialog/improve-performan…
marcosmoura be6f79f
fix: formatting
marcosmoura 9f1158e
fix: remove eslint comment
marcosmoura 309edb6
fix: update swc config for tests
marcosmoura File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-contrib-react-draggable-dialog-b05a7a57-73fc-486a-be98-8e342c1c8829.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "patch", | ||
| "comment": "fix: improve calculation performance after motion upgrade on Dialog", | ||
| "packageName": "@fluentui-contrib/react-draggable-dialog", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.