Skip to content

Commit dfad5cd

Browse files
committed
3.0.5
1 parent ef8134e commit dfad5cd

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Install and use by directly by including the [browser files](dist):
5757
<title>Most Basic Super-Hands Example</title>
5858
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
5959
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.misc.min.js"></script>
60-
<script src="https://unpkg.com/super-hands@^3.0.4/dist/super-hands.min.js"></script>
60+
<script src="https://unpkg.com/super-hands@^3.0.5/dist/super-hands.min.js"></script>
6161
</head>
6262

6363
<body>
@@ -84,7 +84,7 @@ To use with A-Frame 1.5.0 and onward:
8484
delete AFRAME.components["grabbable"];
8585
</script>
8686
<script src="https://cdn.jsdelivr.net/gh/c-frame/[email protected]/dist/aframe-extras.min.js"></script></script>
87-
<script src="https://unpkg.com/super-hands@^3.0.4/dist/super-hands.min.js"></script>
87+
<script src="https://unpkg.com/super-hands@^3.0.5/dist/super-hands.min.js"></script>
8888
</head>
8989

9090
<body>
@@ -144,10 +144,9 @@ The [examples page](https://c-frame.github.io/aframe-super-hands-component/examp
144144

145145
## News
146146

147-
v3.0.4
148-
* A-Frame 1.4.0 support confirmation
149-
* Updated dependencies and fixed tests and examples
150-
* No API changes
147+
v3.0.5
148+
* Add instanceId to Object3D.userData if available
149+
* Add instruction to use superhands with aframe 1.5.0 and onward
151150

152151
[Previous news](news.md)
153152

news.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## News
22

3+
v3.0.5
4+
* Add instanceId to Object3D.userData if available
5+
* Add instruction to use superhands with aframe 1.5.0 and onward
6+
37
v3.0.4
48
* A-Frame 1.4.0 support confirmation
59
* Updated dependencies and fixed tests and examples

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "super-hands",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "All-in-one natural hand controller interaction component for A-Frame.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)