v2.1.0
Fixed
-
After a Toast is shown within a Modal, the main instance outside of Modal doesn't work anymore (#293)
-
A previously set timer is not cleared when
autoHide
changes fromtrue
tofalse
. This can make a newly shown Toast auto hide (even if it was shown withautoHide: false
) (#294)Big thanks go to jstheoriginal for all the work on fixing the two issues above 🙌.
-
Flexbox not working for setting Toast width or alignment (3400f00)