Releases: posit-dev/py-shinywidgets
Releases · posit-dev/py-shinywidgets
shinywidgets 0.6.2
shinywidgets 0.6.1
- Fixed an issue introduced by v0.6.0 where cleanup wasn't happening when it should be. (#195)
shinywidgets 0.6.0
- Widgets initialized inside a
reactive.effect()
are no longer automatically removed when the effect invalidates. (#191)
shinywidgets 0.5.2
- Constructing a widget inside of a
shiny.reactive.ExtendedTask()
no longer errors out. (#188)
shinywidgets 0.5.1
- Fixes 'AttributeError: object has no attribute "repr_mimebundle"'. (#184)
shinywidgets 0.5.0
- Updates to accomodate the new plotly v6.0.0 release. (#182)
- Fixed an issue with plotly graphs sometimes not getting fully removed from the DOM. (#178)
- Added
anywidget
as a package dependency since it's needed now foraltair
andplotly
(and installing this packages won't necessarily installanywidget
). (#183) - Fixed an issue with ipyleaflet erroring out when attempting to read the
.model_id
property of a closed widget object. (#179) - Fixed an issue where altair charts would sometimes render to a 0 height after being shown, hidden, and then shown again. (#180)
shinywidgets 0.4.2
Fixed an issue where @render_widget
would sometimes incorrectly render a new widget without removing the old one. (#167)
shinywidgets 0.4.1
Fixed a Python 3.9 compatibility issue.
shinywidgets 0.4.0
- Fixed a memory leak issue. (#167)