Skip to content

Releases: deephaven/deephaven-plugins

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

plotly-express-v0.4.1

28 Feb 22:27
Compare
Choose a tag to compare

plotly-express-v0.4.1 - 2024-02-28

Bug Fixes

  • Scatter plots rendering at the wrong location (#324) - (dfe5c48) - mofojed
  • Type fixes and require pyright (#302) - (d5d003d) - Joe

ui-v0.7.0

21 Feb 15:57
Compare
Choose a tag to compare

ui-v0.7.0 - 2024-02-21

Bug Fixes

  • Hooks accepting liveness objects and functions should manage their lifetime (#258) - (8d2a945) - niloc132
  • Initial set of type fixes (#217) - (5c52488) - Joe
  • Stock rollup example was not working (#268) - (5d6205c) - mofojed
  • Version bump + loading spinner fixes (#243) - (aeb7796) - bmingles

Documentation

Features

  • Support column and row within a panel (#272) - (0413443) - Matthew Runyon
  • Support for dropping extra callback args (#271) - (34ddfcd) - Joe
  • Auto-wrap layout components when possible (#249) - (d93dc9c) - Matthew Runyon

Refactoring

  • Re-organize some code into subfolders (#284) - (dbff1ab) - mofojed

plotly-express-v0.4.0

20 Feb 15:28
Compare
Choose a tag to compare

plotly-express-v0.4.0 - 2024-02-20

Bug Fixes

  • Deephaven express memory leak (#277) - (ff6ad50) - Matthew Runyon

Build system

  • Only install JS with Python with env var set (#285) - (22662df) - mofojed

Features

  • Remove UI theme from PlotlyExpressChartModel (#251) - (4cbe4ca) - Matthew Runyon

plotly-express-v0.3.0

12 Feb 21:39
Compare
Choose a tag to compare

plotly-express-v0.3.0 - 2024-02-12

Bug Fixes

  • Initial set of type fixes (#217) - (5c52488) - Joe
  • Version bump + loading spinner fixes (#243) - (aeb7796) - bmingles
  • Fixed time preprocessor test (#181) - (05bbd59) - Joe

Build system

  • Post-release plotly-express bump to 0.3.0.dev0 (#173) - (0e69a02) - Joe

Features

  • Support lerna scopes in npm start (#203) - (aab9591) - bmingles
  • Add plotly-express JsPlugin implementation and registration (#150) - (d6d0416) - devinrsmith

ui-v0.6.0

05 Feb 18:04
Compare
Choose a tag to compare

ui-v0.6.0 - 2024-02-05

Bug Fixes

  • (ui) Default placement of newly opened components is inconsistent (#244) - (8b17e85) - Matthew Runyon
  • Use ObjectFetcher to retrieve objects (#234) - (728be7b) - mofojed
  • Better render error handling (#242) - (c312d43) - Joe
  • use_execution_context does not return None (#232) - (0d5c3ce) - niloc132

Documentation

Features

  • (ui) Add error boundary to prevent UI crashing due to rendering errors (#245) - (74d3007) - Matthew Runyon
  • Add accessibility props to action_button (#248) - (39cf7db) - mofojed
  • Serialize press events for press event callbacks (#236) - (38b202f) - mofojed
  • Send all set hooks to render queue (#246) - (f5cbb8f) - Joe

ui-v0.5.0

26 Jan 23:20
Compare
Choose a tag to compare

ui-v0.5.0 - 2024-01-26

Bug Fixes

  • Use deferred API to get the API (#226) - (b0e2162) - mofojed
  • Move the renderer's LivenessScope into the context (#222) - (672aa43) - niloc132
  • ExecutionContext must be opened before running code on a thread (#225) - (6508fd0) - niloc132

Features