Skip to content

Releases: didi/LogicFlow

@logicflow/[email protected]

11 Sep 09:26
Compare
Choose a tag to compare

@logicflow/[email protected]

11 Sep 09:25
Compare
Choose a tag to compare

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]

@logicflow/[email protected]

03 Sep 12:17
Compare
Choose a tag to compare

What's Changed

  • fix(extension): 修复lib/style/index.css引用报错问题 by @DymoneLewis in #1844

Other changes

Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]

@logicflow/[email protected]

27 Aug 09:19
Compare
Choose a tag to compare

What's Changed

  • fix(build): 修正 build:watch 脚本中的命令格式 by @rainnoon in #1819
  • docs(site): 获取画布数据 api 补充到快速上手页 by @FanSun521 in #1811
  • fix(extension): 修复 BpmnAdapter 导入含有边的 xml 报错问题 by @FanSun521 in #1824
  • fix(example): 修复rect节点中radius属性在properties中使用方式错误 by @FanSun521 in #1827

New Contributors

Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]

@logicflow/[email protected]

22 Aug 11:49
Compare
Choose a tag to compare

What's Changed

  • fix: 修复 extension/ vue-node-registry相关 bug,优化文档加载速度 by @boyongjiong in #1788

  • Release New Version,移除多余 console

  • Updated dependencies

Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]

@logicflow/[email protected]

22 Aug 11:50
Compare
Choose a tag to compare

1.0.2

Patch Changes

  • Release New Version,移除多余 console

  • Updated dependencies

Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]

@logicflow/[email protected]

22 Aug 11:48
Compare
Choose a tag to compare

2.0.2

Patch Changes: Release 2.0.2 Version

  • 修复自定义节点 Model 中 initNodeData 方法不生效
    • 修复circle、diamond、polygon、rect、ellipse 中 initNodeData 方法不生效
    • 修复官网教程- 基础教程- 节点文章中跳转错误
    • example中补充自定义circle、diamon、polygon节点
  • 解决 Menu 插件 setMenuByType 为私有方法导致用户无法调用的 bug close #1773
  • 修复单独引入less导致的用户侧启动服务报错的问题
  • 修复文档中 core 包 css 资源地址错误的问题 close #1798
  • 修复 model 中 width/height/radius 等 properties 传 0 无效的 bug

@logicflow/[email protected]

22 Aug 11:47
Compare
Choose a tag to compare

2.0.2

Patch Changes: Release 2.0.2 Version

  • 修复自定义节点 Model 中 initNodeData 方法不生效
    • 修复circle、diamond、polygon、rect、ellipse 中 initNodeData 方法不生效
    • 修复官网教程- 基础教程- 节点文章中跳转错误
    • example中补充自定义circle、diamon、polygon节点
  • 解决 Menu 插件 setMenuByType 为私有方法导致用户无法调用的 bug close #1773
  • 修复单独引入less导致的用户侧启动服务报错的问题
  • 修复文档中 core 包 css 资源地址错误的问题 close #1798
  • 修复 model 中 width/height/radius 等 properties 传 0 无效的 bug

Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]

@logicflow/[email protected]

13 Aug 11:44
Compare
Choose a tag to compare

What's Changed

  • 修复初始化时 DyanmicGroup 插件折叠展开报错的问题 #1767
  • 修复 RectNodeModel 初始化时设置 width、height、radius 为 0 时无效的 bug
  • Rename: resizeFunction -> throttleResize 函数命名优化
  • 修复 isRestrict 开启后子节点仍能拖拽出分组区域的 bug
  • 优化分组旋转时,子节点的旋转逻辑,以分组中心为中心点旋转,并更新自身的 rotate 属性
  • 增加 elementsModelMap 解决 Group 初始化时,children 中的元素未完成初始化导致 model 为空的bug
  • Rename: outcomingEdgeList,getAnchorOutcomingEdge,outcoming -> outgoing#1449
  • 修复画布加载完后新增节点时Label不展示问题 #1759
  • 重新修改样式打包配置,用于修复引入插件包后起服务报错问题 #1760
  • 修复画布切换后页面宽高变化时持续出现警告问题 #1756
  • 统一数据类型, 修复textVal为数字时报错问题 #1612
  • 修复节点id切换后某一次更新边拿不到NodeId问题 #864

Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]

@logicflow/[email protected]

13 Aug 11:44
Compare
Choose a tag to compare

What's Changed

  • 修复初始化时 DyanmicGroup 插件折叠展开报错的问题 #1767
  • 修复 RectNodeModel 初始化时设置 width、height、radius 为 0 时无效的 bug
  • Rename: resizeFunction -> throttleResize 函数命名优化
  • 修复 isRestrict 开启后子节点仍能拖拽出分组区域的 bug
  • 优化分组旋转时,子节点的旋转逻辑,以分组中心为中心点旋转,并更新自身的 rotate 属性
  • 增加 elementsModelMap 解决 Group 初始化时,children 中的元素未完成初始化导致 model 为空的bug
  • Rename: outcomingEdgeList,getAnchorOutcomingEdge,outcoming -> outgoing#1449
  • 修复画布加载完后新增节点时Label不展示问题 #1759
  • 重新修改样式打包配置,用于修复引入插件包后起服务报错问题 #1760
  • 修复画布切换后页面宽高变化时持续出现警告问题 #1756
  • 统一数据类型, 修复textVal为数字时报错问题 #1612
  • 修复节点id切换后某一次更新边拿不到NodeId问题 #864

Full Changelog: https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]