Releases: deephaven/web-client-ui
Releases · deephaven/web-client-ui
v1.10.3
v0.85.40
v1.10.2
v0.85.39
v1.10.1
v0.85.38
v1.10.0
v0.85.37
v1.9.0
1.9.0 (2025-11-12)
Features
- Add .lm_dragging to .lm_root and style nested dragging, also style default empty dashboard (#2560) (e076af5)
- DH-18779: Auto-resize column header groups (#2566) (0160356)
- DH-18780: Resizable column header groups (#2567) (b64a49c)
- DH-18960: Improve column selection functionality for large tables (#2555) (e1c2dc4)
- DH-20594: Prevent joined columns from being edited (#2551) (774c4cc)
- DH-20769: Use new JS API in useViewportData to retrieve data (#2557) (4d7c106)
Bug Fixes
- allow overflow scroll for widget list and dashboard overlow list. (#2558) (4d955b4)
- DH-20734: Datetime tooltip shown on wrong column when column is moved (#2554) (afdb592)
- keyboard navigation to last row/column enables sticky scrolling (#2562) (f3eb538), closes #2361
- Loading spinner would flash sometimes on startup (#2569) (35b3bf2)
- Update browser title in embed-widget to show widget name (#2559) (6a3c025)
v1.8.0
1.8.0 (2025-10-16)
This release should be compatible with React 19.
Features
- Column organization overflow and undo/redo (#2546) (5ef19c2)
- DH-16956: Move fontbootstrap from app-utils to components so it can be consumed in DHE (#2545) (c0084cf), closes #1944
- Upgrade to React 18 (#2527) (b369a51)
Bug Fixes
- Accept all HasEventHandling types when creating event Promise (#2550) (e9774ad)
- Add explicit refs to react-transition-group for React 19 support (#2534) (eaa583e)
- DH-20255 Limit maximum depth to serialize redux log data (#2544) (9cd6593)
- DH-20319: Stuck to bottom of table not sticking (#2547) (5216008)
- DH-20500: Links without operators not working (#2541) (cbb4fc5)
- Pass optional expandDescendants arg to setColumnExpanded (#2540) (a19bc11)