Skip to content

Releases: posit-dev/py-shinywidgets

shinywidgets 0.6.2

21 May 23:46
Compare
Choose a tag to compare
  • Eliminate the possibility of a single @render_widget output from keeping a view of prior renders. (#196)

shinywidgets 0.6.1

21 May 22:50
Compare
Choose a tag to compare
  • Fixed an issue introduced by v0.6.0 where cleanup wasn't happening when it should be. (#195)

shinywidgets 0.6.0

19 May 23:17
Compare
Choose a tag to compare
  • Widgets initialized inside a reactive.effect() are no longer automatically removed when the effect invalidates. (#191)

shinywidgets 0.5.2

04 Apr 14:56
Compare
Choose a tag to compare
  • Constructing a widget inside of a shiny.reactive.ExtendedTask() no longer errors out. (#188)

shinywidgets 0.5.1

30 Jan 15:57
Compare
Choose a tag to compare
  • Fixes 'AttributeError: object has no attribute "repr_mimebundle"'. (#184)

shinywidgets 0.5.0

29 Jan 17:11
Compare
Choose a tag to compare
  • 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 for altair and plotly (and installing this packages won't necessarily install anywidget). (#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

18 Dec 16:21
Compare
Choose a tag to compare

Fixed an issue where @render_widget would sometimes incorrectly render a new widget without removing the old one. (#167)

shinywidgets 0.4.1

17 Dec 17:35
Compare
Choose a tag to compare

Fixed a Python 3.9 compatibility issue.

shinywidgets 0.4.0

16 Dec 22:09
Compare
Choose a tag to compare
  • Fixed a memory leak issue. (#167)

shinywidgets 0.3.4

29 Oct 20:54
Compare
Choose a tag to compare
  • Fixed an issue where widgets would sometimes fail to render in a Quarto document. (#159)
  • Fixed an issue where importing shinywidgets before a ipywidget implementation can sometimes error in a Shiny Express app. (#163)