Skip to content

Releases: deephaven/web-client-ui

v0.92.0

03 Sep 17:21
Compare
Choose a tag to compare

0.92.0 (2024-09-03)

Features

  • Make rollup group behaviour a setting in the global settings menu (#2183) (bc8d5f2), closes #2128
  • Set selected theme via query string param (#2204) (89ede66), closes #2203

Bug Fixes

v0.91.0

23 Aug 19:25
Compare
Choose a tag to compare

0.91.0 (2024-08-23)

Features

v0.90.0

21 Aug 18:27
Compare
Choose a tag to compare

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

  • Change TabEvent to object literal, add TabEventMap (#2191) (419f95d)

v0.85.4

20 Aug 20:40
Compare
Choose a tag to compare

0.85.4 (2024-08-20)

Bug Fixes

v0.89.0

15 Aug 14:40
Compare
Choose a tag to compare

0.89.0 (2024-08-15)

Features

Bug Fixes

  • Errors thrown during a grid update are not caught (#2188) (2e59b92)
  • Proxy model not setting defined values in parent class (#2187) (5f9cf7f)
  • Restrict @adobe/spectrum imports (#2179) (a257296), closes #1908

v0.88.0

06 Aug 14:24
Compare
Choose a tag to compare

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

v0.85.3

23 Jul 14:24
Compare
Choose a tag to compare

0.85.3 (2024-07-23)

Features

Bug Fixes

v0.87.0

22 Jul 18:18
Compare
Choose a tag to compare

0.87.0 (2024-07-22)

⚠ BREAKING CHANGES

  • Fix any try / catch blocks that return non-awaited
    Promises

Features

Bug Fixes

  • Enabled @typescript-eslint/return-await rule and fixed offending code (#2157) (7875d03), closes #2154

v0.86.1

18 Jul 18:51
Compare
Choose a tag to compare

0.86.1 (2024-07-18)

Bug Fixes

  • add back panel prop to IrisGrid Plugin (#2155) (6362eb7), closes #2093
  • Remove the session wrapper from the embedded widget app (#2158) (b76c1d7)

v0.86.0

17 Jul 20:26
Compare
Choose a tag to compare

0.86.0 (2024-07-17)

Features

Bug Fixes