Skip to content

Releases: deephaven/deephaven-plugins

ui-v0.13.0

18 Apr 20:51
Compare
Choose a tag to compare

ui-v0.13.0 - 2024-04-18

Bug Fixes

  • Fix conditional use_effect in use_table_listener (#422) - (5f4f238) - Joe
  • add on_change to toggle_button (#426) - (6ead733) - Joe
  • buttons not working due to extra prop (#423) - (b10f67c) - Don

Features

  • python date picker implementation (#409) - (5ed66a7) - Joe

ui-v0.12.0

17 Apr 20:21
Compare
Choose a tag to compare

ui-v0.12.0 - 2024-04-17

Documentation

Features

  • improve default dh.ui layouts (#411) - (67f82e3) - Don
  • Picker - format settings (#394) - (f9a0e34) - bmingles

Tests

  • bump ts, eslint and prettier configs (#416) - (a4761cc) - Don

ui-v0.11.0

03 Apr 22:42
Compare
Choose a tag to compare

ui-v0.11.0 - 2024-04-03

Bug Fixes

  • Re-opening widgets after re-hydrated (#379) - (42242a5) - mofojed
  • Wrap primitive Item children in Text (#370) - (c733932) - bmingles

Documentation

  • Updating examples for consistency (#378) - (6292b3a) - mofojed
  • pydocs for ui.text_field (#357) - (d795c8d) - ethanalvizo

Features

  • Picker table support (#382) - (2f84c96) - bmingles
  • Add Python list_view implementation (#359) - (f0b8759) - Joe
  • only require typing_extension for python < 3.11 (#397) - (e31dc6f) - devinrsmith
  • sets the default flex gap to "size-100" (#347) - (5898502) - Don

plotly-v0.1.0

03 Apr 22:41
Compare
Choose a tag to compare

plotly-v0.1.0 - 2024-04-03

Bug Fixes

  • Scatter plots rendering at the wrong location (#324) - (dfe5c48) - mofojed

Build system

  • Update dh ui packages to ^0.66.1 (#330) - (9433a98) - bmingles

Features

  • combine plotly plots into plotly-express plugin (#358) - (7a1893d) - Joe
  • Support lerna scopes in npm start (#203) - (aab9591) - bmingles
  • Auth keycloak plugin (#19) - (8e77e7d) - mofojed

plotly-express-v0.7.0

03 Apr 21:59
Compare
Choose a tag to compare

plotly-express-v0.7.0 - 2024-04-03

Bug Fixes

  • Ensure title is added to default figure (#396) - (2f0a8a0) - Joe
  • Deephaven express chart title does not update dynamically (#386) - (556d07c) - Matthew Runyon

Features

  • combine plotly plots into plotly-express plugin (#358) - (7a1893d) - Joe
  • Add python 3.12 testing (#398) - (241348f) - devinrsmith

plotly-express-v0.6.0

19 Mar 17:43
Compare
Choose a tag to compare

plotly-express-v0.6.0 - 2024-03-19

Features

  • Package matplotlib and ui JS with wheel (#343) - (7724e55) - Joe

ui-v0.10.0

15 Mar 17:26
Compare
Choose a tag to compare

ui-v0.10.0 - 2024-03-15

Bug Fixes

  • Tighten use_memo dependency types (#356) - (48dea18) - Joe

Build system

Documentation

Features

  • Store server-side state for rehydration (#338) - (bb28df3) - mofojed
  • Package matplotlib and ui JS with wheel (#343) - (7724e55) - Joe

ui-v0.9.0

09 Mar 00:37
Compare
Choose a tag to compare

ui-v0.9.0 - 2024-03-09

Bug Fixes

  • Tab Panels contents should take up the full height (#340) - (6028195) - mofojed
  • Remove tooltip prop (#334) - (cbe2140) - Joe
  • add missing dependencies params for liveness scope and table listener hooks (#291) - (9d6b7de) - niloc132
  • added missing picker imports (#332) - (272cdf9) - Joe

Build system

  • Update dh ui packages to ^0.66.1 (#330) - (9433a98) - bmingles

Features

  • Add ui.table press event listener support (#346) - (b805683) - mofojed
  • UI Picker JS (#333) - (e3af9f5) - bmingles

plotly-express-v0.5.0

06 Mar 13:47
Compare
Choose a tag to compare

plotly-express-v0.5.0 - 2024-03-06

Build system

  • Update dh ui packages to ^0.66.1 (#330) - (9433a98) - bmingles

Features

  • Export plotly-express as a dashboard plugin (#329) - (6212bd5) - vbabich

ui-v0.8.0

28 Feb 20:14
Compare
Choose a tag to compare

ui-v0.8.0 - 2024-02-28

Bug Fixes

  • Use correct formatting settings for ui.table (#326) - (4762053) - mofojed
  • Call listener when do_replay is True for use_table_listener_hook (#313) - (86d2572) - Joe
  • Type fixes and require pyright (#302) - (d5d003d) - Joe
  • Could not assign built-in Callables as callbacks (#305) - (5334e4d) - mofojed

Documentation

  • button_group (#306) - (fee31f8) - ethanalvizo
  • Picker spec (#247) - (07f2cf5) - Joe
  • Remove the warning about using the plugin at your own risk (#303) - (e342341) - mofojed

Features

Tests

  • Bumping test listener timeout from 1 to 2 seconds (#312) - (43ddf75) - Joe