Skip to content

Releases: naver/egjs-axes

2.5.10 Release (2019-04-05)

05 Apr 06:28
Compare
Choose a tag to compare

Bugs

  • When executing the 'setTo' method, the finish event is not called if the duration is zero. #120
  • Invoking a stop in 'change' does not stop. #122
  • Delta coordinate system is abnormal in the change event when the Circular option is enabled. #124

2.5.9 Release (2019-02-13)

13 Feb 09:54
Compare
Choose a tag to compare

Bugs

  • When bounce is zero and a setTo or setBy method is called, a bug occurs in the last change event, where the delta value is zero. (#118 )

2.5.8 Release (2018-10-23)

13 Feb 09:51
Compare
Choose a tag to compare

Changes

  • fix window for nodejs (#115)

2.5.7 Release (2018-10-10)

10 Oct 11:34
Compare
Choose a tag to compare

Changes

  • Change webpack to rollup

2.5.4 release (2018-07-19)

19 Jul 02:24
Compare
Choose a tag to compare

Bug Fixes :

  • Wheel Input
    • Cleanup Wheel Input handler timer after detached or destroyed (#110)
      • prevent script errors

2.5.2 Release (2018-04-02)

02 Apr 09:18
Compare
Choose a tag to compare

Bugs

  • PanInput does not respond to Pan gesture after disconnecting PinchInput. #102

2.5.1 Release (2018-03-27)

27 Mar 11:19
Compare
Choose a tag to compare

Bugs

  • PinchInput should be removed from hammer manager after disconnected (#100)

2.5.0 Release (2018-01-29)

29 Jan 06:14
Compare
Choose a tag to compare

Features

  • Add react package @egjs/react-axes #95

2.4.3 release (2018-01-27)

27 Jan 06:48
Compare
Choose a tag to compare

Features

  • Support MouseEvent and Touch Event at the same time, PointerEvent #89

2.4.0 release (2018-01-15)

15 Jan 07:49
Compare
Choose a tag to compare

Features

  • add option 'useNormalized' in WheelInput(#87)
  • add release event in MoveKeyInput(#88)