Vue Lumino Versions Save

A component to use Vue.js with Jupyter Lumino (PhosphorJS), integrating DOM & VDOM through event listeners and Vue reactivity system.

1.2.0

3 months ago
  • Vue3 https://github.com/tupilabs/vue-lumino/pull/59
    • Vue 3 removed $children, which was used in this library with Vue 2. To work around that, and to support any kind of component without customization required, now users must provide a :ref="id" for each component. The ref value must match the id given to the component. This library uses that ref value to match with the id, and locate the element via $parent.$refs. This means, too, that the caller of Lumino must hold the $refs. See the example code and the README.md for an example.
    • Added a dependabot specifying package ecosystems github-actions and npm
  • Upgraded versions of GitHub Actions used, added Node setting it to v14 (due to SSL issues with 18+)
  • Bump @babel/traverse from 7.10.4 to 7.23.2 #56
  • Bump @lumino/datagrid from 0.34.1 to 2.3.0 #64
  • Bump @lumino/default-theme from 0.20.2 to 2.1.4 #62
  • Bump @vitejs/plugin-vue from 4.6.2 to 5.0.3 #66
  • Bump actions/setup-node from 3 to 4 #61
  • Bump browserify-sign from 4.2.0 to 4.2.2 #57
  • Bump codecov/codecov-action from 1 to 3 #60
  • Bump follow-redirects from 1.14.8 to 1.15.4 #58
  • Bump semver from 5.7.1 to 5.7.2 #54
  • Bump vite from 4.5.1 to 5.0.11 #65
  • Bump webpack from 5.64.4 to 5.76.0 #52
  • Bump word-wrap from 1.2.3 to 1.2.4 #55

1.1.5

1 year ago
  • Bump follow-redirects from 1.12.1 to 1.14.7 #38
  • Bump cached-path-relative from 1.0.2 to 1.1.0 #39
  • Bump follow-redirects from 1.14.7 to 1.14.8 #40
  • Bump url-parse from 1.5.3 to 1.5.7 #42
  • Bump url-parse from 1.5.7 to 1.5.10 #43
  • Bump eventsource from 1.0.7 to 1.1.1 #44
  • Bump shell-quote from 1.7.2 to 1.7.3 #45
  • Bump terser from 4.8.0 to 4.8.1 #46
  • Bump decode-uri-component from 0.2.0 to 0.2.2 #47
  • Bump minimatch from 3.0.4 to 3.1.2 #48
  • Bump express from 4.17.1 to 4.18.2 #50
  • Bump qs from 6.5.2 to 6.5.3 #49
  • Bump ajv from 6.12.2 to 6.12.6 #41