Skip to content

Commit

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

### Bug Fixes

* "Delete Selected Rows" bug for tables with no key columns ([#1996](deephaven/web-client-ui#1996)) ([37fe009](deephaven/web-client-ui@37fe009))
* Improve the look of the error view ([#2001](deephaven/web-client-ui#2001)) ([3236c9b](deephaven/web-client-ui@3236c9b))
* PouchStorageTable using incorrect $ne operator ([#2011](deephaven/web-client-ui#2011)) ([6cf1240](deephaven/web-client-ui@6cf1240))
* Use picker for iris grid partition selector  ([#2012](deephaven/web-client-ui#2012)) ([b61c518](deephaven/web-client-ui@b61c518))
* useViewportData - memoize subscriptions and first row of viewport ([#2008](deephaven/web-client-ui#2008)) ([2246a4a](deephaven/web-client-ui@2246a4a))


### Code Refactoring

* Rename `ButtonGroup` to `SplitButtonGroup` ([#1997](deephaven/web-client-ui#1997)) ([95a589c](deephaven/web-client-ui@95a589c))


### Features

* Add JS Plugin Information ([#2002](deephaven/web-client-ui#2002)) ([6ff378c](deephaven/web-client-ui@6ff378c))
* add middle click dashboard tab deletion ([#1992](deephaven/web-client-ui#1992)) ([c922f87](deephaven/web-client-ui@c922f87))
* ListView actions ([#1968](deephaven/web-client-ui#1968)) ([8e325ec](deephaven/web-client-ui@8e325ec))
* Make grid widget respect global formatter settings ([#1995](deephaven/web-client-ui#1995)) ([d1fba8f](deephaven/web-client-ui@d1fba8f))
* update @vscode/codicons to 0.36 ([#2010](deephaven/web-client-ui#2010)) ([3a6a439](deephaven/web-client-ui@3a6a439))


### Performance Improvements

* Improve performance of lots of grids in a dashboard ([#1987](deephaven/web-client-ui#1987)) ([3de52d6](deephaven/web-client-ui@3de52d6))


### BREAKING CHANGES

* Renamed @deephaven/components `ButtonGroup` to
`SplitButtonGroup`


Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
  • Loading branch information
2 people authored and stanbrub committed May 17, 2024
1 parent 9ed25ef commit 68b228e
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.77.0
ARG GRID_VERSION=0.77.0
ARG CHART_VERSION=0.77.0
ARG WIDGET_VERSION=0.77.0
ARG WEB_VERSION=0.78.0
ARG GRID_VERSION=0.78.0
ARG CHART_VERSION=0.78.0
ARG WIDGET_VERSION=0.78.0

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

0 comments on commit 68b228e

Please sign in to comment.