Kumi
8fdf7fa138
This release brings the project up to date with aframe 1.5.0, ensuring compatibility and leveraging the latest features of aframe. Alongside this, the README.md has been updated to provide clearer usage instructions, enhancing the user experience. Additionally, a significant cleanup was done by removing numerous dev dependencies, which will necessitate replacements for future development. These changes aim to streamline the development process while maintaining the functionality and usability of the aframe-click-drag-component. - Support for aframe 1.5.0 ensures compatibility with the latest version, bringing new features and improvements to users. - Updated README.md with clearer instructions improves the ease of use and approachability for new users. - Removed dev dependencies to tidy up the project structure, highlighting a shift towards a more streamlined and focused development process.
2.8 KiB
2.8 KiB
Change Log
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.
Unreleased
4.0.1 - 2024-03-28
Update
- Updated README.md with proper usage instructions
4.0.0 - 2024-03-27
Update
- Support aframe 1.5.0
- Latest dependencies
Changed
- Removed a lot of dev dependencies (will have to be replaced)
3.0.1 - 2016-12-18
Update
- Support aframe 0.4.0
- Latest dependencies
3.0.0 - 2016-11-11
Changed
- Simpler, more accurate velocity calculations
2.0.0 - 2016-11-05
Added
- Support click and drag for children of entities and the camera
Removed
- Removed
lockToLocalRotation
option. It is hard coded totrue
now.
1.3.3 - 2016-11-05
Fixed
- Only emit drag end event after an object dragged, not after every mouse up
1.3.2 - 2016-11-05
Added
- This changelog
Fixed
- Remove drag listeners when entity paused
1.3.1 - 2016-10-15
Examples
- Updated to latest keyboard controls in examples
1.3.0 - 2016-10-05
Added
- Touch support
1.2.0 - 2016-10-04
Added
- Support for locking to camera during rotation
1.1.1 - 2016-09-30
Fixed
- Correct the main export
Examples
- Physics based examples
1.1.0 - 2016-09-28
Added
- Events -
dragstart
,dragmove
&dragend
- Drag end velocity calculation
1.0.1 - 2016-09-23
Initial release
- Click & Drag component for A-Frame.