Skip to content

4.0.0 Release (2021-06-09)

Compare
Choose a tag to compare
@WoodNeck WoodNeck released this 18 Jun 04:54
· 49 commits to master since this release

Update flicking-plugins to match @egjs/flcking v4.0.0's interface

Breaking Changes

  • AutoPlay no longer accepts duration & direction separately
- new AutoPlay(2000, "NEXT");
+ new AutoPlay({ duration: 2000, direction: "NEXT" });