Skip to content

Releases: deephaven/web-client-ui

v0.100.0

18 Dec 15:58
Compare
Choose a tag to compare

0.100.0 (2024-12-18)

Features

Bug Fixes

  • Allow double and float types to be rollupable (#2311) (ab5b3b6), closes #2295
  • Swapping esbuild for esbuild-wasm to fix OS specific dependency (#2317) (f37d25f)
  • Table plugins - pass through deprecated props (#2308) (d884bff), closes #2274

v0.85.8

17 Dec 20:32
Compare
Choose a tag to compare

0.85.8 (2024-12-17)

Bug Fixes

v0.85.7

16 Dec 15:18
Compare
Choose a tag to compare

0.85.7 (2024-12-16)

Bug Fixes

  • Input Tables cannot paste more rows than number of visible rows (#2313) (bb424d1)

v0.99.2

10 Dec 16:03
Compare
Choose a tag to compare

0.99.2 (2024-12-10)

Bug Fixes

v0.99.1

29 Nov 20:40
Compare
Choose a tag to compare

0.99.1 (2024-11-29)

Bug Fixes

v0.99.0

15 Nov 00:24
Compare
Choose a tag to compare

0.99.0 (2024-11-15)

Features

Bug Fixes

v0.98.0

12 Nov 20:14
Compare
Choose a tag to compare

0.98.0 (2024-11-12)

Features

Bug Fixes

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