New
v0.8.17
Release Notes
Pass event name for lock expiry messages
- add context for lock expiry by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5918
Expose Sourcemap generation via VITE_SOURCEMAP, and rolldown experimental HMR via VITE_EXPERIMENTAL_HMR
- expose exp hmr and sourcemap by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5906
Misc
- make error boundary look nicer by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5926
- more auto_reload_on_error patterns by @masenf in https://github.com/reflex-dev/reflex/pull/5925
Bugfixes
- ENG-8034: fix window events inside of memoization leaf by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5899
- fix: properly initialize rx.Field annotated backend vars in mixin states by @benedikt-bartscher in https://github.com/reflex-dev/reflex/pull/5909
- ENG-8113: handle_frontend_exception triggers auto reload by @masenf in https://github.com/reflex-dev/reflex/pull/5922
- ENG-8050: background event updates set
final=Noneby @masenf in https://github.com/reflex-dev/reflex/pull/5898
Chores
- Add virtual environment setup instructions to README by @ChloeAnn08 in https://github.com/reflex-dev/reflex/pull/5913
- 0817dev by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5916
- avoid racey flakes in test_client_storage by @masenf in https://github.com/reflex-dev/reflex/pull/5920
New Contributors
- @ChloeAnn08 made their first contribution in https://github.com/reflex-dev/reflex/pull/5913
Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.8.16...v0.8.17