Replies: 2 comments
-
A minor tips , in case some os throw error "invalid requirement" you can try with
|
Beta Was this translation helpful? Give feedback.
0 replies
-
0.4.8 is 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
-
Try out the Prerelease
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.4.8a'
Schedule
2024-04-11 18:15 PDT: 0.4.8a1 is released for general testing
2024-04-15 15:13 PDT: General release of 0.4.8
Release Notes
New Features
new
transpile_packages
field in rx.ComponentFor packages on npm which are not exported as modules, these can now be transpiled by Next.JS and used directly.
Improvements
Use
bun
as a package manager on windowsMuch faster package installation on windows!
x64 only (no x86 or ARM support)
Upload with no files selected still calls event handler
Note: you need to specify a default value for your files parameter to take advantage of this change.
Enum types are now serialized to their value
Automatic tuple unpacking also works for Component children
Bug Fixes
Experimental
Other Changes
New Contributors
Full Changelog: v0.4.7...reflex-0.4.8
Beta Was this translation helpful? Give feedback.
All reactions