Releases: deephaven/deephaven-plugins
Releases · deephaven/deephaven-plugins
matplotlib-v0.5.0
plotly-express-v0.11.1
ui-v0.18.0
ui-v0.18.0 - 2024-07-17
⚠ BREAKING CHANGES
- ui.button defaults changed to
variant="accent"
andstyle="fill"
. To restore previous styling, usevariant="primary"
andstyle="outline"
.
Bug Fixes
Build system
Documentation
- form (#602) - (7b8802d) - ethanalvizo
- picker (#603) - (9942ab9) - ethanalvizo
- radio_group and radio (#619) - (393aa17) - ethanalvizo
- tab_panels (#624) - (e45c509) - Akshat Jawne
- ui.button doc page (#615) - (0a3f710) - Don
Features
plotly-express-v0.11.0
ui-v0.17.0
ui-v0.17.0 - 2024-07-09
⚠ BREAKING CHANGES
ui.table
row and cell press handlers had their first parameters of row/column index removed. These were an unsafe way to index the table as the index matches the user's view of the table, not the server's view.- For row events, you can add your own key column and use
always_fetch_columns=["my_key_column"]
. This column's data will be included with every row press. - For cell events, switch to a row event with the change above if you need to identify the row of the cell.
- For row events, you can add your own key column and use
ui.panel
implicitly created flexboxalign-items
property is now set tostart
by default instead ofnormal
(which is equivalent tostretch
). This results in a more pleasing default layout, as buttons will no longer be stretched to the full panel width. You can match previous behavior by explicitly returning a ui.panel withalign-items="normal"
if required.
Bug Fixes
- Remove type imports from @react-types/shared (#610) - (66dc4bf) - Akshat Jawne
- ui.table cell and row press event data can be wrong (#593) - (c4a2fe7) - Matthew Runyon
- icons in illustrated message (#575) - (1623ff5) - ethanalvizo
- remove Number type and replace with float/int (#590) - (d0e24f4) - Akshat Jawne
- Don't render objects/children of panels if there's a widget error (#577) (#585) - (bd8cca9) - mofojed
- Don't use a key for the ErrorBoundary in a Panel (#574) - (4a25715) - mofojed
- Wrap the children of ReactPanel with an ErrorBoundary (#565) - (8cbee84) - mofojed
Build system
Documentation
- icon (#594) - (20fe042) - ethanalvizo
- item (#531) - (21fe131) - ethanalvizo
- illustrated message (#532) - (137c1ea) - ethanalvizo
- heading (#553) - (00875f9) - ethanalvizo
- grid (#552) - (5bf53e6) - ethanalvizo
Features
- UI table layout hints (#587) - (5e3c5e2) - Matthew Runyon
- UI ComboBox component (#588) - (0564299) - bmingles
- make ui.panel flex align-items start by default (#604) - (be97ad8) - Don
- UI Tabs Improvement (#489) - (145493a) - Akshat Jawne
- Replace shortid with nanoid (#591) - (ad8aad9) - Akshat Jawne
- ui.table context menu items (#522) - (32d09e8) - Matthew Runyon
Refactoring
plotly-express-v0.10.0
ui-v0.15.4
ui-v0.15.3
ui-v0.15.2
plotly-express-v0.9.0
plotly-express-v0.9.0 - 2024-06-20
Bug Fixes
Build system
Documentation
- function autodocs embedded in docs (#527) - (6977a33) - Joe
- add plotting sidebar and plotting docs edits (#519) - (a9840cb) - Don
- initial rough draft of dx docs with templates (#487) - (50f6e9a) - Don
Features
- ticking gapminder, wind, election datasets (#541) - (c8845b6) - Alex Peters
- Ticking tips data set (#521) - (ed9baef) - Alex Peters