Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update web version 0.51.0 #4712

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Update web version 0.51.0 #4712

merged 1 commit into from
Oct 25, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 24, 2023

Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.51.0

0.51.0 (2023-10-24)

Bug Fixes

  • Adjusted Monaco "white" colors (#1594) (c736708), closes #1592
  • cap width of columns with long names (#1574) (876a6ac), closes #1276
  • Enabled pointer capabilities for Firefox in Playwright (#1589) (f440a38), closes #1588
  • Remove @deephaven/app-utils from @deephaven/dashboard-core-plugins dependency list (#1596) (7b59763), closes #1593
  • Tab in console input triggers autocomplete instead of indent (#1591) (fbe1e70)

Features

BREAKING CHANGES

  • usePlugins and PluginsContext were moved from
    @deephaven/app-utils to @deephaven/plugin.
  • useLoadTablePlugin was moved from @deephaven/app-utils to
    @deephaven/dashboard-core-plugins.
  • useConnection and ConnectionContext were moved from
    @deephaven/app-utils to @deephaven/jsapi-components.
  • DeephavenPluginModuleMap was removed from @deephaven/redux. Use
    PluginModuleMap from @deephaven/plugin instead.
  • Enterprise will need ThemeProvider for the css
    variables to be available

@mofojed mofojed closed this Oct 24, 2023
@mofojed mofojed reopened this Oct 24, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2023
@mofojed
Copy link
Member

mofojed commented Oct 24, 2023

Need to include documentation on widget plugins, theme plugins.

@mofojed mofojed enabled auto-merge (squash) October 24, 2023 20:41
@mofojed mofojed merged commit 8e63c05 into main Oct 25, 2023
12 of 15 checks passed
@mofojed mofojed deleted the deephaven-bot/update-web-0.51.0 branch October 25, 2023 14:38
@deephaven-internal
Copy link
Contributor

Labels indicate documentation is required. Issues for documentation have been opened:

How-to: https://github.com/deephaven/deephaven.io/issues/3345
Reference: https://github.com/deephaven/deephaven.io/issues/3344

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.