Skip to content

Releases: naver/egjs-axes

3.4.0 Release (2022-06-16)

16 Jun 02:17
Compare
Choose a tag to compare

New Feature

  • Support horizontal mouse wheel input by connecting two axis to WheelInput (#190)

3.3.0 Release (2022-06-13)

13 Jun 05:22
Compare
Choose a tag to compare

New Feature

  • Added new option useAnimation to WheelInputOption (#189)

Fix

  • Fixed an error that PanInput to cause error under certain circumstances. (#188)

3.2.2 Release (2022-05-26)

26 May 07:15
Compare
Choose a tag to compare

Fix

  • Fixed PanInput not working in IOS Safari browser in some cases.

Changes

  • In PanInput and PinchInput if there is no inputType that fits the current device, it does not display an error and does not enable input.

3.2.1 Release (2022-05-24)

24 May 08:22
Compare
Choose a tag to compare

Fix

  • Fixed PanInput not working in IOS Safari browser when releaseOnScroll is true.

3.2.0 Release (2022-05-19)

19 May 06:19
Compare
Choose a tag to compare

New Feature

  • Added new option touchAction to PanInputOption, PinchInputOption (#185)

3.1.2 Release (2022-05-10)

10 May 11:59
Compare
Choose a tag to compare

Fix

  • Improved logic when calculating velocity in PanInput.

Instead of updating the speed at every event, it updates the speed based on the delta change every 16ms. which is 1 frame on 60 frame per second.

3.1.1 Release (2022-04-21)

21 Apr 07:08
Compare
Choose a tag to compare

Fix

  • Fixed an error PanInput did not work after a swipe action in iOS Safari.

3.1.0 Release (2022-04-21)

21 Apr 06:39
Compare
Choose a tag to compare

Feature

  • Added new option nested to AxesOption
  • Added new option inputButton to PanInputOption

3.0.1 Release (2022-03-29)

29 Mar 04:52
Compare
Choose a tag to compare

Docs

  • Update readme.md
  • Add schedule demo using RotatePanInput with updateAnimation method
  • Fix typos in documentation, correct incorrect documentation

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