Skip to content
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

[Popover] Remove transition onX props #22184

Merged
merged 4 commits into from
Aug 14, 2020

Conversation

mbrookes
Copy link
Member

@mbrookes mbrookes commented Aug 13, 2020

Breaking change

The onE* transition props were removed. Use TransitionProps instead.

<Popover
-  onEnter={onEnter}
-  onEntered={onEntered},
-  onEntering={onEntered},
-  onExit={onEntered},
-  onExited={onEntered},
-  onExiting={onEntered}
+  TransitionProps={{
+    onEnter,
+    onEntered,
+    onEntering,
+    onExit,
+    onExited,
+    onExiting,
+  }}
/>

#17047 (comment)

@mbrookes mbrookes added this to the v5 milestone Aug 13, 2020
@mui-pr-bot
Copy link

mui-pr-bot commented Aug 13, 2020

Details of bundle changes

Generated by 🚫 dangerJS against cba8298

mbrookes and others added 3 commits August 13, 2020 20:39
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
@mbrookes mbrookes merged commit 183f267 into mui:next Aug 14, 2020
@mbrookes mbrookes deleted the popover-remove-transition-onX-props branch August 14, 2020 07:48
@oliviertassinari oliviertassinari mentioned this pull request Sep 15, 2020
42 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants