Skip to content

Commit

Permalink
Version bump 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altspaceautobot committed Nov 29, 2017
1 parent d7eceda commit 3aa0931
Show file tree
Hide file tree
Showing 35 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Many APIs are present in the client without loading `altspace.js`, but please st

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).

**Latest Version: v2.6.2 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.6.2)**
**Latest Version: v2.7.0 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.7.0)**

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

`<script src="https://sdk.altvr.com/libs/altspace.js/2.6.2/altspace.min.js"></script>`
`<script src="https://sdk.altvr.com/libs/altspace.js/2.7.0/altspace.min.js"></script>`

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

Expand Down
6 changes: 3 additions & 3 deletions dist/altspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ var AltspaceTrackedControls = (function (AFrameComponent$$1) {
* <head>
* <title>My A-Frame Scene</title>
* <script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
* <script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.6.2/dist/altspace.min.js"></script>
* <script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.0/dist/altspace.min.js"></script>
* </head>
* <body>
* <a-scene altspace>
Expand Down Expand Up @@ -3070,7 +3070,7 @@ var Visible = (function (AFrameComponent$$1) {
* <head>
* <title>My A-Frame Scene</title>
* <script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
* <script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.6.2/dist/altspace.min.js"></script>
* <script src="https://cdn.rawgit.com/AltspaceVR/AltspaceSDK/v2.7.0/dist/altspace.min.js"></script>
* </head>
* <body>
* <a-scene altspace>
Expand Down Expand Up @@ -6336,7 +6336,7 @@ var utilities_lib = Object.freeze({
if(!Object.isFrozen(window.altspace))
{ Object.assign(window.altspace, {components: {}, utilities: {}, inClient: false}); }

var version = '2.6.2';
var version = '2.7.0';
if (window.altspace.requestVersion) {
window.altspace.requestVersion(version);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/altspace.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/aframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>Quick Start</h2><p>This is a fully functional example of what A-Frame code l
<pre class="prettyprint source lang-html"><code>&lt;!DOCTYPE html>
&lt;html>&lt;head>
&lt;script src=&quot;https://aframe.io/releases/0.7.0/aframe.min.js&quot;>&lt;/script>
&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.6.2/altspace.min.js&quot;>&lt;/script>
&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.7.0/altspace.min.js&quot;>&lt;/script>
&lt;script>

// an example custom component, that will change the color when clicked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>
altspace-cursor-collider
</h2>

<div class="class-description"><p>Enable or disable cursor collision on the object. </p></div>
<div class="class-description"><p>Enable or disable cursor collision on the object.</p></div>


</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</h2>

<div class="class-description"><p>Enables tracked control support for A-Frame applications that use the built-in
<code>tracked-controls</code>, <code>vive-controls</code> or <code>hand-controls</code> components. </p></div>
<code>tracked-controls</code>, <code>vive-controls</code> or <code>hand-controls</code> components.</p></div>


</header>
Expand Down
4 changes: 2 additions & 2 deletions doc/aframe/module-altspace_components.altspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>The altspace component makes A-Frame apps compatible with AltspaceVR.</p>
<p><strong>Note</strong>: This component can have side-effects on some default components. To be
safe, this component should be specified last. </p></div>
safe, this component should be specified last.</p></div>


</header>
Expand Down Expand Up @@ -134,7 +134,7 @@ <h2>

<h5>Example</h5>

<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.6.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>
<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.0/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>



Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.collapse-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>Reaches into a model's hierarchy and directly assigns the first mesh found
to the containing entity. This is mostly necessary for use alongside native
components like <a href="module-altspace_components.n-skeleton-parent.html">n-skeleton-parent</a>. </p></div>
components like <a href="module-altspace_components.n-skeleton-parent.html">n-skeleton-parent</a>.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1 class="page-title">altspace/components</h1>

<h5>Example</h5>

<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.6.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>
<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.0/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>



Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.instantiator.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</h2>

<div class="class-description"><p>Instantiates objects on an event trigger, adds them to the scene and syncs their creation across clients.
The instantiated objects are built using the specified mixins. </p></div>
The instantiated objects are built using the specified mixins.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-billboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</h2>

<div class="class-description"><p>Make the object's +Z always face the viewer. Currently will only directly apply
to main mesh or native component on the attached entity, not any children or submeshes. </p></div>
to main mesh or native component on the attached entity, not any children or submeshes.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-box-collider.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</h2>

<div class="class-description"><p>Creates a box-shaped collider with the given dimensions. Collides with
the cursor or avatars depending on the <a href="module-altspace_components.n-box-collider.html#type">type</a> property. </p></div>
the cursor or avatars depending on the <a href="module-altspace_components.n-box-collider.html#type">type</a> property.</p></div>


</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>Create a capsule-shaped collider on this entity. Capsules
are a union of a cylinder and two hemispheres on top and bottom. Collides with
the cursor or avatars depending on the <a href="module-altspace_components.n-capsule-collider.html#type">type</a> property. </p></div>
the cursor or avatars depending on the <a href="module-altspace_components.n-capsule-collider.html#type">type</a> property.</p></div>


</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</h2>

<div class="class-description"><p>Parents an entity to the cockpit, i.e. the player's HUD. This is primarily used for UI elements.
Note that this does not dock the items to the radial menu. If you want that, use <a href="../js/module-altspace.html#.open">altspace.open</a>. </p></div>
Note that this does not dock the items to the radial menu. If you want that, use <a href="../js/module-altspace.html#.open">altspace.open</a>.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-collider.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2>
<a href="module-altspace_components.n-capsule-collider.html">n-capsule-collider</a>,
and <a href="module-altspace_components.n-mesh-collider.html">n-mesh-collider</a>. You cannot use
this class directly, but instead you should add one of those components
to your objects. </p></div>
to your objects.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>
<div class="class-description"><p>A container keeps a running tally of how many objects are within
its bounds, and adds and removes the states <code>container-full</code> and
<code>container-empty</code> based on the current count of objects. Requires a native
collider component set to trigger mode. </p></div>
collider component set to trigger mode.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-mesh-collider.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>Enable collision for the entire attached mesh. This is expensive to evaluate, so should only be used on
low-poly meshes. If using this alongside the <code>geometry</code> component, make sure that
<code>geometry</code> comes before this component. </p></div>
<code>geometry</code> comes before this component.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-object.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>
n-object
</h2>

<div class="class-description"><p>Attach a given native object to this entity. </p></div>
<div class="class-description"><p>Attach a given native object to this entity.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-portal.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>
n-portal
</h2>

<div class="class-description"><p>Spawn a portal that allows you to travel to a different space or a different location in the current space. </p></div>
<div class="class-description"><p>Spawn a portal that allows you to travel to a different space or a different location in the current space.</p></div>


</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>
n-skeleton-parent
</h2>

<div class="class-description"><p>Parents an entity to a joint on the avatar skeleton. </p></div>
<div class="class-description"><p>Parents an entity to a joint on the avatar skeleton.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-sound.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</h2>

<div class="class-description"><p>Play a sound from a particular location. Limiting sound duration to 5 seconds
or less is recommended to prevent hitching when the sound loads. </p></div>
or less is recommended to prevent hitching when the sound loads.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-spawner.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>Create an object that spawns additional copies of itself when grabbed by a user (the copies are not spawners themselves).
These copies will be physically interactive and automatically synchronized
between users. </p></div>
between users.</p></div>


</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</h2>

<div class="class-description"><p>Creates a sphere-shaped collider of the given radius. Collides with
the cursor or avatars depending on the <a href="module-altspace_components.n-sphere-collider.html#type">type</a> property. </p></div>
the cursor or avatars depending on the <a href="module-altspace_components.n-sphere-collider.html#type">type</a> property.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.n-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</h2>

<div class="class-description"><p>Creates dynamic 2D text on the entity. The text will wrap automatically based on the width and height provided.
This text will be clearer than texture-based text and more performant than geometry-based text. </p></div>
This text will be clearer than texture-based text and more performant than geometry-based text.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.one-per-user.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>
one-per-user
</h2>

<div class="class-description"><p>Instantiates an entity for every user in the space using <a href="module-altspace_components.sync-system.html">sync-system</a>. </p></div>
<div class="class-description"><p>Instantiates an entity for every user in the space using <a href="module-altspace_components.sync-system.html">sync-system</a>.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.sync-color.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>Sync the color property of the object between clients.
Requires both a <a href="module-altspace_components.sync-system.html">sync-system</a> component on the <code>a-scene</code>, and a
<a href="module-altspace_components.sync.html">sync</a> component on the target entity. </p></div>
<a href="module-altspace_components.sync.html">sync</a> component on the target entity.</p></div>


</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>Syncs the attributes of an <a href="module-altspace_components.n-skeleton-parent.html">n-skeleton-parent</a> component across clients.
Requires the <a href="module-altspace_components.sync.html">sync</a> component be present
on the entity. </p></div>
on the entity.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.sync-n-sound.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>Synchronize the playback state of an <a href="module-altspace_components.n-sound.html">n-sound</a> component between clients.
Requires both a <a href="module-altspace_components.sync-system.html">sync-system</a> component on the <code>a-scene</code>, and a
<a href="module-altspace_components.sync.html">sync</a> component on the target entity. </p></div>
<a href="module-altspace_components.sync.html">sync</a> component on the target entity.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.sync-system.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>
<div class="class-description"><p>Connect to a remote Firebase server, and facilitate synchronization. These
options correspond exactly with the configuration options for
altspace.utilities.sync.connect.
This component must be present on <code>a-scene</code> for any other sync components to work. </p></div>
This component must be present on <code>a-scene</code> for any other sync components to work.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.sync-transform.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>Synchronize the position, rotation, and scale of this object with all clients.
Requires both a <a href="module-altspace_components.sync-system.html">sync-system</a> component on the <code>a-scene</code>, and a
<a href="module-altspace_components.sync.html">sync</a> component on the target entity. </p></div>
<a href="module-altspace_components.sync.html">sync</a> component on the target entity.</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>

<div class="class-description"><p>Enables the synchronization of properties of the entity. Must be used in
conjuction with the <a href="module-altspace_components.sync-system.html">sync-system</a> component and a component for a
specific property (e.g. <a href="module-altspace_components.sync-transform.html">sync-transform</a>). </p></div>
specific property (e.g. <a href="module-altspace_components.sync-transform.html">sync-transform</a>).</p></div>


</header>
Expand Down
2 changes: 1 addition & 1 deletion doc/aframe/module-altspace_components.wire.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>
</h2>

<div class="class-description"><p>The wire component allows you to trigger an event on one entity when an event
occurs on the another entity. If no targets are selected, it will target itself. </p></div>
occurs on the another entity. If no targets are selected, it will target itself.</p></div>


</header>
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ <h2 id="altspace-js">altspace.js</h2>
<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>
<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>
<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>
<p><strong>Latest Version: v2.6.2 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.6.2">See Changes</a></strong></p>
<p><strong>Latest Version: v2.7.0 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v2.7.0">See Changes</a></strong></p>
<p>Include the latest version of the SDK in your app with:</p>
<p><code>&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.6.2/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
<p><code>&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.7.0/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
<p>If you use npm, you can install altspace.js with:</p>
<p><code>npm install altspace</code></p>
<h2 id="sdk-feature-overview">SDK Feature Overview</h2>
Expand Down
2 changes: 1 addition & 1 deletion doc/js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>Quick Start</h2><p>This is a fully functional example of what Three.js code
&lt;html lang=en>
&lt;head>
&lt;script src=&quot;https://cdn.rawgit.com/mrdoob/three.js/r84/build/three.js&quot;>&lt;/script>
&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.6.2/altspace.min.js&quot;>&lt;/script>
&lt;script src=&quot;https://sdk.altvr.com/libs/altspace.js/2.7.0/altspace.min.js&quot;>&lt;/script>
&lt;/head>
&lt;body>
&lt;script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "altspace",
"author": "AltspaceVR",
"version": "2.6.2",
"version": "2.7.0",
"repository": {
"type": "git",
"url": "git+https://github.com/AltspaceVR/AltspaceSDK.git"
Expand Down

0 comments on commit 3aa0931

Please sign in to comment.