v2.1.3
Bug fix with children not being removed
In #38, @DiogoDoreto found several cases in which children that were removed from the state were not being removed from the DOM. This patch addresses two of them:
- When
disableAllAnimations
is set totrue
, - When using legacy browsers that do not support CSS transitions.