Skip to content

Releases: deephaven/deephaven-plugins

ui-v0.16.0

19 Jun 18:21
Compare
Choose a tag to compare

ui-v0.16.0 - 2024-06-19

Documentation

Features

  • Return callables from callables in Deephaven UI (#540) - (8322c2d) - Matthew Runyon
  • Use useWidget hook to load widgets (#502) - (d9d1e5e) - mofojed

Refactoring

  • Cleanup js mappings for ui components + utils (#530) - (bbce797) - bmingles

Revert

  • "revert: Revert some changes that are not compatible with v0.78 (#550)" (#551) - (3502f02) - mofojed

ui-v0.15.1

14 Jun 21:21
Compare
Choose a tag to compare

ui-v0.15.1 - 2024-06-14

Features

ui-v0.15.0

13 Jun 19:51
Compare
Choose a tag to compare

ui-v0.15.0 - 2024-06-13

Bug Fixes

  • UI plotting doc typo (#542) - (df6c9b9) - Matthew Runyon
  • Clean up positioning and headers of components in DESIGN.md (#518) - (5d4a131) - Akshat Jawne
  • Don't send back undefined cell data (#516) - (469eb1d) - mofojed
  • ui.text_field value not changing with use_state (#498) - (7d41072) - Akshat Jawne
  • Reset state when new instance of widget created (#486) - (df587a8) - mofojed
  • fix use_callback hook (#468) - (f267572) - Joe

Build system

  • Fix package-lock changes (#472) - (39a883e) - mofojed

Documentation

  • add plotting sidebar and plotting docs edits (#519) - (a9840cb) - Don
  • number field (#505) - (691d190) - ethanalvizo
  • slider, range slider, checkbox, and content (#439) - (9ba1a04) - ethanalvizo
  • list_action_group (#493) - (6732ad6) - Akshat Jawne
  • list_action_menu (#492) - (727d5f2) - Akshat Jawne
  • action_group (#485) - (ef115c9) - Akshat Jawne
  • action_menu (#490) - (071d645) - Akshat Jawne
  • contextual_help (#480) - (94ef543) - Akshat Jawne

Features

  • Add show_search and show_quick_filters to ui.table (#461) - (4923017) - Matthew Runyon
  • ListView actions (#448) - (ca65b69) - bmingles

Refactoring

  • Refactored ui.tabs component design (#504) - (f012eaa) - Akshat Jawne

ui-v0.14.0

17 May 14:04
Compare
Choose a tag to compare

ui-v0.14.0 - 2024-05-17

Bug Fixes

  • Do not expose combo_box or date_picker yet (#464) - (cd63e20) - mofojed
  • Exit on communication failure (#429) - (0e96ef4) - Joe
  • Memoize use_table_data listener (#428) - (f342dad) - Joe

Build system

  • Update requirements to require a newer version of core (#457) - (3e04cf2) - mofojed

Documentation

  • start plotting docs including one-click behaviour (#431) - (b0574c2) - Don

Features

  • Python combo box implementation (#460) - (b87a5c6) - Joe
  • Table data hooks allow None (#463) - (910a57c) - Joe
  • Implement python item_table_source (#415) - (ce1a019) - Joe
  • Display deephaven.ui widget errors in a panel so user can see them (#436) - (b23b571) - mofojed
  • ListView - ui plugins (#408) - (ff7f769) - bmingles

Refactoring

  • Updated spectrum imports to use dh components (#424) - (db97c9a) - bmingles

plotly-express-v0.8.0

16 May 19:26
Compare
Choose a tag to compare

plotly-express-v0.8.0 - 2024-05-16

Bug Fixes

  • Improve TimePreprocessor code (#455) - (be887f7) - Joe

Features

  • Plotly express downsampling (#453) - (0101436) - Matthew Runyon

Tests

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

matplotlib-v0.4.1

16 May 17:40
Compare
Choose a tag to compare

matplotlib-v0.4.1 - 2024-05-16

Documentation

  • Update some information about Matplotlib (#467) - (bb9bda5) - mofojed

matplotlib-v0.4.0

16 May 17:23
Compare
Choose a tag to compare

matplotlib-v0.4.0 - 2024-05-16

Bug Fixes

  • Type fixes and require pyright (#302) - (d5d003d) - Joe

Build system

  • Bump version number to 0.5.0 for matplotlib (#466) - (4e5f19a) - mofojed
  • Fix npm package update (#361) - (cabbcab) - mofojed
  • Update dh ui packages to ^0.66.1 (#330) - (9433a98) - bmingles
  • Version bump matplotlib to v0.4.0.dev0 (#188) - (a7daf6a) - Joe

Features

  • Package matplotlib and ui JS with wheel (#343) - (7724e55) - Joe
  • Support lerna scopes in npm start (#203) - (aab9591) - bmingles
  • Update Matplotlib plugin to register widget view (#189) - (cd52fb2) - mofojed

ui-v0.13.1

22 Apr 16:04
Compare
Choose a tag to compare

ui-v0.13.1 - 2024-04-22

Bug Fixes

  • toggle_button was not passing through on_change (#427) - (d452a00) - mofojed

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