Skip to content

Commit 20791a3

Browse files
Updated release notes
2 parents df1d58f + f4dbe39 commit 20791a3

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
I'm thrilled to announce the release of version 9 of React Unity WebGL, celebrating the 5 year anniversary of the module and nomination at the React Summit 2022 in the category of "The Most Exciting Use of Technology"!
2-
3-
- A complete overhaul of the entire API, moving away from classes to React Hooks
4-
- Moved the README into an all new website at [react-unity-webgl.dev](https://react-unity-webgl.dev)
5-
- Major improvements to the performance of the module
1+
Resolved an issue where bundlers were unable to locate the distribution of the module on Windows based machines.

module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"url": "https://paypal.me/jeffreylanters"
2929
}
3030
],
31-
"main": "/distribution/exports.js",
32-
"types": "/distribution/exports.d.ts",
31+
"main": "./distribution/exports.js",
32+
"types": "./distribution/exports.d.ts",
3333
"browserslist": {
3434
"production": [
3535
">0.2%",

0 commit comments

Comments
 (0)