Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

MRE v0.11.2 - Welcome back!

Compare
Choose a tag to compare
@stevenvergenz stevenvergenz released this 09 Jul 19:10
· 2 commits to v0.11.n since this release

This is the first stable release since the MRE team's two-month hiatus, and we're excited to get it to you!

This is a breaking change! MRE client versions older than 0.11 will no longer function.

New Features

  • Collision and trigger events for colliders (#313)
  • User-exclusive actors (#314)
  • New simpler event model for ButtonBehaviors (#319)
  • Add an isKinematic property to rigid bodies (#346)
  • Lerp transform updates when an actor is grabbed (#350)

Bug Fixes

  • Fix NPM-identified vulnerabilities (#302 #347)
  • Fix glTF-created actor synchronization (#304)
  • Fix asset update synchronization (#354 #359)
  • Maintain app/local transform synchronization (#361)
  • Fix "freeze" when actors fail to create (#378)
  • Change message timeout infrastructure so long loads don't stall the app (#379)

Documentation

  • Update deployment instructions to set ngrok baseUrl (#356)
  • Add VSCode Azure deployment steps (#353)

Code Cleanup

  • Change the way subscriptions get sent to clients (#333)
  • Change indentation from spaces to tabs (#368)
  • Add Dockerfile to spin up functional tests (#365)