1.0.8 • Published 4 years ago

vue-cytoscape v1.0.8

Weekly downloads
778
License
MIT
Repository
github
Last release
4 years ago

NPM npm Patreon Donate

vue-cytoscape

Cytoscape, now in vue

For more details please visit our site:

https://rcarcasses.github.com/vue-cytoscape

Migration guide

To upgrade from v0.2.x to v1.0.x:

  • this.$cytoscape.instance no longer exist in v1, if you want to access cytoscape instance use the afterCreated lifecycle hook.
  • Creating elements by passing config.elements configuration is discouraged, use the CyElements api instead.

Changelog

v1.0.7

  • reactivity added for element data & positions

v1.0.0

  • Typescript support.
  • Multiple cytoscape instances support.
  • v-on: directive events api introduced.
  • Documentation with vuepress.
  • DOM reflection removed.

v0.2

  • cytoscape events can now be listened in through the component.
  • Graph elements can be added as children of the cytoscape component.
  • Adding/removing elements directly using cytoscape instance is reflected in the Cytoscape component: CyElements components are added/removed accordingly.

v0.1

  • Support for cytoscape interaction via global instance.
  • preConfig and afterCreated lifecycle hooks provided, support for cytoscape plugins.
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago