Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 14:28
· 587 commits to main since this release
9ac02a4

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)