File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2.2.0
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies
8+ - @logicflow/vue-node-registry @1.2.0
9+
310## 2.2.0-alpha.7
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @logicflow/extension" ,
3- "version" : " 2.2.0-alpha.7 " ,
3+ "version" : " 2.2.0" ,
44 "description" : " LogicFlow Extensions" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
Original file line number Diff line number Diff line change 11# @logicflow/vue-node-registry
22
3+ ## 1.1.14-alpha.1
4+
5+ ### Patch Changes
6+
7+ - fix @logicflow/vue-node-registry 1.1.13版本打包没有js问题
8+
39## 1.2.0-alpha.7
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @logicflow/vue-node-registry" ,
3- "version" : " 1.2.0 -alpha.7 " ,
3+ "version" : " 1.1.14 -alpha.1 " ,
44 "description" : " LogicFlow Vue Component Node Registry" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
Original file line number Diff line number Diff line change @@ -91,15 +91,15 @@ export class VueNodeView extends HtmlNode {
9191 if ( ! nodeConfig ) {
9292 // No registered config for this node type; ensure any existing Teleport mount is cleaned up
9393 if ( isVue3 && isActive ( ) ) {
94- disconnect ( this . targetId ( ) )
94+ disconnect ( this . targetId ( ) , this . props . graphModel . flowId as string )
9595 }
9696 return
9797 }
9898 const { component } = nodeConfig
9999 if ( ! component ) {
100100 // Config exists but has no component; also clean up any existing Teleport mount
101101 if ( isVue3 && isActive ( ) ) {
102- disconnect ( this . targetId ( ) )
102+ disconnect ( this . targetId ( ) , this . props . graphModel . flowId as string )
103103 }
104104 return
105105 }
Original file line number Diff line number Diff line change 11# logicflow-docs
22
3+ ## 2.2.8
4+
5+ ### Patch Changes
6+
7+ - @logicflow/extension @2.2.0
8+
39## 2.2.7
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " logicflow-docs" ,
3- "version" : " 2.2.7 " ,
3+ "version" : " 2.2.8 " ,
44 "private" : true ,
55 "description" : " LogicFlow sites deployed on gh-pages" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments