Skip to content

Releases: naver/egjs-flicking-plugins

4.1.0 Release (2021-07-01)

01 Jul 07:14
Compare
Choose a tag to compare

New Plugins

  • Arrow
  • Plugin

4.0.0 Release (2021-06-09)

18 Jun 04:54
Compare
Choose a tag to compare

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" });

3.3.0 Release (2020-09-22)

22 Sep 09:08
Compare
Choose a tag to compare

Feature

  • Add play and stop method for the Autoplay plugin.

Fix

  • Fixed stopOnHover option not working after any interaction.

3.2.0 Release (2020-05-06)

06 May 01:31
Compare
Choose a tag to compare

Feature

  • Added stopOnHover option for AutoPlay plugin.

3.1.0 Release (2019-05-23)

23 May 10:10
Compare
Choose a tag to compare

Features

  • Add update interface for panel's add, remove, or update #5

Bugs

  • When the number of panels is small in the Circular state, parallax causes strange behavior. #3
  • Invalid 'types' file location. #1

3.0.0 Release (2019-04-18)

19 Apr 08:39
Compare
Choose a tag to compare

Overall

  • Added eg.Flciking.plugins.AutoPlay
  • change eg.Flicking.plugins.ParallaxEffect => eg.Flicking.plugins.Parallax
  • change eg.Flicking.plugins.OpacityEffect => eg.Flicking.plugins.Fade