Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deephaven/utils

Package Overview
Dependencies
Maintainers
4
Versions
790
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/utils - npm Package Versions

1
79

0.84.1-picker-ref.4

Diff

deephaven-bot
published 0.84.1-beta.0 •

deephaven-bot
published 0.84.0 •

Changelog

Source

0.84.0 (2024-06-28)

⚠ BREAKING CHANGES

    • @deephaven/jsapi-components - The contract of useSearchableViewportData to be more consistent with useViewportData. usePickerWithSelectedValues now requires timeZone.
  • @deephaven/jsapi-utils - createSearchTextFilter requires timeZone

Features

Bug Fixes

  • isElementOfType Improved type inference (#2099) (e13c9d7), closes #2094
  • Console does not scroll to bottom when code run from notebook (#2114) (e75e716)
  • make textValue default to key for Normalized Item (#2113) (bd3e944)
  • Update IrisGridContextMenuHandler getHeaderActions return type to be more permissive (#2117) (4e08b79)
deephaven-bot
published 0.83.1-beta.4 •

deephaven-bot
published 0.83.1-alpha-combobox.8 •

deephaven-bot
published 0.83.1-beta.0 •

deephaven-bot
published 0.83.0 •

Changelog

Source

0.83.0 (2024-06-25)

⚠ BREAKING CHANGES

  • ComboBox component has been replaced. To migrate to new version:
  • Passing children is used instead of options prop to define dropdown items. For cases where option value and display are the same, passing an array of values as children will work. For cases where value and display differ, Item elements must be passed as children. e.g. <Item key={value}>{display}</Item> e.g.
// values will be used for display + value
const items = useMemo(
  () => ['Aaa', 'Bbb', 'Ccc'],
  []
)
<ComboBox>{items}</ComboBox>
<ComboBox>
  <Item key="aaa">Aaa</Item>
  <Item key="bbb">Bbb</Item>
  <Item key="ccc">Ccc</Item>
</ComboBox>
  • The spellcheck=false prop is no longer supported or needed
  • searchPlaceholder and inputPlaceholder props are no longer supported and should be omitted. There is an optional description prop for cases where a descriptive label is desired. There is also a label prop for the primary component label.

Features

Bug Fixes

  • Console scroll bar following dynamic output (#2076) (a91e4f3)
  • Dashboard plugin crashing UI on throw (#2080) (e6b55cf)
  • DH-17199: Filter by value in the tree table context menu always shows null (#2078) (4eb38dd)
  • Reconnect Auth Fail Fix - embed-widget (#2023) (3e52242)
  • view border styling (#2063) (6f99e6b)
deephaven-bot
published 0.82.1-beta.8 •

deephaven-bot
published 0.80.2-ui-table-context-menu.1 •

deephaven-bot
published 0.82.1-alpha-combobox.25 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc