@rescript/react
Advanced tools
+15
-2
@@ -1,6 +0,17 @@ | ||
| # master | ||
| # Changelog | ||
| ## master | ||
| - Nothing yet | ||
| ## v0.10.2 | ||
| - Added `.js` extension to externals to comply to ES6 module conventions | ||
| - Bump peerDependencies versions | ||
| ## v0.10.1 | ||
| This is the initial version of `rescript-react`, a port of `reason-react@0.9` that will be almost equivalent, except for a few long needed minor breaking changes. | ||
| It is intended to be used with our newest ReScript React-JSX transformations (> JSX v3) and React v17. | ||
| It is intended to be used with our newest ReScript React-JSX transformations (> JSX v3) and React v16.8. | ||
@@ -11,2 +22,4 @@ For history on previous evolution of the code, check out the original [reason-react history](https://github.com/reasonml/reason-react/blob/master/HISTORY.md) | ||
| - **IMPORTANT:** Currently, old third-party packages that are still dependent on `reason-react` will not mix with other `@rescript/react` based code due to a build system problem. Which means that every third-party dependency needs to be upgraded to `@rescript/react` first to make it compatible. See [this forum discussion](https://forum.rescript-lang.org/t/discussion-reason-react-rescript-react-migration-path/1086) for more details. | ||
| - Removed legacy modules ("record api"): | ||
@@ -13,0 +26,0 @@ - `ReasonReactCompat` |
+5
-5
| { | ||
| "name": "@rescript/react", | ||
| "version": "0.10.1", | ||
| "version": "0.10.2", | ||
| "description": "React bindings for ReScript", | ||
@@ -29,3 +29,3 @@ "files": [ | ||
| }, | ||
| "homepage": "https://rescript-lang.org/docs/latest/react/", | ||
| "homepage": "https://rescript-lang.org/docs/react/latest/introduction", | ||
| "devDependencies": { | ||
@@ -39,5 +39,5 @@ "bs-platform": "8.3.0", | ||
| "peerDependencies": { | ||
| "bs-platform": "^8.3.0", | ||
| "react": "^16.8.1", | ||
| "react-dom": "^16.8.1" | ||
| "bs-platform": ">=8.3.0", | ||
| "react": ">=16.8.1", | ||
| "react-dom": ">=16.8.1" | ||
| }, | ||
@@ -44,0 +44,0 @@ "jest": { |
+1
-0
@@ -10,2 +10,3 @@ ## rescript-react | ||
| - Existing users want to upgrade from `reason-react@0.9` to `rescript-react@0.10` (should be a smooth transition, check out the [Changes.md](./Changes.md) for minor breaking changes) | ||
| - Make sure that all community libraries that are still on `reason-react` publish a new `@rescript/react` version as well (for compatibility reasons) | ||
| - We will soon publish our `v1.0` changes, with a new `react-jsx` version and some other cool features! Check out our [RFC post](https://forum.rescript-lang.org/t/rfc-rescript-react/901) for more infos. | ||
@@ -12,0 +13,0 @@ |
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
130337
0.66%50
2.04%