Skip to content

Commit 2c5dea3

Browse files
committed
Version 0.11.0-rc.3
1 parent 12f96cd commit 2c5dea3

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
- Changed `React.jsxKeyed(s)`, `ReactDOM.jsxKeyed(s)` having key as optional argument.
66
- Changed `React.fragmentProps` children field to optional.
7-
- Removed the helper functions for JSX v4 from `React.res`
7+
- Removed the helper functions for JSX v4 from `React.res`.
8+
- Made `React.component` conversion function zero cost.
89

910
## 0.11.0-rc.2
1011

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/react",
3-
"version": "0.11.0-rc.2",
3+
"version": "0.11.0-rc.3",
44
"description": "React bindings for ReScript",
55
"files": [
66
"README.md",
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",
33-
"rescript": "^10.1.0-rc.2"
33+
"rescript": "^10.1.0-rc.3"
3434
},
3535
"peerDependencies": {
3636
"react": ">=18.0.0",

0 commit comments

Comments
 (0)