3.0.0 (2022-02-15)
Read the ๐ blog post for more information on Modalfy v3!
Bug Fixes
- animate backdrop out whenever stack is closed programmatically/via hardware back press ๐งน (091c9af)
- animate modals out when closed via hooks/HOC/vanilla ๐ฌ (ce6040f)
- prevent
animateIn
/animateOut
in default options from overridinganimateInConfig
/animateOutConfig
in specific modal options ๐ (3bdc9df) - remove support of deprecated
shouldAnimateOut
option ๐ (4d31b1f)
Features
BREAKING CHANGES
shouldAnimateOut
modal option deprecated since v2.0 is now being dropped completely. UseanimateConfigOut
oranimationOut
instead.- A new
callback
argument is provided to theanimateOut
function in the modaloptions
and must be called whenever the animation isfinished
. If onlyanimationOutConfig
is used, callingcallback
is not required.