Releases: deephaven/web-client-ui
Releases · deephaven/web-client-ui
v0.93.0
0.93.0 (2024-09-12)
Features
Bug Fixes
- ChartBuilderPlugin fixes for charts built from PPQs in Enterprise (#2167) (99b8d59)
- Publish WidgetPanelProps (#2210) (7331976), closes /github.com/deephaven-ent/iris/pull/2114/files#diff-536d6ac232028a4ebbafc5ca79bb1a22844488a4b628196e43056379f9326a90R17
- Use correct offset in snapshot (#2217) (a479d6c)
v0.92.0
v0.91.0
v0.90.0
0.90.0 (2024-08-21)
⚠ BREAKING CHANGES
- Delete unused event types:
openPQObject
,
openControl
,reload
,clearAllFilters
.
Bug Fixes
- GridMetrics including totals rows in visible rows when scrolled to bottom (#2194) (d409e96)
- makeEventFunctions take an array of parameters (#2186) (f5b01fd)
- TablePlugin needs to know table name and selected range (#2181) (0b37477), closes #2093
Code Refactoring
v0.85.4
v0.89.0
v0.88.0
0.88.0 (2024-08-06)
Features
- Allow ref callback for Chart and ChartPanel (#2174) (56d1fa9)
- Export Internationalized Date Types for DatePicker (#2170) (7fb4f64)
Bug Fixes
- Check for the getBaseTable API before calling it (#2168) (a5cb947)
- DH-17454: Combine modal classes instead of replacing (#2173) (a2d5d5f)
- DH-17454: Wrap Modal in SpectrumThemeProvider (#2169) (0058b18)
- Input Tables cannot paste more rows than number of visible rows (#2152) (1d51585)
- Propogation of Scroll Events when Scroll Position is at a Boundary (#2166) (cb72d29), closes #2101
- Restrict officially supported browserlist (#2159) (5b06ecc), closes #1752