Skip to content

Releases: aholachek/react-flip-toolkit

Fix bug when empty flipId array throws an error

22 May 02:14
Compare
Choose a tag to compare

Address #76 by returning out of animateFlippedElements function early if there are no flipIds present (and fallback to always selecting body as the parent if there is no firstElement found).

Fix edge case bug when layout changes based on transform attributes

20 May 13:35
Compare
Choose a tag to compare

Previously, the library did not apply the identity transform as an inline style, assuming that it was redundant. This breaks FLIP (by creating a single frame flicker) for certain layout animations that are based on changes in the transform value.

Add onComplete callback to Flipper and onSpringUpdate callback to Flipped

18 May 21:04
Compare
Choose a tag to compare
  • onComplete added to Flipper for a way to have a callback attached when all FLIP animations are complete
  • onSpringUpdate added to Flipped for a way to call a callback continuously with the current spring value for the associated Flipped component. This might be helpful to choreograph complex animations that have both FLIP and non-FLIP components.

Fix iframe bug

18 May 21:25
Compare
Choose a tag to compare

Add decisionData to core.ts

13 Apr 14:58
Compare
Choose a tag to compare

Add shouldInvert function to core

10 Apr 13:50
Compare
Choose a tag to compare

Make proptypes a peer dependency

18 Feb 21:23
Compare
Choose a tag to compare

The library was getting imported into the umd bundle, increasing its size

Add back callback capability to inverted Flipped components

19 Jan 01:30
Compare
Choose a tag to compare

Fixes issue #50 and fully removes identity transform to close out #51

add the onStartImmediate function

10 Jan 19:41
Compare
Choose a tag to compare

Addresses the problem found by issue #46

Bugfix

08 Jan 01:11
Compare
Choose a tag to compare

Fix for issue #44