Version 0.10.0
Panel Material UI 0.10.0 introduces new layout and chat capabilities, including a Feed layout component, "mention" support in ChatInterface, and scroll behaviors for Column. The release also brings several menu and navigation improvements, compatibility with the upcoming Panel 1.9.0 release, and a range of bug fixes and UI polish.
Many thanks to the contributors to this release including: @philippjfr, @hoxbro, @ghostiee-11, @ahuang11, and @AtharvaJaiswal005.
✨ Enhancements
- Implement
Feedlayout component (#608) - Add mention support to
ChatInterface(#607) - Add
placeholderparameter toChatInterface(#588) - Add tooltip support to
Chip(#622) - Add separator support to
MenuButton(#620) - Implement scroll behaviors for
Column(#606)
🐛 Bug Fixes
- Fix
DatePickernot clearing correctly (#618) - Fix menu divider handling (#621)
- Fix editing message background fill not stretching with additional lines (#604)
🎨 UI Improvements
- Ensure
Tabulatorhighlights odd rows correctly in light mode (#619) - Ensure grid color is applied to Bokeh plots (#614)
- Optimize
sx, RGB calculations, and dark theme toggling (#609)
📦 Compatibility & Dependency Updates
- Compatibility with Panel 1.9.0 (#616)