Skip to content

Releases: widgetti/ipyvue

v1.11.0

02 May 08:01
c404a98
Compare
Choose a tag to compare
  • feat: allow v_model to be set after first render

v1.10.2

27 Feb 15:52
fa4f34a
Compare
Choose a tag to compare

fix: watch didn't work for Vue-only vars
chore: add licence type to distribution package

v1.10.1

19 Oct 10:55
faaa827
Compare
Choose a tag to compare
  • fix sneding non-event objects fail e8cf480

v1.10.0

19 Oct 10:49
d30f87d
Compare
Choose a tag to compare
  • Send all serializable event data with events like key presses and mouse clicks 035b9b9

v1.9.2

19 Oct 10:47
Compare
Choose a tag to compare

Fix template loading issue on Windows c24633a

v1.9.1

19 Oct 10:44
Compare
Choose a tag to compare
  • fix issue with colab rendering 5ed5b23

v1.9.0

19 Oct 10:42
Compare
Choose a tag to compare
  • Allow templates to have frontend only data 24c6ffa
  • fix issue with embedding other ipywidgets d71632a

v1.8.0

19 Oct 10:26
78f1c56
Compare
Choose a tag to compare
  • Allow the Vue module to be accessed in Jupyter Lab, so we can load extra Vue components from templates
  • Allow Layout to be None, so less widgets are created when we don't use Layout. See: jupyter-widgets/ipywidgets#3592

v1.7.0

19 Nov 19:10
Compare
Choose a tag to compare
  • feat: expose viewCtxt in WidgetTemplate
  • fix: renamed properties not converted back on vue model
  • fix: prevent v_slot children from disappearing

v1.6.1

19 Nov 19:08
Compare
Choose a tag to compare

fix: add missing export of TemplateModel to nodeps