Skip to content

v0.5.7

Compare
Choose a tag to compare
@masenf masenf released this 16 Jul 20:47
9a7e5a0

New Features

  • Catch unhandled errors on both frontend and backend by @maximvlah in #3572
    • rx.App now supports frontend_exception_handler and backend_exception_handler which are called when unhandled exceptions occur.
    • Fix the error boundary by @maximvlah in #3637
  • Bare SQLAlchemy mutation tracking by @benedikt-bartscher in #3628
  • feat: Adding an event to go back just as the user would. by @abulvenz in #3636
    • return rx.event.back()

Improvements

Bug Fixes

Documentation

Var Refactor

This release includes some new experimental features being developed incrementally in reflex._x.vars.

Other Changes

  • pyproject.toml: bump to 0.5.6 by @masenf in #3635
  • benchmarks.yml: use node 18.x with reflex-web@main by @masenf in #3657

New Contributors

Full Changelog: v0.5.6...v0.5.7