Skip to content

Commit

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

# [0.61.0](deephaven/web-client-ui@v0.60.0...v0.61.0) (2024-02-01)


### Bug Fixes

* Made WidgetComponentProps generic ([#1760](deephaven/web-client-ui#1760)) ([8cb0a10](deephaven/web-client-ui@8cb0a10))
* missing react key on settings menu fragment ([#1757](deephaven/web-client-ui#1757)) ([b14b714](deephaven/web-client-ui@b14b714))


### Features

* Added dashboard-core-plugins to remote-component list ([#1762](deephaven/web-client-ui#1762)) ([3194c4b](deephaven/web-client-ui@3194c4b))
* allow themes to use any srgb color for definitions ([#1756](deephaven/web-client-ui#1756)) ([b047fa3](deephaven/web-client-ui@b047fa3))
* DH-16336: usePickerWithSelectedValues - boolean flags should be calculated based on trimmed search text ([#1750](deephaven/web-client-ui#1750)) ([228f34d](deephaven/web-client-ui@228f34d))


### BREAKING CHANGES

* - IrisGridThemeContext no longer accepts a paritial theme. By
guaranteeing the provider is a full theme we can resolve the CSS
variables and normailze the colors only once per theme load globally,
rather than having to do it once per grid.
- Themes must be defined using valid srgb CSS colors, and not hsl raw
component values
* `usePickerWithSelectedValues` now takes an object as an
argument instead of positional args

Co-authored-by: deephaven-internal <deephaven-internal@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and deephaven-internal authored Feb 1, 2024
1 parent cbfd135 commit b0dabbf
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.60.0
ARG GRID_VERSION=0.60.0
ARG CHART_VERSION=0.60.0
ARG WIDGET_VERSION=0.60.0
ARG WEB_VERSION=0.61.0
ARG GRID_VERSION=0.61.0
ARG CHART_VERSION=0.61.0
ARG WIDGET_VERSION=0.61.0

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

0 comments on commit b0dabbf

Please sign in to comment.