This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Releases: AltspaceVR/AltspaceSDK
Releases · AltspaceVR/AltspaceSDK
v2.2.2
v2.2.1
v2.2.0 - Native Layout Browser and Portal Components
v2.2.0 (2017-03-30)
- The A-Frame
n-layout-browser
component allows you to spawn a browser. Note that browsers are only spawned if your app is loaded by default in that space. E.g. Create a event with the "Public Enclosure URL" set to https://altspacevr.github.io/AltspaceSDK/examples/aframe/native-layout-browsers.html, and the space will contain an enclosure with the chess app and a web browser. - The A-Frame
n-portal
component allows you to spawn a portal that can teleport players to other spaces or to a different location in the current space. E.g. https://altspacevr.github.io/AltspaceSDK/examples/aframe/native-portals.html
v2.1.0
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
andone-per-user
components), so that you can use selectors to identify ones that belong to the current user
v2.0.4
v2.0.3
v2.0 - One Happy Family
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
v1.0.0 (2017-02-10)
- Add clarifying documentation (9cb2936)
- Bump release v1.0.0 (16fe55f)
- cleanup (5d0d09f)
- Fix double-reload (0c60edd)
- Merge pull request #185 from AltspaceVR/bug/sync-reload (9002e93)
- refactor (6ee62fd)
- remove old workaround (63680f0)
- revert generated files (2dcba1c)
- switch back to min.js (f7361d6)
- update examples to establish sync first (29854db)
- Update README.md (582b0ef)