Skip to content

Releases: deephaven/web-client-ui

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

v0.61.0

01 Feb 16:59
Compare
Choose a tag to compare

0.61.0 (2024-02-01)

Bug Fixes

Features

  • Added dashboard-core-plugins to remote-component list (#1762) (3194c4b), closes #1728
  • allow themes to use any srgb color for definitions (#1756) (b047fa3)
  • DH-16336: usePickerWithSelectedValues - boolean flags should be calculated based on trimmed search text (#1750) (228f34d), closes #1747

BREAKING CHANGES

    • IrisGridThemeContext no longer accepts a paritial theme. By
      guaranteeing the provider is a full theme we can resolve the CSS
      variables and normailze the colors only once per theme load globally,
      rather than having to do it once per grid.
  • Themes must be defined using valid srgb CSS colors, and not hsl raw
    component values
  • usePickerWithSelectedValues now takes an object as an
    argument instead of positional args

v0.60.0

26 Jan 21:30
Compare
Choose a tag to compare

0.60.0 (2024-01-26)

Bug Fixes

Features

  • Add pluginDataMap to redux, add useDashboardPluginData hook (#1737) (e1b4562)
  • added shortcut for copying version info and added browser/os to info (#1739) (3312133)
  • Adds icons dhUnderline and dhStrikethrough (#1732) (c6a099d), closes #1715
  • adjust display of theme palette in styleguide (#1745) (0ab0c93)
  • Create UI to Display Partitioned Tables (#1663) (db219ca), closes #1143
  • Default Plotly map colors (#1721) (e8b9f12)
  • double-clicking grid rows should select the row rather than toggle selection twice (#1740) (f892e97), closes #1704
  • Multiple dashboards (#1714) (32dde3c), closes #1683

v0.59.0

17 Jan 02:08
Compare
Choose a tag to compare

0.59.0 (2024-01-17)

Bug Fixes

  • GoToRow timestamp fails when selected row is out of view (#1717) (9ddc973), closes #1561
  • Interface for IrisGridTableModelTemplate.backgroundColorForCell (#1699) (73e1837), closes #1697
  • Moved logos so they show in production build (#1713) (a3bea73), closes #1712
  • re-colorize command codeblocks when theme changes (#1731) (b1e42f5)
  • TimeInput not triggering onChange on incomplete values (#1711) (6894d96), closes #1710

Features

BREAKING CHANGES

    • Subclasses of IrisGridTableModelTemplate or it's subclasses that use
      backgroundColorForCell may need to update their signature to accept the
      theme if they are calling the superclass

v0.58.0

22 Dec 21:22
Compare
Choose a tag to compare

0.58.0 (2023-12-22)

Bug Fixes

Features

v0.57.1

14 Dec 15:03
Compare
Choose a tag to compare

0.57.1 (2023-12-14)

Bug Fixes

v0.57.0

13 Dec 22:41
Compare
Choose a tag to compare

0.57.0 (2023-12-13)

Bug Fixes

Features

v0.56.0

11 Dec 14:36
Compare
Choose a tag to compare

0.56.0 (2023-12-11)

Bug Fixes

Features

BREAKING CHANGES

  • Bootstrap color variables are now predominantly hsl
    based. SCSS will need to be updated accordingly. Theme providers are
    needed to load themes.
  • Tables assigned to variable beginning with "_" will not
    open automatically even if "Auto Launch Panels" is checked.