Skip to content

v1.3.0

Compare
Choose a tag to compare
@mikaelbr mikaelbr released this 07 Jan 20:54
· 109 commits to master since this release

Additions

  1. Exposes more accessible Structure constructor. ( #11 )

Fixes

  1. Patches swap change on original structure to better handle removes and additions ( #13 )
  2. Fixes where swap was emitted when the structure didn't change ( #17 )
  3. Now passes keyPath for swap and next-animation-frame events ( #21 )
  4. Adds call to possiblyEmitAnimationFrameEvent on forceHasSwapped ( #26 )

Thanks to changes from @dashed