Skip to content

Releases: deephaven/web-client-ui

v0.97.0

23 Oct 18:58
Compare
Choose a tag to compare

0.97.0 (2024-10-23)

⚠ BREAKING CHANGES

  • RefreshToken related classes have been removed from @deephaven/jsapi-components. This functionality did not actually work in Core, and was unused. The RefreshToken type is now defined in @deephaven/jsapi-types, as dh.RefreshToken.

Features

Bug Fixes

  • add gap between type and name in widget panel tooltip (#2258) (4e8ad58), closes #2254
  • Fix Type in Spectrum Modal Overlay Background Color (#2267) (9d84d8d)
  • Remove RefreshBootstrap and refresh token handling (#2257) (5686032)

v0.96.1

11 Oct 17:21
Compare
Choose a tag to compare

0.96.1 (2024-10-11)

Bug Fixes

  • DH-17851: Fix snapshot error in TreeTable model when selection extends past viewport (#2251) (cac799f)
  • DH-17861: Fix the warning about IrisGridModelUpdater render not being a pure function (#2249) (9e83393)

v0.96.0

04 Oct 15:56
Compare
Choose a tag to compare

0.96.0 (2024-10-04)

⚠ BREAKING CHANGES

  • The app should call MonacoUtils.init with a getWorker function that
    uses the JSON worker in addition to the general fallback worker when
    adding support for configuring ruff.

Features

Bug Fixes

  • Change ruff errors to warnings and fix config saving (#2246) (6ae25a2)
  • Closing tab with middle mouse on Linux pasting into active editor (#2240) (91bd8fe), closes #1461
  • DH-17537: Fix Advanced Filter dialog not showing the values list on tree tables (#2232) (86e16ee)
  • DH-17730: Fix Proxy Model Undefined Formatter (#2237) (ee1bc2f)
  • improve color contrast of editor find in dark mode (#2248) (f8dd133)
  • Layout shifts when opening and closing panels from a fresh state (#2241) (aad0aa6), closes #1268
  • Reuse dashboard tabs when reassigning the variable (#2243) (d2c6eab), closes #1971

v0.85.6

27 Sep 14:26
Compare
Choose a tag to compare

0.85.6 (2024-09-27)

Bug Fixes

v0.85.5

26 Sep 00:10
Compare
Choose a tag to compare

0.85.5 (2024-09-26)

Bug Fixes

  • Cherry-pick DH-17537: Fix Advanced Filter dialog not showing the values list on tree tables (#2235) (790566a)

v0.95.0

20 Sep 17:22
Compare
Choose a tag to compare

0.95.0 (2024-09-20)

⚠ BREAKING CHANGES

  • eslint rule will require type only imports where
    possible

Bug Fixes

Code Refactoring

  • Added consistent-type-imports eslint rule and ran --fix (#2230) (2744f97), closes #2229

v0.94.0

18 Sep 20:10
Compare
Choose a tag to compare

0.94.0 (2024-09-18)

⚠ BREAKING CHANGES

  • TestUtils has been moved to new package
    @deephaven/test-utils. Consumers will need to install the new package
    as a dev dependency and update references.

Features

  • Pass through additional actions from WidgetPanel (#2224) (bc720d1)

Code Refactoring

v0.93.0

12 Sep 14:24
Compare
Choose a tag to compare

0.93.0 (2024-09-12)

Features

Bug Fixes

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