Skip to content

Commit b2fb2ff

Browse files
[docs] Update examples to use aframe-extras 7.7.x (#5837)
1 parent 957f09d commit b2fb2ff

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ objects straight from HTML:
124124
<head>
125125
<script src="https://aframe.io/releases/1.8.0/aframe.min.js"></script>
126126
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js"></script>
127-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0/dist/aframe-extras.min.js"></script>
127+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7.x/dist/aframe-extras.min.js"></script>
128128
<script src="https://cdn.jsdelivr.net/npm/@fern-solutions/aframe-sky-background/dist/sky-background.umd.min.js"></script>
129129
</head>
130130
<body>

docs/introduction/entity-component-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Registry and using the JSDELIVR CDN. This example can also be viewed in the [A-
482482
<script src="https://aframe.io/releases/1.8.0/aframe.min.js"></script>
483483
<script src="https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js"></script>
484484
<script src="https://cdn.jsdelivr.net/npm/aframe-simple-sun-sky@^1.2.2/simple-sun-sky.js"></script>
485-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0/dist/aframe-extras.min.js"></script>
485+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7.x/dist/aframe-extras.min.js"></script>
486486
</head>
487487
<body>
488488
<a-scene>

docs/introduction/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Make sure the three and A-Frame versions are compatible. See browser console (or
412412
"aframe": "https://aframe.io/releases/1.8.0/aframe.module.min.js",
413413
"three": "https://cdn.jsdelivr.net/npm/super-three@0.184.0/build/three.module.min.js",
414414
"three/addons/": "https://cdn.jsdelivr.net/npm/super-three@0.184.0/examples/jsm/",
415-
"aframe-extras/controls": "https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.x/dist/aframe-extras.controls.min.js"
415+
"aframe-extras/controls": "https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7.x/dist/aframe-extras.controls.min.js"
416416
}
417417
}
418418
</script>

examples/boilerplate/importmap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"aframe": "../../../dist/aframe-master.module.min.js",
1111
"three": "../../../super-three-package/build/three.module.min.js",
1212
"three/addons/": "../../../super-three-package/examples/jsm/",
13-
"aframe-extras/controls": "https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.x/dist/aframe-extras.controls.min.js"
13+
"aframe-extras/controls": "https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7.x/dist/aframe-extras.controls.min.js"
1414
}
1515
}
1616
</script>

examples/docs/community-components/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-->
99
<script src="../../../dist/aframe-master.js"></script>
1010
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js"></script>
11-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0/dist/aframe-extras.min.js"></script>
11+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7.x/dist/aframe-extras.min.js"></script>
1212
<script src="https://cdn.jsdelivr.net/npm/@fern-solutions/aframe-sky-background/dist/sky-background.umd.min.js"></script>
1313
</head>
1414
<body>

0 commit comments

Comments
 (0)