camunda-bpmn-js 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,6 +18,7 @@ import { commonModdleExtensions } from './util/commonModules';
18
18
  import colorPickerModule from 'bpmn-js-color-picker';
19
19
 
20
20
  import {
21
+ CreateAppendAnythingModule as createAppendAnythingModule,
21
22
  UnlinkTemplatesModule as unlinkTemplatesModule
22
23
  } from 'bpmn-js-create-append-anything';
23
24
 
@@ -46,6 +47,7 @@ Modeler.prototype._camundaPlatformModules = [
46
47
  CamundaPlatformPropertiesProviderModule,
47
48
  ElementTemplatesPropertiesProviderModule,
48
49
  colorPickerModule,
50
+ createAppendAnythingModule,
49
51
  variableResolverModule,
50
52
  unlinkTemplatesModule
51
53
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "camunda-bpmn-js",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Embeddable Camunda modeling distributions based on bpmn-js",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {