bpmn-js/test/fixtures/bpmn/features
Nico Rehwaldt f1daf4841f fix(modeling): support newBounds
This fixes a bug where Modeling#updateLabel would not work on
text annotations, because these need to have labels pre-configured.

* Modeling#updateLabel now takes the (optional) newBounds
* newBounds must now explicitly be passed to trigger resize
  for text annotations
* newBounds is _only_ passed for text annotations via
  LabelEditingProvider (it was discarded before anyway)
* lib/features/label-editing did not depend on lib/features/modeling
  for historical reasons. It now uses the offical #updateLabel
  API provided by Modeling
* Localize test diagrams

Closes #753
2018-01-29 17:20:41 +01:00
..
copy-paste feat(copy-paste): copy Event Sub Process / Non-Interrupting Boundary 2016-06-21 13:39:37 +02:00
drop feat(drop): basic implementation 2014-11-21 09:21:41 +01:00
replace fix(replace): assign passed properties to businessObject before cloning 2017-01-30 16:23:57 +01:00
rules fix(rule): allow drop of associations 2015-03-25 13:45:54 +01:00