Skip to content

Releases: jeffreylanters/react-unity-webgl

Release v9.5.2

23 Apr 11:40
Compare
Choose a tag to compare

Celebrating 1 million downloads! 🎉

  • Updated typings and development dependencies

Release v9.5.1

12 Mar 09:16
Compare
Choose a tag to compare
  • Updated typings for webGLContextAttributes powerPreference [#545]

Release v9.5.0

04 Jan 10:38
Compare
Choose a tag to compare
  • Added support for setting a custom canvas ID [#482]
  • Added string type as fallback for untyped cache control modes

Release v9.4.3

19 Jul 10:30
Compare
Choose a tag to compare
  • Added support for setting a void function as the event listener [#517]

Release v9.4.2

04 Jun 11:42
Compare
Choose a tag to compare
  • Resolved an issue where internal types were not included in the distribution [#512]
  • Updated tests to include newer versions of Unity
  • Internal typing and structure changes and improvements
  • Removed UNSAFE__detachAndUnloadImmediate from the hook due to instability
  • Resolved an issue where the canvas would always match its canvas size regardless of the matchWebGLToCanvasSize setting
  • Various documentation improvements [#490] [#499]

Release v9.4.1

31 May 17:12
Compare
Choose a tag to compare
  • Updated tests to include newer versions of Unity
  • Internal typing and structure changes and improvements
  • Removed UNSAFE__detachAndUnloadImmediate from the hook due to instability
  • Resolved an issue where the canvas would always match its canvas size regardless of the matchWebGLToCanvasSize setting [#511]
  • Various documentation improvements [#490] [#499]

Release v9.4.0

06 Jan 14:53
Compare
Choose a tag to compare
  • Added support for overwriting Unity's disabled canvas events
  • Minor internal improvements and updated typings

This is also the 100th release! 🎉

Release v9.3.0

18 Nov 08:46
Compare
Choose a tag to compare
  • Added support for overwriting the custom cache control
  • Minor internal improvements and updated typings
  • Updated development dependencies

Release v9.2.1

25 Sep 11:33
Compare
Choose a tag to compare
  • Fixed an issue where events invoked by the event system would not return their callback's return value [#455]

Release v9.2.0

23 Sep 08:00
Compare
Choose a tag to compare
  • Exposing the UnityInstance via the Unity Context for the implementation of third-party non-module packages (for advanced users only) [#435]