Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for React 19 #846

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4d9eeca
Add useTransition with async support
davesnx Jul 16, 2024
39189e0
Add useTransitionAsync into the interface
davesnx Jul 16, 2024
b869bd3
Add useOptimistic
davesnx Jul 16, 2024
e47a0ca
Rename use to usePromise and add useContext
davesnx Jul 16, 2024
81942e4
Move useTransitionAsync to Experimental
davesnx Jul 16, 2024
b823e5c
Add formStatus to interface
davesnx Jul 16, 2024
c4a7fdd
Leftover from removing useTransitionAsync to Experimental
davesnx Jul 16, 2024
fd7faa4
Add action_ and action_Async in ReactDOM props
davesnx Jul 16, 2024
97dd3d3
Fix reference to function on formStatus
davesnx Jul 16, 2024
e56f547
Merge branch 'main' of github.com:/reasonml/reason-react into 19
davesnx Jul 17, 2024
06b1da6
Embed FormData for now
davesnx Jul 17, 2024
9031415
Add test of Form with useOptimistic
davesnx Jul 17, 2024
52c8144
Merge branch 'main' of github.com:/reasonml/reason-react into 19
davesnx Jul 17, 2024
05d9f44
Merge branch 'main' of github.com:/reasonml/reason-react into 19
davesnx Nov 15, 2024
2190bb9
Embed FormData into ReactDOM
davesnx Nov 18, 2024
e3a97dd
Move formStatus into ReactDOM
davesnx Nov 18, 2024
ea1ff9a
Run formatter
davesnx Nov 18, 2024
a1cbb4f
Bind React.useActionState instead of ReactDOM.useFormState
davesnx Nov 18, 2024
1ad8321
Remove React.use being 'a => 'b
davesnx Nov 18, 2024
447ca53
Revert change on ReactDOM's prop 'action'
davesnx Nov 18, 2024
50bde6a
useAction state published in React.rei
davesnx Nov 18, 2024
16090ac
Remove React.use being 'a => 'b
davesnx Nov 18, 2024
e6fdb2e
Use act from 'react' inseat of react-dom/test-utils
davesnx Nov 18, 2024
ca13b5a
Snapshot with lower {}
davesnx Nov 20, 2024
563d8af
Update src/React.re
davesnx Nov 20, 2024
9ce19ea
Update src/React.re
davesnx Nov 20, 2024
5636b99
Update src/React.re
davesnx Nov 20, 2024
cb48b76
Add uri comment back on action
davesnx Nov 25, 2024
e78adcc
Add deprecations on ReactDOMTestUtils
davesnx Nov 25, 2024
f5f5579
Merge branch '19' of github.com:/reasonml/reason-react into 19
davesnx Nov 25, 2024
66cd920
Replace react dom's testing library with ReactTestingLibrary (#859)
davesnx Nov 25, 2024
08f5e19
Enable ref as valid prop (#862)
davesnx Nov 25, 2024
ea1f768
Merge branch 'main' of github.com:/reasonml/reason-react into 19
davesnx Nov 25, 2024
05ecc63
Merge branch '19' of github.com:/reasonml/reason-react into 19
davesnx Nov 25, 2024
e017f0b
Migrate custom childrens test to RTL
davesnx Nov 25, 2024
ba36dc2
Fix role for React__test
davesnx Nov 25, 2024
52e585a
Rollback change on _ppx
davesnx Nov 25, 2024
4c0e525
Merge branch 'main' of github.com:/reasonml/reason-react into 19
davesnx Feb 24, 2025
0bc3400
Install latest react version with the useState fix
davesnx Feb 24, 2025
e9a07d7
Merge branch 'main' of github.com:/reasonml/reason-react into 19
davesnx Feb 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of github.com:/reasonml/reason-react into 19
* 'main' of github.com:/reasonml/reason-react:
  fix: type of pipeable stream to allow objects with keys (#854)
  reason-react-ppx: + lower bound in ocaml
  add missing entries to changelog
  Fix multi-child fragment (#852)
  update compiler version in makefile cmd (#851)
  Add locations-check test (#844)
  fix: re-enable failing tests + fix location tests (#850)
  test: repro #840 (#842)
  Add CSS Box Alignment Module Level 3 (#847)
davesnx committed Nov 15, 2024

Verified

This commit was signed with the committer’s verified signature.
davesnx David Sancho
commit 05d9f44d7e08ace13fa0fd3505704ad8569915c7

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.