Skip to content

Core - Modal props update

Compare
Choose a tag to compare
@nathanlogan nathanlogan released this 24 Feb 21:52
· 281 commits to master since this release
18246b7

Improved Modal props for a clearer API.

Now, rather than onClose only firing when the modal internal events are requesting it (per the Material UI implementation), onClose will fire every time the modal exits. Additionally, removed (currently) extraneous onEnter, onEntering, onExit, and onExiting props.