Skip to content

Commit

Permalink
Update web version 0.76.0 (#5452)
Browse files Browse the repository at this point in the history
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.76.0

# [0.76.0](deephaven/web-client-ui@v0.75.1...v0.76.0) (2024-05-03)


### Bug Fixes

* Fixed ListView props ([#1986](deephaven/web-client-ui#1986)) ([0ca3a66](deephaven/web-client-ui@0ca3a66))
* remove extra padding on column statistic refresh button ([#1984](deephaven/web-client-ui#1984)) ([dc29aa9](deephaven/web-client-ui@dc29aa9))
* Typing in notebooks is laggy ([#1977](deephaven/web-client-ui#1977)) ([47f9a57](deephaven/web-client-ui@47f9a57))


### Performance Improvements

* remove focus tracking in notebook panel causing extra re-render ([#1983](deephaven/web-client-ui#1983)) ([a283e13](deephaven/web-client-ui@a283e13))
* remove workspace dependancy from iris-grid-panel and memoize settings redux selector ([#1982](deephaven/web-client-ui#1982)) ([c3ea867](deephaven/web-client-ui@c3ea867)), closes [#1977](deephaven/web-client-ui#1977)


### BREAKING CHANGES

* getPluginContent deprecatedProps have been removed from
iris-grid

Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
  • Loading branch information
2 people authored and stanbrub committed May 3, 2024
1 parent 169d4eb commit 061943d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/client-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM deephaven/node:local-build
WORKDIR /usr/src/app

# Most of the time, these versions are the same, except in cases where a patch only affects one of the packages
ARG WEB_VERSION=0.75.1
ARG GRID_VERSION=0.75.0
ARG CHART_VERSION=0.75.0
ARG WIDGET_VERSION=0.75.1
ARG WEB_VERSION=0.76.0
ARG GRID_VERSION=0.76.0
ARG CHART_VERSION=0.76.0
ARG WIDGET_VERSION=0.76.0

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

0 comments on commit 061943d

Please sign in to comment.