Skip to content

Commit

Permalink
Update web version 0.50.0 (deephaven#4637)
Browse files Browse the repository at this point in the history
# [0.50.0](deephaven/web-client-ui@v0.49.1...v0.50.0) (2023-10-13)

### Bug Fixes

* Change display of rollup key columns from null to empty string ([deephaven#1563](deephaven/web-client-ui#1563)) ([327bcb6](deephaven/web-client-ui@327bcb6)), closes [deephaven#1483](deephaven/web-client-ui#1483)
* Disabled failing e2e test ([deephaven#1554](deephaven/web-client-ui#1554)) ([49723ec](deephaven/web-client-ui@49723ec)), closes [deephaven#1553](deephaven/web-client-ui#1553)
* Formatting Rule Doesn't use default set by user ([deephaven#1547](deephaven/web-client-ui#1547)) ([ce51229](deephaven/web-client-ui@ce51229))
* Handle deletion of unsaved copied file in NotebookPanel ([deephaven#1557](deephaven/web-client-ui#1557)) ([4021aac](deephaven/web-client-ui@4021aac)), closes [deephaven#1359](deephaven/web-client-ui#1359)
* Prompt for resetting layout ([deephaven#1552](deephaven/web-client-ui#1552)) ([a273e64](deephaven/web-client-ui@a273e64)), closes [deephaven#1250](deephaven/web-client-ui#1250)


* CSS based loading spinner (deephaven#1532) ([f06fbb0](deephaven/web-client-ui@f06fbb0)), closes [deephaven#1532](deephaven/web-client-ui#1532) [deephaven#1531](deephaven/web-client-ui#1531)

### Features

* Add copy/rename/delete options to notebook overflow menu ([deephaven#1551](deephaven/web-client-ui#1551)) ([4441109](deephaven/web-client-ui@4441109)), closes [deephaven#1359](deephaven/web-client-ui#1359)
* data bar render from API ([deephaven#1415](deephaven/web-client-ui#1415)) ([ee7d1c1](deephaven/web-client-ui@ee7d1c1)), closes [#0000](https://github.com/deephaven/web-client-ui/issues/0000) [#FF0000](https://github.com/deephaven/web-client-ui/issues/FF0000) [#FFFF00](https://github.com/deephaven/web-client-ui/issues/FFFF00) [#FFFF00](https://github.com/deephaven/web-client-ui/issues/FFFF00) [#00FF00](https://github.com/deephaven/web-client-ui/issues/00FF00)
* Monaco theming ([deephaven#1560](deephaven/web-client-ui#1560)) ([4eda17c](deephaven/web-client-ui@4eda17c)), closes [deephaven#1542](deephaven/web-client-ui#1542)
* Theme Plugin Loading ([deephaven#1524](deephaven/web-client-ui#1524)) ([a9541b1](deephaven/web-client-ui@a9541b1)), closes [#1a171](https://github.com/deephaven/web-client-ui/issues/1a171) [#4c7](https://github.com/deephaven/web-client-ui/issues/4c7) [#1a171](https://github.com/deephaven/web-client-ui/issues/1a171) [#4c7](https://github.com/deephaven/web-client-ui/issues/4c7) [#4c7](https://github.com/deephaven/web-client-ui/issues/4c7) [deephaven#1530](deephaven/web-client-ui#1530)


### BREAKING CHANGES

* Theme variables have to be present on body to avoid
Monaco init failing
* Inline LoadingSpinner instances will need to be
decorated with `className="loading-spinner-vertical-align"` for vertical
alignment to work as before

Co-authored-by: deephaven-internal <deephaven-internal@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and deephaven-internal committed Oct 24, 2023
1 parent 02c2633 commit 8b631ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/client-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ 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.49.1
ARG GRID_VERSION=0.49.1
ARG CHART_VERSION=0.49.1
ARG WEB_VERSION=0.50.0
ARG GRID_VERSION=0.50.0
ARG CHART_VERSION=0.50.0

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

0 comments on commit 8b631ae

Please sign in to comment.