这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: networked-aframe/networked-aframe

0.14.0

06 Jan 15:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.14.0

How to update

To update your project, be sure you use latest socket.io client, replace

<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.5.0/socket.io.slim.js"></script>

by

<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.8.1/socket.io.min.js"></script>

in server.js, replace

const socketServer = socketIo.listen(webServer, {"log level": 1});

by

const socketServer = socketIo(webServer, {"log level": 1});

in package.json:

    "networked-aframe": "^0.14.0"

and get the updated dependencies:

rm -rf package-lock.json node_modules
npm install

0.13.0

18 Dec 14:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.6...0.13.0

0.12.6

14 Dec 14:42
Compare
Choose a tag to compare

What's Changed

  • Add compatibility with socket.io 4.8.1 in socketio-server.js by @vincentfretin in #478
  • Properly implement reconnect for socketio and webrtc adapters by @vincentfretin in #479
  • Reuse packet object, remove unused broadcasting and sending keys in socketio/webrtc adapters by @vincentfretin in #480
  • Define an optimized rig-template schema in examples by @vincentfretin in #481

Full Changelog: 0.12.5...0.12.6

0.12.5

01 Dec 20:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.4...0.12.5

0.12.4

30 Nov 09:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.3...0.12.4

0.12.3

25 May 10:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.2...0.12.3

0.12.2

03 Apr 15:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.1...0.12.2

0.12.1

04 Feb 14:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.0...0.12.1

0.12.0

17 Dec 14:37
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @atrus6 made their first contribution in #435
  • @iyadahmed made their first contribution in #427
  • @ahmed-frq made their first contribution in #439

Full Changelog: 0.11.1...0.12.0

0.11.1

30 May 08:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.11.1