Skip to content

v1.2.0

Compare
Choose a tag to compare
@joshwcomeau joshwcomeau released this 29 Feb 01:51
· 261 commits to master since this release

Add support for nested Flip Moves

Prior to this change, Flip Moves could not be nested without some wonky effects. This release changes an implementation detail that allows them to be nested (so, for example, groups of lists of items can be re-ordered, as can the items in the lists).

Props to @IamNotUrKitty for finding a better way to implement this functionality :)