bpmn-js/test/spec
Nico Rehwaldt 5a2c5c425c chore(navigation): move features to diagram-js
This commit moves the navigation features from bpmn-js to diagram-js so
that they can be reused in other modeling / viewer tools.

Related to #124

BREAKING CHANGE:

Navigation features have been moved to diagram-js. If you use them in
custom bundles, update their location accordingly:

bpmn-js/lib/features/movecanvas -> diagram-js/lib/navigation/movecanvas
bpmn-js/lib/features/zoomscroll -> diagram-js/lib/navigation/zoomscroll
bpmn-js/lib/features/touch -> diagram-js/lib/navigation/touch
2014-08-27 15:43:18 +02:00
..
draw test(importer): attribute default value 2014-08-18 12:38:41 +02:00
environment chore(tests): instantiate modeler only when neccessary 2014-08-05 08:17:22 +02:00
features chore(navigation): move features to diagram-js 2014-08-27 15:43:18 +02:00
import test(importer): attribute default value 2014-08-18 12:38:41 +02:00
model chore(project): pull bpmn-moddle changes 2014-08-04 16:32:11 +02:00
ModelerSpec.js test(Modeler): fix overlay expectations 2014-08-12 11:53:38 +02:00
ViewerSpec.js improve(viewer): clean up SVG before export 2014-08-17 12:17:15 +02:00