Skip to content

Commit

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


# [0.66.0](deephaven/web-client-ui@v0.65.0...v0.66.0) (2024-02-27)


### Bug Fixes

* Fixed svg url ([#1839](deephaven/web-client-ui#1839)) ([63fe035](deephaven/web-client-ui@63fe035))
* keep active cell selection in first column from going offscreen ([#1823](deephaven/web-client-ui#1823)) ([69e8cdd](deephaven/web-client-ui@69e8cdd))
* spectrum textfield validation icon position with set content-box ([#1825](deephaven/web-client-ui#1825)) ([8d95212](deephaven/web-client-ui@8d95212))


### Features

* exposes editor-line-number-active-fg theme variable ([#1833](deephaven/web-client-ui#1833)) ([448f0f0](deephaven/web-client-ui@448f0f0))
* Lazy loading and code splitting ([#1802](deephaven/web-client-ui#1802)) ([25d1c09](deephaven/web-client-ui@25d1c09))
* Picker Component ([#1821](deephaven/web-client-ui#1821)) ([e50f0f6](deephaven/web-client-ui@e50f0f6))


### BREAKING CHANGES

* the duplicate `spectrum-Textfield-validationIcon` css
in DHE should be removed





Co-authored-by: deephaven-internal <[email protected]>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Feb 27, 2024
1 parent 6f27a68 commit f20b298
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.65.0
ARG GRID_VERSION=0.65.0
ARG CHART_VERSION=0.65.0
ARG WIDGET_VERSION=0.65.0
ARG WEB_VERSION=0.66.0
ARG GRID_VERSION=0.66.0
ARG CHART_VERSION=0.66.0
ARG WIDGET_VERSION=0.66.0

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

0 comments on commit f20b298

Please sign in to comment.