#<Sawyer::Resource:0x00007fbd82367850> v1.9.3 Release Notes
Release Date: 2026-06-01 // 16 days ago-
๐ 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)
๐ ๐ Documentation
- Ensure property changes do not boomerang on
Previous changes from v1.9.2
-
๐ Version 1.9.2
๐ A patch release addressing a small regression on
ReactComponentcausing the Document never to register as idle. Also fixes a memory leak related to tracking components in non-server contexts. Thank you to @philippjfr for his contributions to this release.๐ ๐ Bug Fixes