Skip to content

Commit 999db4d

Browse files
Merge branch 'master' into master
2 parents 26d2412 + 9681173 commit 999db4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+124718
-70563
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Install and use by directly by including the [browser files](dist):
5656
```html
5757
<head>
5858
<title>Most Basic Super-Hands Example</title>
59-
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
60-
<script src="https://cdn.rawgit.com/donmccurdy/aframe-extras/v4.1.2/dist/aframe-extras.min.js"></script>
61-
<script src="https://unpkg.com/super-hands@^3.0.1/dist/super-hands.min.js"></script>
59+
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
60+
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/aframe-extras@v6.1.1/dist/aframe-extras.misc.min.js"></script>
61+
<script src="https://unpkg.com/super-hands@^3.0.3/dist/super-hands.min.js"></script>
6262
</head>
6363

6464
<body>
@@ -116,6 +116,11 @@ The [examples page](https://wmurphyrd.github.io/aframe-super-hands-component/exa
116116

117117
## News
118118

119+
v3.0.3
120+
* A-Frame 1.3.0 support confirmation
121+
* Updated dependencies and fixed tests and examples
122+
* No API changes
123+
119124
v3.0.1
120125

121126
* A-Frame 1.0.4 support confirmation
@@ -168,9 +173,9 @@ for any device: desktop, mobile ("magic window"), cardboard viewer + button,
168173

169174
| super-hands Version | A-Frame Version | aframe-extras Version | aframe-physics-system Version |
170175
| --- | --- | --- | --- |
171-
| ^v3.0.1 | ^v1.0.4 | ^v6.1.1 | ^v4.0.1 |
176+
| ^v3.0.3 | ^v1.3.0 | ^v6.1.1 | github:n5ro/aframe-physics-system#59100ac8 (last npm version cannot be installed) |
177+
| ^v3.0.2 | ^v1.0.4 | ^v6.1.1 | ^v4.0.1 |
172178
| v3.0.0 | ^v0.8.2 | ^v4.1.2 | ^v3.1.2 |
173-
| ^v2.0.0 | v0.6.x | ^v3.11.4 | ^v2.0.0 |
174179

175180
## Core Component
176181

0 commit comments

Comments
 (0)