Skip to content

Releases: deephaven/web-client-ui

v0.74.0

24 Apr 19:02
Compare
Choose a tag to compare

0.74.0 (2024-04-24)

Bug Fixes

Features

  • Add DashboardPlugin support to embed-widget (#1950) (27fc8bd)
  • replace code studio home icon with "Code Studio" as label (#1951) (111ea64), closes #1794

v0.73.0

19 Apr 14:26
Compare
Choose a tag to compare

0.73.0 (2024-04-19)

Bug Fixes

  • allow plotly plots to shrink inside ui.flex/grid layouts (#1946) (88fbe86)
  • Fix issues when auto-size columns/rows is false, and when row headers are not 0 (#1927) (01c2a06)

Features

BREAKING CHANGES

  • LIST_VIEW_ROW_HEIGHT number constant replaced with
    dictionary LIST_VIEW_ROW_HEIGHTS

v0.72.0

04 Apr 18:26
Compare
Choose a tag to compare

0.72.0 (2024-04-04)

Bug Fixes

  • Add isInvalid prop to Select component (#1883) (1803f31), closes #1882
  • adjust alignment of search input next/previous buttons (#1917) (c7fcd38)
  • Dashboard onLayoutInitialized not firing if config is empty (#1914) (84c648b)
  • package-lock missing pinned dependency (#1920) (1d9d216)

Code Refactoring

  • Change embed-grid and embed-chart to redirects (#1873) (e17619a)

Features

BREAKING CHANGES

  • @deephaven/embed-grid does not handle messages to the
    iframe for filtering or sorting the grid any more

v0.41.6

03 Apr 20:18
Compare
Choose a tag to compare

0.41.6 (2024-04-03)

Bug Fixes

v0.71.0

28 Mar 12:50
Compare
Choose a tag to compare

0.71.0 (2024-03-28)

Bug Fixes

Features

  • Change autoclosing bracket behavior to beforeWhitespace (#1905) (80207f4)
  • Picker - Table support for key + label columns (#1876) (bfbf7b1), closes #1858

v0.70.0

22 Mar 13:27
Compare
Choose a tag to compare

0.70.0 (2024-03-22)

chore

Features

BREAKING CHANGES

  • ValidateLabelInput is no longer included in the
    @deephaven/components package.

v0.69.1

15 Mar 20:23
Compare
Choose a tag to compare

0.69.1 (2024-03-15)

Bug Fixes

v0.69.0

15 Mar 18:15
Compare
Choose a tag to compare

0.69.0 (2024-03-15)

Bug Fixes

Features

  • expose spectrum Flex component as wrapped deephaven component (#1869) (5e71488)

v0.68.0

08 Mar 20:38
Compare
Choose a tag to compare

0.68.0 (2024-03-08)

Bug Fixes

Features

  • Add support to pass in mouseHandlers into IrisGrid (#1857) (acf32a6)
  • Picker - Item description support (#1855) (026c101)

v0.67.0

04 Mar 20:40
Compare
Choose a tag to compare

0.67.0 (2024-03-04)

Bug Fixes

  • Update plotly to v2.29, resolve some rendering issues (#1806) (8892074)

Features

  • Added section support to Picker (#1847) (1381ee7)
  • Plugin loader should prioritize new plugin format, when available (#1846) (c6ef5b3)