Replies: 2 comments 1 reply
-
Got a front end exception related to ag_grid after upgrading to 0.7.1a:
Exception goes away if I revert back to 0.7.0 Note: updated this comment because originally provided the exception above as a file but that file was corrupted somehow. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This issue is pretty minor but it now has an info saying it's overriding a port only the port didn't change:
|
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.7.1a'
Schedule
2025-02-19 16:00 PST: 0.7.1a1 pre-release published for testing
2025-02-20 20:52 PST: 0.7.1a2 released
2025-02-24: Planned Public release of 0.7.1
Release Notes
New in 0.7.1a2
New Features
rx.auto_scroll
A new container that automatically scrolls to the bottom when new content is added.
New Var Operations for StringVar:
.title()
,.capitalize()
Improvements
Compile with Main Thread by Default
The new default is to compile pages on the main thread, not using an executor. For most normal-sized apps, this is faster because it avoids spinning up threads and associated overhead.
Component Props
Components as props was previously working, however in some situations, the necessary hooks/imports/custom_code associated with the component would not propagate up to the parent component and be lost. This change correctly propagates data from the component as prop for correct code generation.
Performance
Typing
Miscellaneous
Bug Fixes
Version Bumps
Other Changes
show_built_with_reflex=False
in any mode by @masenf in Allow any user to setshow_built_with_reflex=False
in any mode #4847New Contributors
Full Changelog: v0.7.0...release/reflex-0.7.1
Beta Was this translation helpful? Give feedback.
All reactions