github reflex-dev/reflex v0.7.1

19 hours ago

Breaking Changes

  • rx.var decorated functions cannot take arguments (it didn't work before, but now it raises exception)

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

New Contributors

Full Changelog: v0.7.0...v0.7.1

Don't miss a new reflex release

NewReleases is sending notifications on new releases.