Skip to content

Commit

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

# [0.73.0](deephaven/web-client-ui@v0.72.0...v0.73.0) (2024-04-19)


### Bug Fixes

* allow plotly plots to shrink inside ui.flex/grid layouts ([#1946](deephaven/web-client-ui#1946)) ([88fbe86](deephaven/web-client-ui@88fbe86))
* Fix issues when auto-size columns/rows is false, and when row headers are not 0 ([#1927](deephaven/web-client-ui#1927)) ([01c2a06](deephaven/web-client-ui@01c2a06))


### Features

* improve table loading ([#1898](deephaven/web-client-ui#1898)) ([9b14ee0](deephaven/web-client-ui@9b14ee0)), closes [#1865](deephaven/web-client-ui#1865)
* ListView components ([#1919](deephaven/web-client-ui#1919)) ([b63ab18](deephaven/web-client-ui@b63ab18))
* log export blacklist ([#1881](deephaven/web-client-ui#1881)) ([d3fb28a](deephaven/web-client-ui@d3fb28a)), closes [#1245](deephaven/web-client-ui#1245)
* New chart error panel ([#1850](deephaven/web-client-ui#1850)) ([309ff79](deephaven/web-client-ui@309ff79)), closes [#1520](deephaven/web-client-ui#1520)
* reopen closed tabs ([#1912](deephaven/web-client-ui#1912)) ([c2e8714](deephaven/web-client-ui@c2e8714)), closes [#1785](deephaven/web-client-ui#1785)


### BREAKING CHANGES

* `LIST_VIEW_ROW_HEIGHT` number constant replaced with
dictionary `LIST_VIEW_ROW_HEIGHTS`

Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Apr 24, 2024
1 parent d89558b commit 1bfbeb2
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.72.0
ARG GRID_VERSION=0.72.0
ARG CHART_VERSION=0.72.0
ARG WIDGET_VERSION=0.72.0
ARG WEB_VERSION=0.73.0
ARG GRID_VERSION=0.73.0
ARG CHART_VERSION=0.73.0
ARG WIDGET_VERSION=0.73.0

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

0 comments on commit 1bfbeb2

Please sign in to comment.