Releases: naver/egjs-axes
Releases · naver/egjs-axes
3.0.0 Release (2022-03-25)
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)
Feature
- Added
releaseOnScroll
option to PanInput (#158)
2.7.2 Release (2020-10-27)
- Added event type inference (#156)
2.7.1 Release (2020-09-06)
Fixed
- Update
@egjs/agent
2.7.0 Release (2020-08-12)
Added
- Add
iOSEdgeSwipeThreshold
option.
2.6.0 release (2019-09-30)
2.5.14 Release (2019-06-17)
Bugs
- Floating point causes destPos to be incorrectly calculated in Circular mode #139
2.5.13 Release (2019-05-29)
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)
Bugs
- Delta shakes when in bounce zone #127
2.5.11 Release (2019-04-16)
Bugs
- Delta continues to increase when dragging out of bounce area in Axes #127