react-flip-move v2.10.2 Release Notes

Release Date: 2018-01-10 // over 6 years ago
  • โž• Add warning when children are disabled

    ๐Ÿšš In Internet Explorer 11 (and below), the transitonend event will not (consistently) fire for elements that have the disabled attribute. This means the callback for node removal is never fired and the supposedly removed nodes stay in the html.

    ๐Ÿ Also includes some cleanup, and a move to use cross-env for Windows support.

    ๐Ÿš€ Thanks a ton to @tobilen for contributing this release!!