Skip to content

Releases: CarstenWickner/react-flow-modeler

1.1.0 – Export of convenience functions for editing

29 Feb 23:04
Compare
Choose a tag to compare

Added

  • Export of updateStepData() function for manipulating content of a single step node
  • Export of updateGatewayData() function for manipulating condition type associated with a single diverging gateway node
  • Export of updateGatewayBranchData() function for manipulating condition value associated with a single diverging gateway branch
  • Export of validateFlow() function (as alternative to isFlowValid()) throwing a descriptive error in case of an invalid flow

1.0.1 – Improved Documentation and Edit Bug Fix

22 Feb 23:36
Compare
Choose a tag to compare

Added

  • Mentioning of all component props in README
  • Basic examples in README

Fixed

  • Invalid key assignment results in incorrect partial rendering during structural editing

1.0.0 – Initial Release

22 Feb 20:50
Compare
Choose a tag to compare
  • Allow for simple process flows to be displayed
  • Automatic positioning of elements in a grid (i.e. no "pixel pushing")
  • Enable customization of the content of a StepNode
  • Enable customization of the condition type associated with a DivergingGatewayNode
  • Enable customization of the condition value associated with a DivergingGatewayBranch
  • Automatically insert a ConvergingGatewayNode where multiple elements reference the same next element
  • Enforce the existence of exactly one StartNode and one EndNode
  • Allow structural editing
  • Enable customization of edit icons and tool-tips
  • Enable customization of when certain edit actions are not allowed
  • Enable customization of default content of a newly added StepNode
  • Enable customization of default condition type, number of branches and associated condition values for a newly added DivergingGatewayNode
  • Expose internal validation logic