Lines Matching refs:create

11 * `FEAT`: move `create-append-anything` to [external module](https://github.com/bpmn-io/bpmn-js-cre…
17create/append anything features moved to an [external module](https://github.com/bpmn-io/bpmn-js-c…
32 * `FIX`: append shortcut triggers create menu if append not allowed ([#1840](https://github.com/bpm…
42 * `FEAT`: hide rare items initially from create/append menus ([#1836](https://github.com/bpmn-io/bp…
48 _Adds create/append anything._
51 * `FEAT`: create menu available via palette ([#1811](https://github.com/bpmn-io/bpmn-js/pull/1811),…
144 * `FIX`: do not alter inputs passed to `ElementFactory#create` ([#1711](https://github.com/bpmn-io/…
206 * `FIX`: create drilldown overlays on `viewer.open` ([`574a67438`](https://github.com/bpmn-io/bpmn-…
232 * `FIX`: create di for embedded labels ([#1579](https://github.com/bpmn-io/bpmn-js/pull/1579))
260 * `FIX`: don't create illegal `bpmndi:BPMNEdge#waypoints` property ([#1544](https://github.com/bpmn…
320 * `FEAT`: replace elements on create ([#1340](https://github.com/bpmn-io/bpmn-js/issues/1340))
514 * `FIX`: correct origin snapping on multi-element create ([`27fec8bd`](https://github.com/bpmn-io/b…
527 * `FIX`: correctly mark elements as changed on `{shape|connection}.create` undo
528 * `FIX`: do not open replace menu after multi create ([#1255](https://github.com/bpmn-io/bpmn-js/pu…
537 * `FIX`: create nested lanes in the correct parent again ([#1256](https://github.com/bpmn-io/bpmn-j…
622 * `FEAT` add `elements.create` rule for creating multiple elements ([#1137](https://github.com/bpmn…
634 Copy and paste as well as create is completely reworked:
637 * `BpmnRules`: removed `elements.paste` rule in favor of `elements.create` rule
640 * To prevent additional behavior on create after paste you should check for the `createElementsBeha…
671 * `FEAT`: create expanded sub-process with start event included ([#1039](https://github.com/bpmn-io…
819 * `FEAT`: create label on appropriate free position ([#825](https://github.com/bpmn-io/bpmn-js/issu…
842 * `FIX`: create/update labels when updating element name via `Modeling#updateProperties` ([`4a0f6da…