Releases: naver/egjs-axes
Releases · naver/egjs-axes
2.5.10 Release (2019-04-05)
2.5.9 Release (2019-02-13)
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)
Changes
- fix window for nodejs (#115)
2.5.7 Release (2018-10-10)
Changes
- Change webpack to rollup
2.5.4 release (2018-07-19)
Bug Fixes :
- Wheel Input
- Cleanup Wheel Input handler timer after detached or destroyed (#110)
- prevent script errors
- Cleanup Wheel Input handler timer after detached or destroyed (#110)
2.5.2 Release (2018-04-02)
Bugs
- PanInput does not respond to Pan gesture after disconnecting PinchInput. #102
2.5.1 Release (2018-03-27)
Bugs
- PinchInput should be removed from hammer manager after disconnected (#100)
2.5.0 Release (2018-01-29)
Features
- Add react package @egjs/react-axes #95
2.4.3 release (2018-01-27)
Features
- Support MouseEvent and Touch Event at the same time, PointerEvent #89