feat: support aframe 1.5.0 and update docs

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.
This commit is contained in:
Kumi 2024-03-28 07:18:47 +01:00
parent 3b87e2178e
commit 8fdf7fa138
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 21 additions and 2 deletions

View file

@ -7,6 +7,23 @@ 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)
## [3.0.1][] - 2016-12-18
### Update
@ -87,7 +104,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Click & Drag component for A-Frame.
[Unreleased]: https://github.com/jesstelford/aframe-click-drag-component/compare/v3.0.1...HEAD
[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
[3.0.1]: https://github.com/jesstelford/aframe-click-drag-component/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/jesstelford/aframe-click-drag-component/compare/v1.3.3...v2.0.0

View file

@ -1,6 +1,6 @@
{
"name": "@kumitterer/aframe-click-drag-component",
"version": "4.0.0",
"version": "4.0.1",
"description": "Click & Drag component for A-Frame.",
"main": "lib/index.js",
"scripts": {