New Features
new transpile_packages
field in rx.Component
For 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 windows
Much 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.
- Fix For When user selects Empty files using File Upload by @Yummy-Yums in #3051
Enum types are now serialized to their value
- added serializer for enums by @wassafshahzad in #3058
Automatic tuple unpacking also works for Component children
- [REF-2524]Tuple unpacking should apply at component level by @ElijahAhianyo in #3062
Bug Fixes
- minimal fix for upload_url in rx.download by @Lendemor in #3073
- Force pydantic v1 for sqlmodel compatibility by @masenf in #3026
- Fix annotated EventHandler by @masenf in #3076
Experimental
Other Changes
- chore: fix some typos in comments by @hugehope in #3071
- fix: removed .git in template URL by @wassafshahzad in #3049
New Contributors
Full Changelog: v0.4.7...v0.4.8