Skip to content

Commit 3335e8e

Browse files
feat(ui): Update web version 1.8.0 (#7326)
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v1.8.0 **Features** - Column organization overflow and undo/redo (deephaven/web-client-ui#2546) ([5ef19c2](deephaven/web-client-ui@5ef19c2)) - [DH-16956](https://deephaven.atlassian.net/browse/DH-16956): Move fontbootstrap from app-utils to components so it can be consumed in DHE (deephaven/web-client-ui#2545) ([c0084cf](deephaven/web-client-ui@c0084cf)), closes deephaven/web-client-ui#1944 - Upgrade to React 18 (deephaven/web-client-ui#2527) ([b369a51](deephaven/web-client-ui@b369a51)) **Bug Fixes** - Accept all HasEventHandling types when creating event Promise (deephaven/web-client-ui#2550) ([e9774ad](deephaven/web-client-ui@e9774ad)) - Add explicit refs to react-transition-group for React 19 support (deephaven/web-client-ui#2534) ([eaa583e](deephaven/web-client-ui@eaa583e)) - [DH-20255](https://deephaven.atlassian.net/browse/DH-20255) Limit maximum depth to serialize redux log data (deephaven/web-client-ui#2544) ([9cd6593](deephaven/web-client-ui@9cd6593)) - [DH-20319](https://deephaven.atlassian.net/browse/DH-20319): Stuck to bottom of table not sticking (deephaven/web-client-ui#2547) ([5216008](deephaven/web-client-ui@5216008)) - [DH-20500](https://deephaven.atlassian.net/browse/DH-20500): Links without operators not working (deephaven/web-client-ui#2541) ([cbb4fc5](deephaven/web-client-ui@cbb4fc5)) - Pass optional expandDescendants arg to setColumnExpanded (deephaven/web-client-ui#2540) ([a19bc11](deephaven/web-client-ui@a19bc11)) Release notes https://github.com/deephaven/web-client-ui/releases/tag/v1.7.0 **Features** - [DH-19413](https://deephaven.atlassian.net/browse/DH-19413): Expandable columns support (deephaven/web-client-ui#2537) ([6938c47](deephaven/web-client-ui@6938c47)) **Bug Fixes** - [DH-20229](https://deephaven.atlassian.net/browse/DH-20229): Value is null or undefined when scrolling rollup (deephaven/web-client-ui#2538) ([7b752ae](deephaven/web-client-ui@7b752ae)) [DH-16956]: https://deephaven.atlassian.net/browse/DH-16956?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [DH-20255]: https://deephaven.atlassian.net/browse/DH-20255?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Co-authored-by: deephaven-internal <[email protected]>
1 parent fec53d2 commit 3335e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/client-ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM deephaven/node:local-build
22
WORKDIR /usr/src/app
33

44
# Most of the time, these versions are the same, except in cases where a patch only affects one of the packages
5-
ARG WEB_VERSION=1.6.0
5+
ARG WEB_VERSION=1.8.0
66
ARG GRID_VERSION=1.1.0
77
ARG CHART_VERSION=1.1.0
8-
ARG WIDGET_VERSION=1.6.0
8+
ARG WIDGET_VERSION=1.8.0
99

1010
# Pull in the published code-studio package from npmjs and extract is
1111
RUN set -eux; \

0 commit comments

Comments
 (0)