Releases: CarstenWickner/react-flow-modeler
Releases · CarstenWickner/react-flow-modeler
1.1.0 – Export of convenience functions for editing
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 toisFlowValid()
) throwing a descriptive error in case of an invalid flow
1.0.1 – Improved Documentation and Edit Bug Fix
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
- 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 oneEndNode
- 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