Skip to content

Commit

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

# [0.63.0](deephaven/web-client-ui@v0.62.0...v0.63.0) (2024-02-08)


### Bug Fixes

* adjust theme notice and info colors ([deephaven#1779](deephaven/web-client-ui#1779)) ([8930522](deephaven/web-client-ui@8930522))
* DH-16461: Preload --dh-color-text-highlight ([deephaven#1780](deephaven/web-client-ui#1780)) ([deephaven#1781](deephaven/web-client-ui#1781)) ([f7989b6](deephaven/web-client-ui@f7989b6))
* DH-16463: isEqual returns false for layouts with undefined and missing props in panelState ([deephaven#1783](deephaven/web-client-ui#1783)) ([e90b627](deephaven/web-client-ui@e90b627))
* show copy cursor in grid on key down and not just mouse move  ([deephaven#1735](deephaven/web-client-ui#1735)) ([0781900](deephaven/web-client-ui@0781900))
* sorting frozen columns ([deephaven#1749](deephaven/web-client-ui#1749)) ([51e60c5](deephaven/web-client-ui@51e60c5))


### Features

* always show close button on the active panel in a stack ([deephaven#1773](deephaven/web-client-ui#1773)) ([33c6a8d](deephaven/web-client-ui@33c6a8d))
* disable "Changes you made may not be saved." prompt in dev mode ([deephaven#1775](deephaven/web-client-ui#1775)) ([6b0dce1](deephaven/web-client-ui@6b0dce1))
* multiselect values ([deephaven#1736](deephaven/web-client-ui#1736)) ([e6955c1](deephaven/web-client-ui@e6955c1))


### BREAKING CHANGES

* linker and iris grid custom cursor styling and assets
are now provided by components directly. DHE css and svg files
containing linker cursors should be removed/de-duplicated.

Co-authored-by: deephaven-internal <deephaven-internal@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Feb 8, 2024
1 parent f77e85a commit e592995
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.62.0
ARG GRID_VERSION=0.62.0
ARG CHART_VERSION=0.62.0
ARG WIDGET_VERSION=0.62.0
ARG WEB_VERSION=0.63.0
ARG GRID_VERSION=0.63.0
ARG CHART_VERSION=0.63.0
ARG WIDGET_VERSION=0.63.0

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

0 comments on commit e592995

Please sign in to comment.