Skip to content

Releases: naver/egjs-axes

3.0.0 Release (2022-03-25)

25 Mar 09:52
Compare
Choose a tag to compare

Feature

  • Improve WheelInput coordinate movement
  • Add updateAnimation, stopAnimation method
  • Add bounceRatio to change and release event

Changes

  • Remove hammer.js dependency

Fix

  • Prevent scrolling when using up, down keys at MoveKeyInput
  • Fix error which moves to wrong direction when releasing PanInput

2.8.0 Release (2021-03-17)

17 Mar 01:51
Compare
Choose a tag to compare

Feature

  • Added releaseOnScroll option to PanInput (#158)

2.7.2 Release (2020-10-27)

17 Mar 01:48
Compare
Choose a tag to compare
  • Added event type inference (#156)

2.7.1 Release (2020-09-06)

16 Sep 05:22
Compare
Choose a tag to compare

Fixed

  • Update @egjs/agent

2.7.0 Release (2020-08-12)

13 Aug 06:03
Compare
Choose a tag to compare

Added

  • Add iOSEdgeSwipeThreshold option.

2.6.0 release (2019-09-30)

30 Sep 08:24
Compare
Choose a tag to compare

Feature

  • Support round option #141, #116
  • Make RotatePanInput as new public InputType. #126, #143

This type was previously internalized but was not made public.

Fix

  • Remove internal rounding without standards #141

2.5.14 Release (2019-06-17)

12 Jul 10:00
Compare
Choose a tag to compare

Bugs

  • Floating point causes destPos to be incorrectly calculated in Circular mode #139

2.5.13 Release (2019-05-29)

29 May 09:16
Compare
Choose a tag to compare

Bugs

  • The method to obtain duration from the InputObserver differs from the method to obtain duration from the PanInput bug #137

2.5.12 Release (2019-04-18)

18 Apr 02:43
Compare
Choose a tag to compare

Bugs

  • Delta shakes when in bounce zone #127

2.5.11 Release (2019-04-16)

16 Apr 05:52
Compare
Choose a tag to compare

Bugs

  • Delta continues to increase when dragging out of bounce area in Axes #127