This micro-release primarily ships a variety of bug and regression fixes focusing on auth, the chat components, and WASM (i.e. PyScript and Pyodide) support. It also adds an enhancement to the auth components that now makes it possible to let users access applications as a guest. Many thanks to
our new contributors @art3xa, @polivbr and @tupui as well as our core development team including @MarcSkovMadsen, @maximlt, @ahuang11 and @philippjfr.
Enhancements
- Add support for authenticating as guest using OAuth and basic auth components (#5743)
Bug fixes
- Ensure
ColorMapwidget correctly handles shared layout and display parameters (#5732) - Fix accessing refreshed
access_token(#5734) - Ensure
Markdowncode blocks always wrap (#5738) - Fix returning
state.user_infoif noid_tokenis present in cookies (#5747) - Fix
Widget.from_paramtype annotation (#5754) - Fix auto send for
ChatInterfacewithTextAreaInput(#5762) - Add support for iframe
srcdoconLocation(#5774) - Ensure
Tabulator.styleapplies correctly with changing data (#5757) - Ensure
panel convertcan correctly detecttransformers_jsimport (#5772) - Adjust
ReactiveHTMLcss resources for relative paths (#5779) - Ensure invalid query parameters warn instead of erroring (#5781)
- Apply pyscript CSS by default without the splashscreen (#5784)
- Ensure components which require DOM element to be attached can be rendered in
Card(#5786)