This website requires JavaScript.
Explore
Help
Sign In
sartography
/
bpmn-js
Watch
1
Star
0
Fork
0
You've already forked bpmn-js
mirror of
https://github.com/sartography/bpmn-js.git
synced
2025-02-10 16:06:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bpmn-js
/
lib
History
Nico Rehwaldt
4f6d57accf
fix(Viewer): freakin fix SVG export performance
...
From /.*<svg[^>]*>|<\/svg>.*$/g to /^.*<svg[^>]*>|<\/svg>.*$/g, spot the difference.
2014-08-06 15:22:06 +02:00
..
core
feat(features/modeling): implement bpmn update as command listeners
2014-07-31 15:56:15 +02:00
draw
feat(modeling): allow append TextAnnotation
2014-08-05 17:21:49 +02:00
features
fix(modeling): properly update sourceRef/targetRef for associations
2014-08-05 17:57:19 +02:00
import
feat(Viewer): fire <import.*> events
2014-08-05 08:34:54 +02:00
util
fix(modeling): correct initial label positioning
2014-08-04 09:34:45 +02:00
Modeler.js
fix(modeler): add modeling components last
2014-08-06 14:40:34 +02:00
Viewer.js
fix(Viewer): freakin fix SVG export performance
2014-08-06 15:22:06 +02:00