Skip to content

Releases: deephaven/deephaven-plugins

ui-v0.28.1

07 Mar 19:30
Compare
Choose a tag to compare

ui-v0.28.1 - 2025-03-07

Bug Fixes

  • ui.dialog should throw error for invalid children (#1130) - (66aec06) - dgodinez-dh

Documentation

  • add missing api reference for ui.action_group (#1124) - (a04dee5) - Don
  • update tables in state (#1121) - (3a0a682) - dgodinez-dh

plotly-express-v0.13.1

07 Mar 14:24
Compare
Choose a tag to compare

plotly-express-v0.13.1 - 2025-03-07

Bug Fixes

  • LivenessStateException with static table in dx and ui (#1074) - (951a376) - Joe

ui-v0.28.0

03 Mar 19:58
Compare
Choose a tag to compare

ui-v0.28.0 - 2025-03-03

Features

ui-v0.27.0

26 Feb 20:17
Compare
Choose a tag to compare

ui-v0.27.0 - 2025-02-26

Bug Fixes

Documentation

  • preserving and resetting state (#1118) - (374a9e9) - dgodinez-dh
  • share state between components (#1116) - (66fdee9) - dgodinez-dh
  • choose the state structure (#1114) - (838741f) - dgodinez-dh
  • update plotting (#1101) - (2c5ba66) - dgodinez-dh
  • update lists in state (#1097) - (c45c5f5) - dgodinez-dh
  • queueing a series of updates (#1095) - (d5dee4d) - dgodinez-dh
  • react to input with state (#1105) - (11b2335) - dgodinez-dh
  • add docs attribution statement, purge the readme content (#1111) - (98c9c27) - Don

Features

  • UI table respond to non-primitive prop changes (#1046) - (024811d) - Matthew Runyon
  • accordion (#1075) - (76b6195) - ethanalvizo

ui-v0.26.1

06 Feb 17:56
Compare
Choose a tag to compare

ui-v0.26.1 - 2025-02-06

Bug Fixes

  • DH-18415: Cannot expand rows after applying rollup to ui.table (#1109) - (0d09ef4) - Matthew Runyon

ui-v0.26.0

06 Feb 14:22
Compare
Choose a tag to compare

ui-v0.26.0 - 2025-02-06

Bug Fixes

  • ui.markdown was styling code incorrectly (#1106) - (c84db85) - mofojed
  • Make docs links passthrough (#1085) - (2ef0ddb) - Joe
  • Ensure ReactPanelErrorBoundary handles undefined children (#1089) - (e622b83) - mofojed

Documentation

Features

plotly-express-v0.13.0

04 Feb 19:50
Compare
Choose a tag to compare

plotly-express-v0.13.0 - 2025-02-04

Bug Fixes

Documentation

  • fix renamed unsafe-figure-update (#1091) - (ea5d637) - Don
  • Add unsafe_update_figure doc (#1058) - (90c8e19) - Joe
  • Expand sidebars by default for certain categories, add link to flexbox froggy (#1073) - (e76591d) - Don

Features

ui-v0.23.3

21 Jan 19:45
Compare
Choose a tag to compare

ui-v0.23.3 - 2025-01-21

Bug Fixes

ui-v0.25.0

15 Jan 18:39
Compare
Choose a tag to compare

ui-v0.25.0 - 2025-01-15

Bug Fixes

  • add menu and menu_trigger to sidebar (#1078) - (49ad632) - dgodinez-dh
  • Allow autodoc functions to have no parameters (#1072) - (6b261d6) - Joe
  • label prop typing (#1071) - (716b3d9) - Steven Wu

Documentation

  • use_render_queue, use_liveness_scope, use_table_listener docs (#1044) - (abd691e) - mofojed
  • Expand sidebars by default for certain categories, add link to flexbox froggy (#1073) - (e76591d) - Don
  • ui.list_view selection_mode (#1070) - (b51373f) - bmingles
  • ui as a tree (#1067) - (2e1a725) - dgodinez-dh
  • Render Lists (#1061) - (30a1f9f) - dgodinez-dh
  • Pure Components (#1064) - (30f3730) - dgodinez-dh
  • Using Hooks (#1056) - (28b5a51) - dgodinez-dh
  • Component Rules (#1055) - (21e8c5d) - dgodinez-dh
  • Update First Component (#1065) - (a6d1aad) - dgodinez-dh
  • Conditional Rendering (#1060) - (0ce7634) - dgodinez-dh

Features

ui-v0.23.2

13 Jan 21:35
Compare
Choose a tag to compare

ui-v0.23.2 - 2025-01-13

Bug Fixes

Build system

  • Set distTag to ui-v0.23 for this release branch - (1315965) - mikebender
  • Update the changelogPreset to use conventionalcommits, allow release branches to bump versions (#1081) - (825a5c0) - @mofojed