@rescript/react
Advanced tools
+18
-0
@@ -13,2 +13,20 @@ # Changelog | ||
| ## 0.14.0 | ||
| #### :nail_care: Polish | ||
| - Keep `useTransition` backward compatibility and add `startTransition`. https://github.com/rescript-lang/rescript-react/pull/142 | ||
| ## 0.14.0-rc.1 | ||
| #### :rocket: New Feature | ||
| - Bindings for new React 19 APIs. https://github.com/rescript-lang/rescript-react/pull/133 | ||
| #### :boom: Breaking Change | ||
| - Bumped React peer dependency to 19.0. https://github.com/rescript-lang/rescript-react/pull/139 | ||
| - Removed legacy JSX v3 modules and deprecated functions. https://github.com/rescript-lang/rescript-react/pull/129 | ||
| - Removed support for curried mode. https://github.com/rescript-lang/rescript-react/pull/131 | ||
| ## 0.13.1 | ||
@@ -15,0 +33,0 @@ |
+2
-3
| { | ||
| "name": "@rescript/react", | ||
| "version": "0.14.0-rc.1", | ||
| "version": "0.14.0", | ||
| "description": "React bindings for ReScript", | ||
@@ -38,4 +38,3 @@ "files": [ | ||
| "react-dom": ">=19.0.0" | ||
| }, | ||
| "packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538" | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82011
1.07%