Skip to content

Releases: deephaven/web-client-ui

v0.76.0

03 May 15:11
Compare
Choose a tag to compare

0.76.0 (2024-05-03)

Bug Fixes

Performance Improvements

  • remove focus tracking in notebook panel causing extra re-render (#1983) (a283e13)
  • remove workspace dependancy from iris-grid-panel and memoize settings redux selector (#1982) (c3ea867), closes #1977

BREAKING CHANGES

  • getPluginContent deprecatedProps have been removed from
    iris-grid

v0.75.1

02 May 12:25
Compare
Choose a tag to compare

0.75.1 (2024-05-02)

Performance Improvements

  • Use fast-deep-equal instead of `deep-equal (#1979) (3f3de9f)

Bug Fixes

  • Fix combobox scrolling (Downgrade Spectrum to 3.33.1) (#1978)

v0.75.0

01 May 13:57
Compare
Choose a tag to compare

0.75.0 (2024-05-01)

Bug Fixes

Features

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