All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
3.0.1 - 2016-12-18
- Support aframe 0.4.0
- Latest dependencies
3.0.0 - 2016-11-11
- Simpler, more accurate velocity calculations
2.0.0 - 2016-11-05
- Support click and drag for children of entities and the camera
- Removed
lockToLocalRotation
option. It is hard coded totrue
now.
1.3.3 - 2016-11-05
- Only emit drag end event after an object dragged, not after every mouse up
1.3.2 - 2016-11-05
- This changelog
- Remove drag listeners when entity paused
1.3.1 - 2016-10-15
- Updated to latest keyboard controls in examples
1.3.0 - 2016-10-05
- Touch support
1.2.0 - 2016-10-04
- Support for locking to camera during rotation
1.1.1 - 2016-09-30
- Correct the main export
- Physics based examples
1.1.0 - 2016-09-28
- Events -
dragstart
,dragmove
&dragend
- Drag end velocity calculation
1.0.1 - 2016-09-23
- Click & Drag component for A-Frame.