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

Releases: AltspaceVR/AltspaceSDK

v2.2.2

04 Apr 23:33
Compare
Choose a tag to compare

v2.2.2 (2017-04-04)

  • Fix strange strict syntax bug (62e10d7)
  • Merge branch 'master' of github.com:AltspaceVR/AltspaceSDK (a33f34b)
  • Version bump 2.2.2 (8e448da)

v2.2.1

04 Apr 23:16
Compare
Choose a tag to compare

v2.2.1 (2017-04-04)

  • Fix packaging so polyfills don't conflict (614f2c1)
  • Update examples (63be5b8)
  • Version bump 2.2.1 (ffc3b6d)

v2.2.0 - Native Layout Browser and Portal Components

30 Mar 01:54
Compare
Choose a tag to compare

v2.2.0 (2017-03-30)

v2.1.0

29 Mar 07:49
Compare
Choose a tag to compare

v2.1.0 (2017-03-29)

  • Make selectors dynamic on the wire component. target selectors will now be re-evaluated when the wire is triggered.
  • Add a class name to instantiated entities (i.e. those instantiated by the instantiator and one-per-user components), so that you can use selectors to identify ones that belong to the current user

v2.0.4

27 Mar 20:21
Compare
Choose a tag to compare

v2.0.4 (2017-03-27)

fix

  • fix(js): fix undefined values in JointCollision behavior (518f3d2)

  • Merge pull request #189 from AltspaceVR/fix/joint-collider (0ccb102)

  • Version bump 2.0.4 (609bd76)

v2.0.3

09 Mar 17:48
Compare
Choose a tag to compare

v2.0.3 (2017-03-09)

A-Frame SDK:

  • Fix native components so that they don't update themselves twice on initializations
  • Fix sync-n-sound so that it doesn't playback a sound event on initial app load

v2.0 - One Happy Family

06 Mar 22:50
Compare
Choose a tag to compare


This is a big one! These are the most significant changes:

  • Combined the AltspaceSDK and aframe-altspace-component repositories into one.
  • Ported the entire SDK codebase to the new ECMAScript 2015 syntax.
  • New package build system based on ES2015 modules.
  • Reformatted, cleaned, and improved documentation for both APIs.
  • All JS behaviors are now classes, so the new keyword is required when instantiating them. This is reflected in the examples.
  • All A-Frame components are classes in addition to registered components. They are accessible through the altspace.components namespace. They are not usable in JS as-is, but might be useful for third parties to replicate the functionality.
  • Updated the official Three.js version recommendation to r84.

v1.0.0

10 Feb 20:51
Compare
Choose a tag to compare

v1.0.0 (2017-02-10)

v0.28.1

28 Dec 02:40
Compare
Choose a tag to compare

v0.28.1 (2016-12-28)

  • Bump release v0.28.1 (effbbba)
  • Merge pull request #182 from AltspaceVR/other/rename-neartouch (1f0d4be)
  • rename nearTouch to nearlyTouched (86dc443)

v0.28.0

28 Dec 00:55
Compare
Choose a tag to compare

v0.28.0 (2016-12-28)

  • Bump release v0.28.0 (e9d230d)
  • Merge pull request #181 from AltspaceVR/feature/touch-gamepad-info (64b82ca)
  • Show more info for gamepad buttons, now that we support touch (9e7e883)