Releases: didi/LogicFlow
@logicflow/extension@2.2.0-alpha.6
What's Changed
- fix: 修复折线边拖拽过程中偶现斜线问题&圆角旁边出现突出线段问题 by @DymoneLewis in #2368
- Use key over text in Control Extension by @MrFastDie in #2364
New Contributors
- @MrFastDie made their first contribution in #2364
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/core@2.1.8...@logicflow/extension@2.2.0-alpha.6
@logicflow/core@2.1.11
What's changes
fix: 修复折线边拖拽过程中偶现斜线问题&圆角旁边出现突出线段问题
fix: use key instead of text to allow translations
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/layout@2.0.6...@logicflow/core@2.1.11
@logicflow/core@2.2.0-alpha.6
What's Changed
- fix(core): 修复边选中偶发失焦问题 by @DymoneLewis in #2353
- fix: 修复折线边拖拽过程中偶现斜线问题&圆角旁边出现突出线段问题 by @DymoneLewis in #2368
- Use key over text in Control Extension by @MrFastDie in #2364
New Contributors
- @MrFastDie made their first contribution in #2364
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/core@2.1.8...@logicflow/core@2.2.0-alpha.6
@logicflow/extension@2.1.12
What's changes
fix: 修复折线边拖拽过程中偶现斜线问题&圆角旁边出现突出线段问题
fix: use key instead of text to allow translations(Control插件事件监听改为按照key来判断)
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/layout@2.0.6...@logicflow/extension@2.1.12
@logicflow/vue-node-registry@1.2.0-alpha.5
What's Changed
fix(vue-node-registry): 删除多余console.lof & 修复拖拽创建vue-node-registry节点时控制台报错问题
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/core@2.1.8...@logicflow/vue-node-registry@1.2.0-alpha.5
@logicflow/extension@2.2.0-alpha.5
What's Changed
- fix(extension): 修复导出插件safetyMargin和safetyFactor导致的快照导出后不居中对齐问题 & 修改 safetyMargin为0
- fix: snapshot插件导出图片受canvas的大小限制导致导出为空(计算规则、等比缩放)
- fix: 修复在撤销步骤中将渐进连线算入操作历史的问题 by @z-pangolin in #2358
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/core@2.1.8...@logicflow/extension@2.2.0-alpha.5
@logicflow/extension@2.1.11
what's changed
- fix: snapshot插件导出图片受canvas的大小限制导致导出为空(计算规则、等比缩放) by @Mirrors406 in #2362
New Contributors
- @Mirrors406 made their first contribution in #2362
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/layout@2.0.6...@logicflow/extension@2.1.11
@logicflow/core@2.2.0-alpha.5
What's Changed
- fix: 优化requestAnimationFrame兼容代码的实现
- fix: 销毁实例时不清空主题配置
- fix: 修复在撤销步骤中将渐进连线算入操作历史的问题 by @z-pangolin in #2358
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/core@2.1.8...@logicflow/core@2.2.0-alpha.5
@logicflow/core@2.1.9
What's Changed
- fix: 修复在撤销步骤中将渐进连线算入操作历史的问题 by @z-pangolin in #2358
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/layout@2.0.6...@logicflow/core@2.1.9
@logicflow/vue-node-registry@1.1.9
What's Changed
- fix: 修复内部系统与issue反馈的问题 by @DymoneLewis in #2361
- fix(vue-node-registry): 修复拖拽创建vue-node-registry节点时控制台报错问题
- fix: 删除多余console.log