v0.7.11 Pre-release thread #5277
Closed
adhami3310
announced in
Release
Replies: 0 comments
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.11a'Schedule
2025-05-08 14:25 PST: 0.7.11a1 pre-release published for testing
2025-05-12: Planned Public release of 0.7.11
Release Notes
[DEPRECATION]
rx.next.videoIt wasn't particularly usable to begin with.
Slightly stronger hydration mismatch strictness
This will stop you from putting
rx.el.pinside of arx.el.pand such.Add option to disable auto-setters
This can allow you to be more explicit on what public State fields can be set by the user.
Use Javascript syntax over JSX
This shouldn't affect you, but our output code is now using normal Javascript and no JSX syntax. This solves some of the issues we had with context swapping between Vars and Components.
Upgrade
rx.iconLucide has updated their list of icons, and now those changes are available in Reflex.
Remove Cond as a Memoization leaf
This might improve the runtime performance of your frontend!
Optimizations
to_camel_caseby 128% by @misrasaurabh1 in ⚡️ Speed up functionto_camel_caseby 128% #5239Bugfixes
Misc
Chores
New Contributors
to_camel_caseby 128% #5239Full Changelog: v0.7.10...release/reflex-0.7.11
Beta Was this translation helpful? Give feedback.
All reactions