@rescript/react
Advanced tools
+39
-1
| # Changelog | ||
| > **Tags:** | ||
| > | ||
| > - :boom: [Breaking Change] | ||
| > - :eyeglasses: [Spec Compliance] | ||
| > - :rocket: [New Feature] | ||
| > - :bug: [Bug Fix] | ||
| > - :memo: [Documentation] | ||
| > - :house: [Internal] | ||
| > - :nail_care: [Polish] | ||
| ## 0.12.0-alpha.2 | ||
| #### :rocket: New Feature | ||
| - Added `React.lazy_`. | ||
| #### :boom: Breaking Change | ||
| - Requires ReScript 11.0.0-alpha.6 or newer. | ||
| #### :bug: Bug Fix | ||
| - Fixed children type for `Fragment`, `StrictMode` and `Suspense`. | ||
| #### :nail_care: Polish | ||
| - Removed experimental `SuspenseList` component. | ||
| ## 0.12.0-alpha.1 | ||
| #### :rocket: New Feature | ||
| - Compatibility with ReScript 11 uncurried mode. | ||
| - Breaking: removed `React.callback` type. | ||
| - Added `gap` prop to `ReactDOMStyle.make`. | ||
| #### :boom: Breaking Change | ||
| - Removed `React.callback` type. | ||
| #### :bug: Bug Fix | ||
| - Updated `React_V3` compatibility module to define record field `current` for `ref`. | ||
| ## 0.11.0 | ||
@@ -9,0 +47,0 @@ |
+2
-2
| { | ||
| "name": "@rescript/react", | ||
| "version": "0.12.0-alpha.1", | ||
| "version": "0.12.0-alpha.2", | ||
| "description": "React bindings for ReScript", | ||
@@ -33,3 +33,3 @@ "files": [ | ||
| "react-dom": "^18.2.0", | ||
| "rescript": "^11.0.0-alpha.1" | ||
| "rescript": "^11.0.0-alpha.5" | ||
| }, | ||
@@ -36,0 +36,0 @@ "peerDependencies": { |
+6
-1
@@ -38,4 +38,9 @@ ## @rescript/react | ||
| - v0.11.0+ | ||
| - v0.12.0+: | ||
| - ReScript Compiler v11.0+ | ||
| - ReactJS v18.0.0+ | ||
| - v0.11.0 | ||
| - ReScript Compiler v10.1+ | ||
@@ -42,0 +47,0 @@ - ReactJS v18.0.0+ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66
8.2%215243
-0.04%