Releases: didi/LogicFlow
@logicflow/[email protected]
What's Changed
- chore: core包版本升级:2.0.7☞2.0.8
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]
@logicflow/[email protected]
What's Changed
- chore: core包版本升级:2.0.7☞2.0.8
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]
@logicflow/[email protected]
What's Changed
- fix(core): 修复因算法错误导致 polyline 与多边形节点的交点不正确的问题 by @Yuan-ZW in #1955
- feat: 支持动态修改画布背景配置 by @CWsuper in #1952
- fix(extension): group插件isAllowMoveTo方法的参数名优化 by @DymoneLewis in #1951
- 修复 DynamicGroup 相关 bug by @ZivvW in #1959
- fix(extension): 【dynamic-group】DynamicGroup 被复制后,内部的节点归属异常 by @ZivvW in #1960
- feat(NodeSelection): 优化 NodeSelection 功能 by @admin1949 in #1962
- feat(GraphModel, MiniMap): 新增MiniMap组件跟随的当前容器一起缩放 by @admin1949 in #1967
- fix: 修复一系列Label插件问题 by @DymoneLewis in #1969
- feat(extension): 新增渐进连线插件&插件说明文档&增加源码调试示例 by @DymoneLewis in #1965
- fix(core): 修复issue反馈的问题 by @DymoneLewis in #1972
New Contributors
- @ZivvW made their first contribution in #1959
- @admin1949 made their first contribution in #1962
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]
@logicflow/[email protected]
What's Changed
- fix(core): 修复因算法错误导致 polyline 与多边形节点的交点不正确的问题 by @Yuan-ZW in #1955
- feat: 支持动态修改画布背景配置 by @CWsuper in #1952
- fix(extension): group插件isAllowMoveTo方法的参数名优化 by @DymoneLewis in #1951
- 修复 DynamicGroup 相关 bug by @ZivvW in #1959
- fix(extension): 【dynamic-group】DynamicGroup 被复制后,内部的节点归属异常 by @ZivvW in #1960
- feat(NodeSelection): 优化 NodeSelection 功能 by @admin1949 in #1962
- feat(GraphModel, MiniMap): 新增MiniMap组件跟随的当前容器一起缩放 by @admin1949 in #1967
- fix: 修复一系列Label插件问题 by @DymoneLewis in #1969
- feat(extension): 新增渐进连线插件&插件说明文档&增加源码调试示例 by @DymoneLewis in #1965
- fix(core): 修复issue反馈的问题 by @DymoneLewis in #1972
New Contributors
- @ZivvW made their first contribution in #1959
- @admin1949 made their first contribution in #1962
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]
@logicflow/[email protected]
What's Changed
- fix(extension/label): 修复画布渲染后,新新增节点的label不随节点移动问题 by @DymoneLewis in #1847
- fix: 修复 lfJson2Xml 不兼容假值问题 by @FanSun521 in #1851
- docs(site): 完善快速上手 cdn 引入示例 by @FanSun521 in #1852
- fix(extension/label): 修复label插件一系列bug by @DymoneLewis in #1861
- fix(extension/bpmn-elements): 修复bpmn-elements插件中pool节点的node:resize事件取值参数错误的问题 by @DymoneLewis in #1863
- fix: fix some issues by @boyongjiong in #1865
- fix(site): 文档勘误,插件的cdn使用方式错误 by @FanSun521 in #1864
- add release logicflow core 2.0.4 by @DymoneLewis in #1867
- fix(core): update import path to relative path style to remove compilation error in angular by @touhidrahman in #1879
- docs: 文档勘误 by @Hickays in #1876
- fix(extension): 【dynamic-group】修复resize和move的冲突问题(#1826) by @wbccb in #1858
- fix(core): node => rotate+正常模式resize(#1428) by @wbccb in #1835
- feat: update package's version by @DymoneLewis in #1885
- fix(extension): 【dynamic-group】存入history时,将text坐标恢复到未折叠前的数据(#1810) by @wbccb in #1888
- feat(extension):【dynamic-group】isRestrict分组缩放限制+transformWidthContainer控制子元素是否需要同时缩放 by @wbccb in #1887
- feat(extension): 【dynamic-group】实现autoResize自动扩展父节点的功能(#1750) by @wbccb in #1892
- fix(vue-node-registry): 修复Teleport+KeepAlive场景下DOM重复渲染的问题(#1768) by @wbccb in #1895
- fix: 修复文本拖拽不符合预期的问题 by @ChangeSuger in #1898
- feat: 支持动态修改 Grid 的配置 by @ChangeSuger in #1901
- fix: 修复 windows 系统 node20 环境下样式文件打包失败的问题 by @ChangeSuger in #1921
- fix: node:dnd-drag 增加事件数据 by @HeatonZ in #1916
- fix: 修复 2.x 与 1.x 下相同的网格线宽,Grid 表现不一致的问题 by @ChangeSuger in #1907
- fix: 修复 node:dnd-drag 事件的类型检查问题 by @ChangeSuger in #1924
- fix(example): 修复文档中vue3自定义组件不能正常显示bug by @zkt2002 in #1931
- fix(core): 修复笔记本触摸板点击边事件失效 by @wuchenguang1998 in #1940
- fix(core): 在没有拖拽的情况下,Control组件突然销毁,不触发cancelDrag(#1926) by @wbccb in #1938
- fix(extension): 【dynamic-group】修复mousemove和isCollapsed相关问题 by @wbccb in #1919
- feat(examples): 添加动画边demo by @DymoneLewis in #1942
- fix(core): 类型定义 properties:change 改为 node:properties-change by @HeatonZ in #1943
- feat: node-registry 自定义properties类型 by @HeatonZ in #1944
- fix(core): 修复 polyline 与多边形节点的交点不正确的问题 by @Yuan-ZW in #1947
New Contributors
- @touhidrahman made their first contribution in #1879
- @Hickays made their first contribution in #1876
- @HeatonZ made their first contribution in #1916
- @zkt2002 made their first contribution in #1931
- @Yuan-ZW made their first contribution in #1947
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]
@logicflow/[email protected]
What's Changed
- fix(extension/label): 修复画布渲染后,新新增节点的label不随节点移动问题 by @DymoneLewis in #1847
- fix: 修复 lfJson2Xml 不兼容假值问题 by @FanSun521 in #1851
- docs(site): 完善快速上手 cdn 引入示例 by @FanSun521 in #1852
- fix(extension/label): 修复label插件一系列bug by @DymoneLewis in #1861
- fix(extension/bpmn-elements): 修复bpmn-elements插件中pool节点的node:resize事件取值参数错误的问题 by @DymoneLewis in #1863
- fix: fix some issues by @boyongjiong in #1865
- fix(site): 文档勘误,插件的cdn使用方式错误 by @FanSun521 in #1864
- add release logicflow core 2.0.4 by @DymoneLewis in #1867
- fix(core): update import path to relative path style to remove compilation error in angular by @touhidrahman in #1879
- docs: 文档勘误 by @Hickays in #1876
- fix(extension): 【dynamic-group】修复resize和move的冲突问题(#1826) by @wbccb in #1858
- fix(core): node => rotate+正常模式resize(#1428) by @wbccb in #1835
- feat: update package's version by @DymoneLewis in #1885
- fix(extension): 【dynamic-group】存入history时,将text坐标恢复到未折叠前的数据(#1810) by @wbccb in #1888
- feat(extension):【dynamic-group】isRestrict分组缩放限制+transformWidthContainer控制子元素是否需要同时缩放 by @wbccb in #1887
- feat(extension): 【dynamic-group】实现autoResize自动扩展父节点的功能(#1750) by @wbccb in #1892
- fix(vue-node-registry): 修复Teleport+KeepAlive场景下DOM重复渲染的问题(#1768) by @wbccb in #1895
- fix: 修复文本拖拽不符合预期的问题 by @ChangeSuger in #1898
- feat: 支持动态修改 Grid 的配置 by @ChangeSuger in #1901
- fix: 修复 windows 系统 node20 环境下样式文件打包失败的问题 by @ChangeSuger in #1921
- fix: node:dnd-drag 增加事件数据 by @HeatonZ in #1916
- fix: 修复 2.x 与 1.x 下相同的网格线宽,Grid 表现不一致的问题 by @ChangeSuger in #1907
- fix: 修复 node:dnd-drag 事件的类型检查问题 by @ChangeSuger in #1924
- fix(example): 修复文档中vue3自定义组件不能正常显示bug by @zkt2002 in #1931
- fix(core): 修复笔记本触摸板点击边事件失效 by @wuchenguang1998 in #1940
- fix(core): 在没有拖拽的情况下,Control组件突然销毁,不触发cancelDrag(#1926) by @wbccb in #1938
- fix(extension): 【dynamic-group】修复mousemove和isCollapsed相关问题 by @wbccb in #1919
- feat(examples): 添加动画边demo by @DymoneLewis in #1942
- fix(core): 类型定义 properties:change 改为 node:properties-change by @HeatonZ in #1943
- feat: node-registry 自定义properties类型 by @HeatonZ in #1944
- fix(core): 修复 polyline 与多边形节点的交点不正确的问题 by @Yuan-ZW in #1947
New Contributors
- @touhidrahman made their first contribution in #1879
- @Hickays made their first contribution in #1876
- @HeatonZ made their first contribution in #1916
- @zkt2002 made their first contribution in #1931
- @Yuan-ZW made their first contribution in #1947
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]
@logicflow/[email protected]
What's Changed
- fix(extension/label): 修复画布渲染后,新新增节点的label不随节点移动问题 by @DymoneLewis in #1847
- fix: 修复 lfJson2Xml 不兼容假值问题 by @FanSun521 in #1851
- docs(site): 完善快速上手 cdn 引入示例 by @FanSun521 in #1852
- fix(extension/label): 修复label插件一系列bug by @DymoneLewis in #1861
- fix(extension/bpmn-elements): 修复bpmn-elements插件中pool节点的node:resize事件取值参数错误的问题 by @DymoneLewis in #1863
- fix: fix some issues by @boyongjiong in #1865
- fix(site): 文档勘误,插件的cdn使用方式错误 by @FanSun521 in #1864
- add release logicflow core 2.0.4 by @DymoneLewis in #1867
- fix(core): update import path to relative path style to remove compilation error in angular by @touhidrahman in #1879
- docs: 文档勘误 by @Hickays in #1876
- fix(extension): 【dynamic-group】修复resize和move的冲突问题(#1826) by @wbccb in #1858
- fix(core): node => rotate+正常模式resize(#1428) by @wbccb in #1835
- feat: update package's version by @DymoneLewis in #1885
- fix(extension): 【dynamic-group】存入history时,将text坐标恢复到未折叠前的数据(#1810) by @wbccb in #1888
- feat(extension):【dynamic-group】isRestrict分组缩放限制+transformWidthContainer控制子元素是否需要同时缩放 by @wbccb in #1887
- feat(extension): 【dynamic-group】实现autoResize自动扩展父节点的功能(#1750) by @wbccb in #1892
- fix(vue-node-registry): 修复Teleport+KeepAlive场景下DOM重复渲染的问题(#1768) by @wbccb in #1895
- fix: 修复文本拖拽不符合预期的问题 by @ChangeSuger in #1898
- feat: 支持动态修改 Grid 的配置 by @ChangeSuger in #1901
- fix: 修复 windows 系统 node20 环境下样式文件打包失败的问题 by @ChangeSuger in #1921
- fix: node:dnd-drag 增加事件数据 by @HeatonZ in #1916
- fix: 修复 2.x 与 1.x 下相同的网格线宽,Grid 表现不一致的问题 by @ChangeSuger in #1907
- fix: 修复 node:dnd-drag 事件的类型检查问题 by @ChangeSuger in #1924
- fix(example): 修复文档中vue3自定义组件不能正常显示bug by @zkt2002 in #1931
- fix(core): 修复笔记本触摸板点击边事件失效 by @wuchenguang1998 in #1940
- fix(core): 在没有拖拽的情况下,Control组件突然销毁,不触发cancelDrag(#1926) by @wbccb in #1938
- fix(extension): 【dynamic-group】修复mousemove和isCollapsed相关问题 by @wbccb in #1919
- feat(examples): 添加动画边demo by @DymoneLewis in #1942
- fix(core): 类型定义 properties:change 改为 node:properties-change by @HeatonZ in #1943
- feat: node-registry 自定义properties类型 by @HeatonZ in #1944
- fix(core): 修复 polyline 与多边形节点的交点不正确的问题 by @Yuan-ZW in #1947
New Contributors
- @touhidrahman made their first contribution in #1879
- @Hickays made their first contribution in #1876
- @HeatonZ made their first contribution in #1916
- @zkt2002 made their first contribution in #1931
- @Yuan-ZW made their first contribution in #1947
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]
@logicflow/[email protected]
What's Changed
- fix(extension/label): 修复画布渲染后,新新增节点的label不随节点移动问题 by @DymoneLewis in #1847
- fix: 修复 lfJson2Xml 不兼容假值问题 by @FanSun521 in #1851
- docs(site): 完善快速上手 cdn 引入示例 by @FanSun521 in #1852
- fix(extension/label): 修复label插件一系列bug by @DymoneLewis in #1861
- fix(extension/bpmn-elements): 修复bpmn-elements插件中pool节点的node:resize事件取值参数错误的问题 by @DymoneLewis in #1863
- fix: fix some issues by @boyongjiong in #1865
- fix(site): 文档勘误,插件的cdn使用方式错误 by @FanSun521 in #1864
- add release logicflow core 2.0.4 by @DymoneLewis in #1867
- fix(core): update import path to relative path style to remove compilation error in angular by @touhidrahman in #1879
- docs: 文档勘误 by @Hickays in #1876
- fix(extension): 【dynamic-group】修复resize和move的冲突问题(#1826) by @wbccb in #1858
- fix(core): node => rotate+正常模式resize(#1428) by @wbccb in #1835
- feat: update package's version by @DymoneLewis in #1885
- fix(extension): 【dynamic-group】存入history时,将text坐标恢复到未折叠前的数据(#1810) by @wbccb in #1888
- feat(extension):【dynamic-group】isRestrict分组缩放限制+transformWidthContainer控制子元素是否需要同时缩放 by @wbccb in #1887
- feat(extension): 【dynamic-group】实现autoResize自动扩展父节点的功能(#1750) by @wbccb in #1892
- fix(vue-node-registry): 修复Teleport+KeepAlive场景下DOM重复渲染的问题(#1768) by @wbccb in #1895
- fix: 修复文本拖拽不符合预期的问题 by @ChangeSuger in #1898
- feat: 支持动态修改 Grid 的配置 by @ChangeSuger in #1901
- fix: 修复 windows 系统 node20 环境下样式文件打包失败的问题 by @ChangeSuger in #1921
- fix: node:dnd-drag 增加事件数据 by @HeatonZ in #1916
- fix: 修复 2.x 与 1.x 下相同的网格线宽,Grid 表现不一致的问题 by @ChangeSuger in #1907
- fix: 修复 node:dnd-drag 事件的类型检查问题 by @ChangeSuger in #1924
- fix(example): 修复文档中vue3自定义组件不能正常显示bug by @zkt2002 in #1931
- fix(core): 修复笔记本触摸板点击边事件失效 by @wuchenguang1998 in #1940
- fix(core): 在没有拖拽的情况下,Control组件突然销毁,不触发cancelDrag(#1926) by @wbccb in #1938
- fix(extension): 【dynamic-group】修复mousemove和isCollapsed相关问题 by @wbccb in #1919
- feat(examples): 添加动画边demo by @DymoneLewis in #1942
- fix(core): 类型定义 properties:change 改为 node:properties-change by @HeatonZ in #1943
- feat: node-registry 自定义properties类型 by @HeatonZ in #1944
- fix(core): 修复 polyline 与多边形节点的交点不正确的问题 by @Yuan-ZW in #1947
New Contributors
- @touhidrahman made their first contribution in #1879
- @Hickays made their first contribution in #1876
- @HeatonZ made their first contribution in #1916
- @zkt2002 made their first contribution in #1931
- @Yuan-ZW made their first contribution in #1947
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]
@logicflow/[email protected]
What's Changed
- fix: 移除 vue-node-registry view 中无用 console,close #1856
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]
@logicflow/[email protected]
What's Changed
- fix(extension/label): 修复画布渲染后,新新增节点的label不随节点移动问题 by @DymoneLewis in #1847
- fix: 修复 lfJson2Xml 不兼容假值问题 by @FanSun521 in #1851
- fix(extension/label): 修复label插件一系列bug by @DymoneLewis in #1861
- fix(extension/bpmn-elements): 修复bpmn-elements插件中pool节点的node:resize事件取值参数错误的问题 by @DymoneLewis in #1863
- fix: fix some issues by @boyongjiong in #1865
Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]