Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 1fedf41

Browse files
author
altspaceautobot
committed
Version bump 2.7.3
1 parent 3cd50af commit 1fedf41

9 files changed

Lines changed: 15 additions & 15 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Many APIs are present in the client without loading `altspace.js`, but please st
3434

3535
The version baked into the altspace.js script will determine which version of the entire SDK the client will provide your app. This means that if we make any breaking internal changes to things like rendering or cursor events, and you are using an older version of `altspace.js`, we will try to return legacy behavior appropriate to your version of `altspace.js`. Versioning will follow [SEMVER](http://semver.org/) as closely as possible. Details for each version can be found in the [Release Notes](https://github.com/AltspaceVR/AltspaceSDK/releases).
3636

37-
**Latest Version: v2.7.2 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.7.2)**
37+
**Latest Version: v2.7.3 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.7.3)**
3838

3939
Include the latest version of the SDK in your app with:
4040

41-
`<script src="https://sdk.altvr.com/libs/altspace.js/2.7.2/altspace.min.js"></script>`
41+
`<script src="https://sdk.altvr.com/libs/altspace.js/2.7.3/altspace.min.js"></script>`
4242

4343
If you use npm, you can install altspace.js with:
4444

dist/altspace.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ var AltspaceTrackedControls = (function (AFrameComponent$$1) {
501501
* <head>
502502
* <title>My A-Frame Scene</title>
503503
* <script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
504-
* <script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.2/dist/altspace.min.js"></script>
504+
* <script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.3/dist/altspace.min.js"></script>
505505
* </head>
506506
* <body>
507507
* <a-scene altspace>
@@ -1388,7 +1388,7 @@ var SyncTransform = (function (AFrameComponent$$1) {
13881388
{
13891389
this.sync = this.el.components.sync;
13901390
if(this.sync.isConnected)
1391-
{ start(); }
1391+
{ this.start(); }
13921392
else
13931393
{ this.el.addEventListener('connected', this.start.bind(this)); }
13941394
};
@@ -3078,7 +3078,7 @@ var Visible = (function (AFrameComponent$$1) {
30783078
* <head>
30793079
* <title>My A-Frame Scene</title>
30803080
* <script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
3081-
* <script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.2/dist/altspace.min.js"></script>
3081+
* <script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.3/dist/altspace.min.js"></script>
30823082
* </head>
30833083
* <body>
30843084
* <a-scene altspace>
@@ -6344,7 +6344,7 @@ var utilities_lib = Object.freeze({
63446344
if(!Object.isFrozen(window.altspace))
63456345
{ Object.assign(window.altspace, {components: {}, utilities: {}, inClient: false}); }
63466346

6347-
var version = '2.7.2';
6347+
var version = '2.7.3';
63486348
if (window.altspace.requestVersion) {
63496349
window.altspace.requestVersion(version);
63506350
}

dist/altspace.min.js

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

doc/aframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>Quick Start</h2><p>This is a fully functional example of what A-Frame code l
7373
<pre class="prettyprint source lang-html"><code>&lt;!DOCTYPE html>
7474
&lt;html>&lt;head>
7575
&lt;script src=&quot;https://aframe.io/releases/0.7.0/aframe.min.js&quot;>&lt;/script>
76-
&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.7.2/altspace.min.js&quot;>&lt;/script>
76+
&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.7.3/altspace.min.js&quot;>&lt;/script>
7777
&lt;script>
7878

7979
// an example custom component, that will change the color when clicked

doc/aframe/module-altspace_components.altspace.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h2>
134134

135135
<h5>Example</h5>
136136

137-
<pre class="prettyprint"><code>&lt;head> &lt;title>My A-Frame Scene&lt;/title> &lt;script src="https://aframe.io/releases/0.7.0/aframe.min.js">&lt;/script> &lt;script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.2/dist/altspace.min.js">&lt;/script>&lt;/head>&lt;body> &lt;a-scene altspace> &lt;a-entity geometry="primitive: box" material="color: #C03546">&lt;/a-entity> &lt;/a-scene>&lt;/body></code></pre>
137+
<pre class="prettyprint"><code>&lt;head> &lt;title>My A-Frame Scene&lt;/title> &lt;script src="https://aframe.io/releases/0.7.0/aframe.min.js">&lt;/script> &lt;script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.3/dist/altspace.min.js">&lt;/script>&lt;/head>&lt;body> &lt;a-scene altspace> &lt;a-entity geometry="primitive: box" material="color: #C03546">&lt;/a-entity> &lt;/a-scene>&lt;/body></code></pre>
138138

139139

140140

doc/aframe/module-altspace_components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h1 class="page-title">altspace/components</h1>
136136

137137
<h5>Example</h5>
138138

139-
<pre class="prettyprint"><code>&lt;html> &lt;head> &lt;title>My A-Frame Scene&lt;/title> &lt;script src="https://aframe.io/releases/0.7.0/aframe.min.js">&lt;/script> &lt;script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.2/dist/altspace.min.js">&lt;/script> &lt;/head> &lt;body> &lt;a-scene altspace> &lt;a-entity geometry="primitive: box" material="color: #C03546">&lt;/a-entity> &lt;/a-scene> &lt;/body>&lt;/html></code></pre>
139+
<pre class="prettyprint"><code>&lt;html> &lt;head> &lt;title>My A-Frame Scene&lt;/title> &lt;script src="https://aframe.io/releases/0.7.0/aframe.min.js">&lt;/script> &lt;script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.3/dist/altspace.min.js">&lt;/script> &lt;/head> &lt;body> &lt;a-scene altspace> &lt;a-entity geometry="primitive: box" material="color: #C03546">&lt;/a-entity> &lt;/a-scene> &lt;/body>&lt;/html></code></pre>
140140

141141

142142

doc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h2 id="altspace-js">altspace.js</h2>
2323
<p><code>altspace.js</code> should be included whenever you use the SDK. It contains core utilities and APIs, and is useful both inside and outside of the client.</p>
2424
<p>Many APIs are present in the client without loading <code>altspace.js</code>, but please still include it, as this may change in the future.</p>
2525
<p>The version baked into the altspace.js script will determine which version of the entire SDK the client will provide your app. This means that if we make any breaking internal changes to things like rendering or cursor events, and you are using an older version of <code>altspace.js</code>, we will try to return legacy behavior appropriate to your version of <code>altspace.js</code>. Versioning will follow <a href="http://semver.org/">SEMVER</a> as closely as possible. Details for each version can be found in the <a href="https://github.com/AltspaceVR/AltspaceSDK/releases">Release Notes</a>.</p>
26-
<p><strong>Latest Version: v2.7.2 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.7.2">See Changes</a></strong></p>
26+
<p><strong>Latest Version: v2.7.3 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.7.3">See Changes</a></strong></p>
2727
<p>Include the latest version of the SDK in your app with:</p>
28-
<p><code>&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.7.2/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
28+
<p><code>&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.7.3/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
2929
<p>If you use npm, you can install altspace.js with:</p>
3030
<p><code>npm install altspace</code></p>
3131
<h2 id="sdk-feature-overview">SDK Feature Overview</h2>

doc/js/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Quick Start</h2><p>This is a fully functional example of what Three.js code
8585
&lt;html lang=en>
8686
&lt;head>
8787
&lt;script src=&quot;https://cdn.rawgit.com/mrdoob/three.js/r84/build/three.js&quot;>&lt;/script>
88-
&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.7.2/altspace.min.js&quot;>&lt;/script>
88+
&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.7.3/altspace.min.js&quot;>&lt;/script>
8989
&lt;/head>
9090
&lt;body>
9191
&lt;script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "altspace",
33
"author": "AltspaceVR",
4-
"version": "2.7.2",
4+
"version": "2.7.3",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/AltspaceVR/AltspaceSDK.git"

0 commit comments

Comments
 (0)