@rescript/react
Advanced tools
+10
-0
@@ -13,2 +13,12 @@ # Changelog | ||
| ## 0.13.0 | ||
| #### :boom: Breaking Change | ||
| - Replace usages of `%external` by binding to `globalThis`. This is to support upcoming ReScript 12 versions. For older browsers, it may be necessary to polyfill `globalThis`. | ||
| #### :bug: Bug Fix | ||
| - Remove hardcoded `require` so it works in both common js and ES module modes. (https://github.com/rescript-lang/rescript-react/pull/117) | ||
| ## 0.12.2 | ||
@@ -15,0 +25,0 @@ |
+1
-1
| { | ||
| "name": "@rescript/react", | ||
| "version": "0.12.2", | ||
| "version": "0.13.0", | ||
| "description": "React bindings for ReScript", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
218286
0.32%