Panel 1.9.3 is a patch release addressing several bug fixes for ReactiveESM components, OAuth handling, and dev mode document cleanup. Many thanks to @Coderambling, @hoxbro and @philippjfr for contributing to this release.
🐛 Bug Fixes
- Ensure property changes do not boomerang on
ReactiveESM(#8617) - Fix regression when cleaning up documents in dev mode (#8616)
- Ensure OAuth expiry value is cast to number (#8611)
- Ensure ESM components only check rendered children for readiness (#8609)
- Fix
holdcontext manager in threaded mode (#8619) - Ensure pyodide
pyrenderfunction does not useglobals()as context potentially breaking itself during execution (#8620) - Clean up dangling write tasks on session destroy (#8621)