1.2.0
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.