Skip to content

1.2.0

Compare
Choose a tag to compare
@iRoachie iRoachie released this 07 Oct 15:23
· 61 commits to master since this release
a642c66

Features

Add enablePointerEvents prop to Collapsible 8222cf4 @okb1100

By default, the collapsible disables touch events while collapsing to prevent touches while the animation is closing or opening. Some persons expressed a need to override this behaviour.

Fixes

Handle collapsible unmount during animation 8f79b3e @slorber

While during the collapse animation a user might navigate away from the screen and inadvertently unmount the component. However, the animation will still complete and attempt to setState. This would throw a warning that you shouldn't update an unmounted component.

Other