Skip to content

Releases: deephaven/web-client-ui

v0.66.1

28 Feb 20:12
Compare
Choose a tag to compare

0.66.1 (2024-02-28)

Bug Fixes

v0.66.0

27 Feb 19:24
Compare
Choose a tag to compare

0.66.0 (2024-02-27)

Bug Fixes

  • Fixed svg url (#1839) (63fe035), closes #1838
  • keep active cell selection in first column from going offscreen (#1823) (69e8cdd)
  • spectrum textfield validation icon position with set content-box (#1825) (8d95212)

Features

BREAKING CHANGES

  • the duplicate spectrum-Textfield-validationIcon css
    in DHE should be removed

v0.65.0

20 Feb 19:18
Compare
Choose a tag to compare

0.65.0 (2024-02-20)

Bug Fixes

Features

BREAKING CHANGES

  • MockProxy now supports spread operator. This may cause some unit tests to behave differently than before

v0.64.0

15 Feb 19:13
Compare
Choose a tag to compare

0.64.0 (2024-02-15)

Bug Fixes

  • address chrome 121 scrollbar style behaviour change (#1787) (fa3a33d)
  • Bind this to utils that moved from static to non-static with js api de-globalization (#1795) (d137ee7)

Features

BREAKING CHANGES

    • Renamed ColorUtils.getColorwayFromTheme to normalizeColorway
  • Removed chartTheme arg from functions in ChartUtils,
    ChartModelFactory and FigureChartModel in @deephaven/chart

v0.41.5

12 Feb 15:39
Compare
Choose a tag to compare

0.41.5 (2024-02-12)

Bug Fixes

v0.31.6

12 Feb 15:38
Compare
Choose a tag to compare

0.31.6 (2024-02-12)

Bug Fixes

v0.13.13

12 Feb 15:34
fdd921d
Compare
Choose a tag to compare

v0.13.13 (2023-02-12)

🐛 Bug Fix

  • #1788 fix: address chrome 121 scrollbar style behaviour change

v0.63.0

08 Feb 16:05
Compare
Choose a tag to compare

0.63.0 (2024-02-08)

Bug Fixes

Features

  • always show close button on the active panel in a stack (#1773) (33c6a8d)
  • disable "Changes you made may not be saved." prompt in dev mode (#1775) (6b0dce1)
  • multiselect values (#1736) (e6955c1), closes #1233

BREAKING CHANGES

  • linker and iris grid custom cursor styling and assets
    are now provided by components directly. DHE css and svg files
    containing linker cursors should be removed/de-duplicated.

v0.62.0

05 Feb 14:33
Compare
Choose a tag to compare

0.62.0 (2024-02-05)

Features

  • Add ObjectFetcher context and useObjectFetcher hook (#1753) (2cd46ce)

BREAKING CHANGES

    • useConnection is moved from jsapi-components package to
      app-utils package
  • Should only be used at the app level, as there could be multiple
    connections
  • WidgetDefinition has been renamed to WidgetDescriptor

v0.61.1

02 Feb 21:41
Compare
Choose a tag to compare

0.61.1 (2024-02-02)

Bug Fixes

  • apply theme accent color scale and other small tweaks (#1768) (1e631a4)
  • Load full uncoalesced table if no partition columns available (#1767) (e6dd3e1), closes #1763
  • Made some plugin types generic (#1769) (ac40c6f), closes #1759