bpmn-js-differ
bpmn-js-differ copied to clipboard
A diffing utility for BPMN 2.0 documents.
Results
12
bpmn-js-differ issues
Sort by
recently updated
recently updated
newest added
The `isTracked` function was module-scoped, preventing subclasses from overriding tracking logic for custom BPMN extension elements. ## Changes - **Converted `isTracked` to prototype method**: Moved from standalone function to `ChangeHandler.prototype.isTracked`,...
in progress
### Problem We would like to develop a new ChangeHandler class that digs deeper into the BPMN Extension elements. We aren’t interested in changing your ChangeHandler for the standard BPMN...
enhancement
in progress