Skip to content

Releases: deephaven/web-client-ui

v0.81.2

06 Jun 18:07
Compare
Choose a tag to compare

0.81.2 (2024-06-06)

Note: Version bump only for package @deephaven/web-client-ui

v0.81.1

04 Jun 21:48
Compare
Choose a tag to compare

0.81.1 (2024-06-04)

Bug Fixes

v0.81.0

04 Jun 21:43
Compare
Choose a tag to compare

0.81.0 (2024-06-04)

Features

v0.80.1

04 Jun 17:45
Compare
Choose a tag to compare

0.80.1 (2024-06-04)

Bug Fixes

v0.78.2

04 Jun 20:35
Compare
Choose a tag to compare

0.78.2 (2024-06-04)

Features

v0.78.1

04 Jun 13:54
Compare
Choose a tag to compare

0.78.1 (2024-06-04)

Bug Fixes

v0.80.0

03 Jun 14:29
Compare
Choose a tag to compare

0.80.0 (2024-06-03)

Bug Fixes

Features

v0.79.0

24 May 15:27
Compare
Choose a tag to compare

0.79.0 (2024-05-24)

Bug Fixes

  • Replace shortid package with nanoid package (#2025) (30d9d3c)
  • Unedited markdown widgets not persisting (#2019) (c17f136)

Features

BREAKING CHANGES

  • RadioGroup has been replaced by Spectrum
    RadioGroup. RadioItem has been replaced by Spectrum Radio
  • Removed ButtonOld component, use Button instead.

v0.78.0

16 May 21:07
Compare
Choose a tag to compare

0.78.0 (2024-05-16)

Bug Fixes

  • "Delete Selected Rows" bug for tables with no key columns (#1996) (37fe009)
  • Improve the look of the error view (#2001) (3236c9b)
  • PouchStorageTable using incorrect $ne operator (#2011) (6cf1240)
  • Use picker for iris grid partition selector (#2012) (b61c518)
  • useViewportData - memoize subscriptions and first row of viewport (#2008) (2246a4a), closes #2003 #1928

Code Refactoring

Features

Performance Improvements

  • Improve performance of lots of grids in a dashboard (#1987) (3de52d6)

BREAKING CHANGES

  • Renamed @deephaven/components ButtonGroup to
    SplitButtonGroup

v0.77.0

07 May 22:47
Compare
Choose a tag to compare

0.77.0 (2024-05-07)

Bug Fixes

  • Added getKey to SelectionUtils.optimizeSelection (#1994) (4404894)

BREAKING CHANGES

  • @deephaven/react-hooks:
    SelectionUtils.optimizeSelection and useMappedSelection require
    additional getKey arg