Releases: jeffreylanters/react-unity-webgl
Releases · jeffreylanters/react-unity-webgl
8.3.5
- Transferred repository back to my personal account
- Updated documentation regarding some frequently asked questions
8.3.4
- Updated documentation
8.3.3
- Added key names to event map types
- Minor changes and improvements
8.3.2
- Added UnityConfig interface to exports allowing external configuration
8.3.1
- Documentation changes and improvements
8.3.0
- 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
- Added more complex and helpful examples to the documentation
8.2.5
- Updated documentation
- Minor improvements
8.2.4
- [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
- 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