Skip to content

Commit

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

# [0.79.0](deephaven/web-client-ui@v0.78.0...v0.79.0) (2024-05-24)


### Bug Fixes

* Replace shortid package with nanoid package ([#2025](deephaven/web-client-ui#2025)) ([30d9d3c](deephaven/web-client-ui@30d9d3c))
* Unedited markdown widgets not persisting ([#2019](deephaven/web-client-ui#2019)) ([c17f136](deephaven/web-client-ui@c17f136))


### Features

* e2e combined improvements ([#1998](deephaven/web-client-ui#1998)) ([99fc2f6](deephaven/web-client-ui@99fc2f6))
* re-export Spectrum ButtonGroup ([#2028](deephaven/web-client-ui#2028)) ([3115dd1](deephaven/web-client-ui@3115dd1))
* Replaced `RadioGroup` with Spectrum's ([#2020](deephaven/web-client-ui#2020)) ([#2021](deephaven/web-client-ui#2021)) ([c9ac72d](deephaven/web-client-ui@c9ac72d))


### BREAKING CHANGES

* `RadioGroup` has been replaced by Spectrum
`RadioGroup`. `RadioItem` has been replaced by Spectrum `Radio`
* Removed ButtonOld component, use Button instead.





Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and deephaven-internal authored May 24, 2024
1 parent 5ac5d00 commit 4446605
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.78.0
ARG GRID_VERSION=0.78.0
ARG CHART_VERSION=0.78.0
ARG WIDGET_VERSION=0.78.0
ARG WEB_VERSION=0.79.0
ARG GRID_VERSION=0.79.0
ARG CHART_VERSION=0.79.0
ARG WIDGET_VERSION=0.79.0

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

0 comments on commit 4446605

Please sign in to comment.