Skip to content

v2.1.3

Compare
Choose a tag to compare
@joshwcomeau joshwcomeau released this 06 May 11:59
· 220 commits to master since this release

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 to true,
  • When using legacy browsers that do not support CSS transitions.