This release includes several fixes and enhancements for notebook stability, Tabulator behavior, ESM/ReactiveComponent handling, and Markdown rendering. It also adds documentation updates for FastAPI integration, app conversion guides, and the Panel roadmap.
๐ Bug Fixes
- Fix error in notebook environments causing failure to run apps (#8334)
- Prevent
Tabulatorfrom unintentionally revertingshow_index=Falseback toTrue(#8333) - Ensure transformed param values are inherited by ESM components (#8338)
- Ensure DataFrame objects can be referenced in Vega
datasets(#8330) - Improve handling of code highlighting in
Markdownpane (#8331) - Allow replacing child models inside
ReactiveESMcomponents (#8348)
๐ Documentation
- Add how-to guides for converting Panel apps to desktop and mobile apps (#8349)
- Update FastAPI integration instructions (#8337)
- Publish updated Roadmap for Panel v2 and beyond (#8339)
๐งช Maintenance & Build
- Use trusted publisher setup for NPM release
- Bump Node.js version used in build