Releases: widgetti/ipyvue
Releases · widgetti/ipyvue
Release list
v1.11.2
v1.11.1
- fix: empty template on one line or no template tag causes error
v1.11.0
- feat: allow v_model to be set after first render
v1.10.2
fix: watch didn't work for Vue-only vars
chore: add licence type to distribution package
v1.10.1
- fix sneding non-event objects fail e8cf480
v1.10.0
- Send all serializable event data with events like key presses and mouse clicks 035b9b9
v1.9.2
Fix template loading issue on Windows c24633a
v1.9.1
- fix issue with colab rendering 5ed5b23
v1.9.0
v1.8.0
- 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