aframe-click-drag-component/CHANGELOG.md

121 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2016-11-05 02:43:20 +00:00
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [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)
2016-12-18 06:10:35 +00:00
## [3.0.1][] - 2016-12-18
2016-12-18 06:08:35 +00:00
### Update
- Support aframe 0.4.0
- Latest dependencies
2016-11-11 07:25:07 +00:00
## [3.0.0][] - 2016-11-11
### Changed
- Simpler, more accurate velocity calculations
2016-11-05 04:57:33 +00:00
## [2.0.0][] - 2016-11-05
2016-11-05 04:52:46 +00:00
### Added
- Support click and drag for children of entities and the camera
2016-11-05 04:55:23 +00:00
### Removed
- Removed `lockToLocalRotation` option. It is hard coded to `true` now.
2016-11-05 03:15:49 +00:00
## [1.3.3][] - 2016-11-05
### Fixed
- Only emit drag end event after an object dragged, not after every mouse up
2016-11-05 02:58:53 +00:00
## [1.3.2][] - 2016-11-05
2016-11-05 02:43:20 +00:00
### 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.
[Unreleased]: https://git.private.coffee/kumi/aframe-click-drag-component/compare/v4.0.1...HEAD
[4.0.1]: https://git.private.coffee/kumi/aframe-click-drag-component/compare/v4.0.0...v4.0.1
[4.0.0]: https://git.private.coffee/kumi/aframe-click-drag-component/compare/v3.0.1...v4.0.0
2016-12-18 06:10:35 +00:00
[3.0.1]: https://github.com/jesstelford/aframe-click-drag-component/compare/v3.0.0...v3.0.1
2016-11-11 07:25:07 +00:00
[3.0.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v2.0.0...v3.0.0
2016-11-05 04:57:33 +00:00
[2.0.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.3...v2.0.0
2016-11-05 03:15:49 +00:00
[1.3.3]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.2...v1.3.3
2016-11-05 02:58:53 +00:00
[1.3.2]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.1...v1.3.2
2016-11-05 02:43:20 +00:00
[1.3.1]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/jesstelford/aframe-click-drag-component/tree/v1.0.1