Patch Changes
-
feat: add (optional) cleanup/unmount return to
render
(#67)export function render(view) { /* create elements and add event listeners */ return function cleanup() => { /* specify how to cleanup any expensive resources created above */ } }
-
feat: add colab metadata to
_repr_mimebundle_
to fix displaying ipywidgets v7 & v8 in Colab (#75)