Skip to content

Commit

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

# [0.52.0](deephaven/web-client-ui@v0.51.0...v0.52.0) (2023-10-27)


### Bug Fixes

* stuck to bottom on filter clear ([#1579](deephaven/web-client-ui#1579)) ([ef52749](deephaven/web-client-ui@ef52749)), closes [#1477](deephaven/web-client-ui#1477) [#1571](deephaven/web-client-ui#1571) [#1571](deephaven/web-client-ui#1571)
* Theming - switched from ?inline to ?raw css imports ([#1600](deephaven/web-client-ui#1600)) ([f6d0874](deephaven/web-client-ui@f6d0874)), closes [#1599](deephaven/web-client-ui#1599)


### BREAKING CHANGES

* Theme css imports were switched from `?inline` to
`?raw`. Not likely that we have any consumers yet, but this would impact
webpack config.

Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Oct 30, 2023
1 parent 0b289ba commit 355a63e
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.51.0
ARG GRID_VERSION=0.51.0
ARG CHART_VERSION=0.51.0
ARG WEB_VERSION=0.52.0
ARG GRID_VERSION=0.52.0
ARG CHART_VERSION=0.52.0

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

0 comments on commit 355a63e

Please sign in to comment.