-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[new release] server-reason-react (0.4.1) #29220
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
Merged
Merged
+64
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHANGES: * Use OCaml 5.4.0 by @davesnx in ml-in-barcelona/server-reason-react#335 * Use latest ppxlib by @davesnx in ml-in-barcelona/server-reason-react#334 * Update to latest quickjs by @davesnx * Update dependency and usage by @davesnx in ml-in-barcelona/server-reason-react#333 * Add filter to esbuild plugin to scope entrypoint by @pedrobslisboa in ml-in-barcelona/server-reason-react#330 * Add back and forward navigation to nested router by @pedrobslisboa in ml-in-barcelona/server-reason-react#329 * Implement memo and memoCustomCompareProps by @davesnx * Move Date, BigInt and modularise Js by @davesnx in ml-in-barcelona/server-reason-react#327 * Create complex navigation at RSC demo by @pedrobslisboa in ml-in-barcelona/server-reason-react#307
Member
|
Thanks! Still one lurking ppx failure; is this relevant to this PR? |
Contributor
Author
|
That's styled-ppx, let me push a new version (davesnx/styled-ppx#569) and add constraints |
…x/opam-repository into release-server-reason-react-0.4.1 * 'release-server-reason-react-0.4.1' of github.com:davesnx/opam-repository: (100 commits) [new release] server-reason-react (0.4.1) add a conflict between mirage-runtime and lwt 6.0.0 [new release] miou (0.5.1) [new release] art (0.3.0) Update packages/ffmpeg-avutil/ffmpeg-avutil.1.2.8/opam 14 packages from savonet/ocaml-posix at 4.0.1 Package rfsm.2.3 [new release] trace (4 packages) (0.10.1) Bump dune to 3.20 Bump dune version to 3.2 Fit release 1.4.1 [new release] quickjs (0.4.2) Release of expr 0.7.0 qdrant: opam 2.1+만 지원 10 packages from ocurrent/ocurrent at 0.7.3 lwt: fix ocamlfind version constraint fix dep to ocamlfind (with-dev-setup rather than dev) Add intel_hex.0.1 Add qdrant.0.1.0 - Pure OCaml client for Qdrant vector database camlp4.5.4 requires OCaml >= 5.4.1 on macOS and Windows ...
Contributor
Author
|
Added constraints 2bde7a9 for current styled-ppx's version |
Member
|
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rendering React components on the server natively
CHANGES: