Skip to content

Releases: artem-mangilev/ngx-vflow

v1.0.2

22 Dec 06:48
0d5cbb3
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

  • Fixed documentation deployment
  • Removed @defer usage due to partial compilation issues
  • Fixed Vflow type

📖 Docs

  • Improved migration information

Full Changelog: v1.0.0...v1.0.2

v1.0.0

21 Dec 12:52
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

  • fixed manual selection (#108)

📖 Docs

💥 BREAKING CHANGES

  • Angular 17.3 dependency
  • removed VflowModule
  • removed handlePositions input for VflowComponent
  • removed computeLayersOnInit flag in Optimization interface
  • this.node() instead of this.node for classes extending CustomNodeComponent and CustomDynamicNodeComponent

Full Changelog: v0.16.0...v1.0.0

v0.16.0

07 Dec 11:27
9b82762
Compare
Choose a tag to compare

What's Changed

🆕 Features

🐛 Fixes

  • #101 Fixed an issue where edges within a node group could not be selected

Full Changelog: v0.15.0...v0.16.0

v0.15.0

17 Nov 12:49
fb2f1c5
Compare
Choose a tag to compare

What's Changed

🆕 Features

Full Changelog: v0.14.1...v0.15.0

v0.14.1

02 Nov 07:56
Compare
Choose a tag to compare

What's Changed

🆕 Features

  • added ctx.node for <handle /> template context

🚀 Optimization

  • removed d3-path dependency

Full Changelog: v0.14.0...v0.14.1

v0.14.0

27 Oct 13:51
5e05e28
Compare
Choose a tag to compare

What's Changed

🆕 Features

  • Added mini-map

📖 Docs

Full Changelog: v0.13.0...v0.14.0

v0.13.0

19 Oct 11:15
8be05c7
Compare
Choose a tag to compare

What's Changed

🆕 Features

  • Keyboard Shortcuts API
  • Node Multi-selection #85

🐛 Fixes

  • FIxed issue where the flow failed to update the initial size (resulting in a blank screen) #87
  • Fixed DI error in unit testing of the component node #89
  • Improved Node Resizer math for smoother resizing and to prevent parent boundary violations

📖 Docs

Full Changelog: #96

v0.12.0

29 Sep 12:18
8be05c7
Compare
Choose a tag to compare

What's Changed

🆕 Features

  • Node Resizer that works for groups and regular nodes.
  • New onNodesChange.size event.
  • Added width and height properties for template and component node types
  • Added resizable flag for default group to quickly use a Resizer on this type of node

📖 Docs

Full Changelog: v0.11.0...v0.12.0

v0.11.0

26 Aug 06:31
0680dcd
Compare
Choose a tag to compare

What's Changed

🆕 Features

Docs

Full Changelog: v0.10.0...v0.11.0

v0.10.0

18 Aug 12:55
b9ec1dc
Compare
Choose a tag to compare