@rescript/react
Advanced tools
+7
-0
| # Changelog | ||
| ## 0.11.0-rc.3 | ||
| - Changed `React.jsxKeyed(s)`, `ReactDOM.jsxKeyed(s)` having key as optional argument. | ||
| - Changed `React.fragmentProps` children field to optional. | ||
| - Removed the helper functions for JSX v4 from `React.res`. | ||
| - Made `React.component` conversion function zero cost. | ||
| ## 0.11.0-rc.2 | ||
@@ -4,0 +11,0 @@ |
+2
-2
| { | ||
| "name": "@rescript/react", | ||
| "version": "0.11.0-rc.2", | ||
| "version": "0.11.0-rc.3", | ||
| "description": "React bindings for ReScript", | ||
@@ -33,3 +33,3 @@ "files": [ | ||
| "react-dom": "^18.2.0", | ||
| "rescript": "^10.1.0-rc.2" | ||
| "rescript": "^10.1.0-rc.3" | ||
| }, | ||
@@ -36,0 +36,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
217441
0.01%