Skip to content

Latest commit

 

History

History
232 lines (136 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

232 lines (136 loc) · 11.1 KB

0.1.0 (2020-09-09)

Bug Fixes

  • 修复bug(index.js引用错误) (8696db8)
  • 修复cloneNodes方法props存的是引用 (639c1dc)
  • 修复ctrl+c逻辑中props存的是引用 (25c34ed)

Features

  • 0.0.17 (764a7a9)
  • label不再支持function (1b13195)
  • release 0.0.11 (5d57f5d)
  • release 0.0.12 (5ea7d65)
  • release 0.0.16 (1d206e8)
  • shift+单击节点:可以选中该路径上的全部节点 (7e00020)
  • 完成缩放(下一步:完善事件交互) (df0ab8d)
  • 完成节点复制功能(下一步:完成节点导入|导出) (fbdd9bb)
  • 完成节点属性渲染 (25c945d)
  • 完成设置菜单(下一步:完成helper和弹出框) (d1e2bd7)
  • 实现节点或连线删除交互(下一步:实现整体拖动、缩放) (7f11cd0)
  • 打包发布 (5b51341)
  • 支持id为数字的选择器 (1175612)
  • 支持id为数字的选择器 (66aeb52)
  • 新增api (da5898a)
  • 新增API (f70dfcd)
  • 新增api-getNodeDatumById (2a2d41b)
  • 测试 (9748e15)
  • 监听键盘事件 (1e9a35e)
  • 需要完成节点属性渲染 (08e6888)

BREAKING CHANGES

  • isolate scope bindings definition has changed.

    To migrate the code follow the example below:

    Before:

    scope: { myAttr: 'attribute', }

    After:

    scope: { myAttr: '@', }

    The removed inject wasn't generaly useful for directives so there should be no code using it.

0.1.0 (2020-09-09)

Bug Fixes

  • 修复bug(index.js引用错误) (8696db8)
  • 修复cloneNodes方法props存的是引用 (639c1dc)
  • 修复ctrl+c逻辑中props存的是引用 (25c34ed)

Features

  • 0.0.17 (764a7a9)
  • label不再支持function (1b13195)
  • release 0.0.11 (5d57f5d)
  • release 0.0.12 (5ea7d65)
  • release 0.0.16 (1d206e8)
  • shift+单击节点:可以选中该路径上的全部节点 (7e00020)
  • 完成缩放(下一步:完善事件交互) (df0ab8d)
  • 完成节点复制功能(下一步:完成节点导入|导出) (fbdd9bb)
  • 完成节点属性渲染 (25c945d)
  • 完成设置菜单(下一步:完成helper和弹出框) (d1e2bd7)
  • 实现节点或连线删除交互(下一步:实现整体拖动、缩放) (7f11cd0)
  • 打包发布 (5b51341)
  • 支持id为数字的选择器 (1175612)
  • 支持id为数字的选择器 (66aeb52)
  • 新增api (da5898a)
  • 新增API (f70dfcd)
  • 新增api-getNodeDatumById (2a2d41b)
  • 测试 (9748e15)
  • 监听键盘事件 (1e9a35e)
  • 需要完成节点属性渲染 (08e6888)

BREAKING CHANGES

  • isolate scope bindings definition has changed.

    To migrate the code follow the example below:

    Before:

    scope: { myAttr: 'attribute', }

    After:

    scope: { myAttr: '@', }

    The removed inject wasn't generaly useful for directives so there should be no code using it.

0.0.17 (2018-04-10)

Bug Fixes

  • 修复cloneNodes方法props存的是引用 (639c1dc)
  • 修复ctrl+c逻辑中props存的是引用 (25c34ed)

Features

0.0.14 (2018-04-01)

Features

0.0.13 (2018-04-01)

Features

0.0.12 (2018-03-27)

Features

0.0.11 (2018-03-27)

Bug Fixes

  • 修复bug(index.js引用错误) (8696db8)

Features

  • shift+单击节点:可以选中该路径上的全部节点 (7e00020)
  • 完成缩放(下一步:完善事件交互) (df0ab8d)
  • 完成节点复制功能(下一步:完成节点导入|导出) (fbdd9bb)
  • 完成节点属性渲染 (25c945d)
  • 完成设置菜单(下一步:完成helper和弹出框) (d1e2bd7)
  • 实现节点或连线删除交互(下一步:实现整体拖动、缩放) (7f11cd0)
  • 打包发布 (5b51341)
  • 新增api (da5898a)
  • 新增api-getNodeDatumById (2a2d41b)
  • 监听键盘事件 (1e9a35e)
  • 需要完成节点属性渲染 (08e6888)

0.0.10 (2018-03-18)

0.0.9 (2018-03-18)

0.0.8 (2018-03-18)

Bug Fixes

  • 修复bug(index.js引用错误) (8696db8)

0.0.7 (2018-03-18)

0.0.6 (2018-03-18)

0.0.5 (2018-03-17)

Features