v0.7.5 Pre-release thread #5051
Closed
adhami3310
announced in
Release
Replies: 2 comments
-
|
custom next js version use gonna be nice. perfect for testing components for compatibility |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
0.7.5 was released |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.7.5a'Schedule
2025-03-27 16:10 PST: 0.7.5a1 pre-release published for testing
2025-03-31: Planned Public release of 0.7.5
Release Notes
NextJS back at latest version
As we have had more bugs related to the downgrade, we now have upgraded it back and disable turbopack by default. You can overwrite nextjs version with
NEXTJS_VERSIONbut it is very much NOT SUPPORTED. Expect bugs when you do so.Event handlers as Vars
Not flashy, but you can use handlers in conds and such
This only works when the event handler takes no arguments, however, you should use the much more reliable:
Where you call the event handlers. You can use lambda syntax to provide arguments for them.
Expose Socket constants for further customizability
Exposes
REFLEX_SOCKET_MAX_HTTP_BUFFER_SIZE,REFLEX_SOCKET_INTERVAL,REFLEX_SOCKET_TIMEOUTto be modified.Add support for ndigits for dunder method round for int vars
Expose run_in_thread
rx.run_in_threadis a simple wrapper around asyncio to run a function in a different thread.Allow
Noneas children of componentsPreviously we errored, but now we allow it, it doesn't render to anything.
Allow arguments for rx.memo event handlers
You can even define your own event spec
Bugfixes
Chores
Full Changelog: v0.7.4...v0.7.5
Beta Was this translation helpful? Give feedback.
All reactions