Skip to content

Releases: jeffreylanters/react-unity-webgl

7.0.8

27 Dec 10:21
9123cd8
Compare
Choose a tag to compare
  • Fixed 'Make compatible with --isolatedModules TypeScript flag' #54

7.0.7

01 Nov 13:26
a1d2f63
Compare
Choose a tag to compare
  • Upgraded TypeScript compiler version
  • Upgraded target module
  • Fixed 'Implicit window object' bug

7.0.6

17 Jul 15:44
Compare
Choose a tag to compare

Changes

  • Added automatic canvas size adjustment when the window is resized see wiki

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x

7.0.5

13 Jul 12:41
Compare
Choose a tag to compare

Changes

  • Fixed bug where the config would not be inherited correctly.

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x

7.0.4

02 Jul 12:08
Compare
Choose a tag to compare

Changes

  • Fixed bug where you could not create two players at once.

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x

7.0.3

28 Jun 20:25
Compare
Choose a tag to compare

Changes

  • Removed typescript dependency

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x

7.0.2

28 Jun 15:32
Compare
Choose a tag to compare

Changes

  • Minor optimalisations

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x

7.0.1

25 Jun 22:02
Compare
Choose a tag to compare

Changes

  • Solved issue where unused source maps caused not found messages in the console.

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x

7.0.0

25 Jun 20:56
6d4cf71
Compare
Choose a tag to compare

Changes

  • I'm happy to announce version 7 of my library finally released! I've put a lot of work into this library so if you've found any errors feel free to edit the documentation or create a pull request. To learn more about contributing please look at the contribution page on this wiki. Please see the documentation for further details.

Compatible with Unity:

  • 5.6.x
  • 2017.x
  • 2018.x

6.5.1

24 Jun 13:40
Compare
Choose a tag to compare

Compatible with Unity:

  • 2017.x
  • 2018.x

Changes

  • Allow React function bindings to return values from jslib calls