Releases: networked-aframe/networked-aframe
Releases · networked-aframe/networked-aframe
0.14.0
What's Changed
- Update socket.io to 4.8.1 with open-easyrtc 2.1.0 by @vincentfretin in #484 and #486
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
0.12.6
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
What's Changed
- Fix regression avatars disappear in demos since aframe 1.6.0 by @vincentfretin in #477
Full Changelog: 0.12.4...0.12.5
0.12.4
What's Changed
- Document how to generate a self-signed certificate for local development by @vincentfretin in #473
- Update GitHub CI to node 20 by @vincentfretin in #474
- Put back ['position', 'rotation'] without requiresNetworkUpdate for default schema by @vincentfretin in #475
- Avoid allocations in tick by @vincentfretin in #470
Full Changelog: 0.12.3...0.12.4
0.12.3
What's Changed
- Bump express from 4.18.2 to 4.19.2 by @dependabot in #460
- Update examples to aframe 1.6.0 by @vincentfretin in #462
Full Changelog: 0.12.2...0.12.3
0.12.2
What's Changed
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #457
- Bump xml2js and parse-bmfont-xml by @dependabot in #459
- Implement room instancing in socketio-server.js by @vincentfretin in #458
- Remove onConnected listener on remove by @vincentfretin in #461
Full Changelog: 0.12.1...0.12.2
0.12.1
What's Changed
- Expose InterpolationBuffer on NAF global by @vincentfretin in #448
- Fix networked-hand-controls issues with aframe 1.5.0 by @bruce90j in #451
New Contributors
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- Fix screen share stop and restart (fix #299 #402) by @vincentfretin in #421
- Remove keyup listener when removing the gun component by @vincentfretin in #434
- Update links hosting-networked-aframe-on-a-server.md by @atrus6 in #435
- Fix color-changer button not working when there is another button in the page by @vincentfretin in #437
- Add link to example Nametags with UI in SolidJS/Tailwind CSS by @vincentfretin in #438
- Update getting-started-local.md by @iyadahmed in #427
- Adding Text Chat Examples by @ahmed-frq in #439
- Add new example "Realistic animated avatars with UI to choose your avatar" by @vincentfretin in #441
- Specify colorSpace srgb for video texture for compatibility with aframe 1.5.0 (fix #444) by @vincentfretin in #446
- Update examples to aframe 1.5.0 by @vincentfretin in #447
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
What's Changed
- Update examples to aframe 1.4.2, aframe-environment-component 1.3.2 and aframe-extras to 7.0.0 by @vincentfretin in #383 and #417
- Clarifying hand models versus hand tracking by @Utopiah in #405
- Offline usage by @Utopiah in #406
- Details on https/certs for offline use by @Utopiah in #407
- Update open-easyrtc to 2.0.20 by @vincentfretin in #417
Full Changelog: 0.11.0...0.11.1