Skip to content

Releases: jeffreylanters/react-unity-webgl

8.3.5

16 Apr 19:45
Compare
Choose a tag to compare
  • Transferred repository back to my personal account
  • Updated documentation regarding some frequently asked questions

8.3.4

16 Apr 09:45
Compare
Choose a tag to compare
  • Updated documentation

8.3.3

07 Apr 15:22
Compare
Choose a tag to compare
  • Added key names to event map types
  • Minor changes and improvements

8.3.2

01 Apr 20:37
Compare
Choose a tag to compare
  • Added UnityConfig interface to exports allowing external configuration

8.3.1

24 Mar 16:27
Compare
Choose a tag to compare
  • Documentation changes and improvements

8.3.0

23 Mar 18:37
Compare
Choose a tag to compare
  • Removed legacy module from the Unity Config since everything is covered by the library
  • Improved error handeling while mounting the component and during runtime errors
  • Added support for catching internal and debug logs using the event system

8.2.6

19 Mar 10:54
Compare
Choose a tag to compare
  • Added more complex and helpful examples to the documentation

8.2.5

18 Mar 16:08
Compare
Choose a tag to compare
  • Updated documentation
  • Minor improvements

8.2.4

14 Mar 20:12
Compare
Choose a tag to compare
  • [Contribution by @mattdeitke #168] Added support for compilation on non-browser environments where references to the window or document are not available such as Gatsby

8.2.3

11 Mar 21:50
Compare
Choose a tag to compare
  • Added matchWebGLToCanvasSize prop to customise the WebGL canvas target render size instead of requiring it to always match 1:1 with the High DPI CSS size of the canvas.
  • Added canvas event to UnityContexts emitting an event when the canvas is ready