vueflow
1.0.0
Major Changes
#311
e175cf81Thanks @bcakmakoglu! - # What's changed?- Add 
vueflowpkg 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 
corepkg directory tocorefromvue-flow - Rename bundle outputs
 
- Add