Files
vue-flow/.changeset/healthy-houses-drum.md
T
2022-10-10 21:33:44 +02:00

524 B

vueflow, @vue-flow/additional-components, @vue-flow/core
vueflow @vue-flow/additional-components @vue-flow/core
major patch patch

What's changed?

  • Add vueflow pkg that exports all features
<script setup>
// `vueflow` pkg exports all features, i.e. core + additional components
import { VueFlow, Background, MiniMap, Controls } from 'vueflow'
</script>

<template>
  <VueFlow>
    <Background />
    <MiniMap />
    <Controls />
  </VueFlow>
</template>

Chores

  • Rename core pkg directory to core from vue-flow
  • Rename bundle outputs