zeebe-bpmn-moddle
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -9,2 +9,6 @@ # Changelog | ||
## 0.12.0 | ||
* `FEAT`: support `zeebe:modelerTemplateIcon` ([#23](https://github.com/camunda-cloud/zeebe-bpmn-moddle/pull/23)) | ||
## 0.11.0 | ||
@@ -11,0 +15,0 @@ |
{ | ||
"name": "zeebe-bpmn-moddle", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Zeebe moddle extensions for BPMN 2.0", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -349,4 +349,22 @@ { | ||
] | ||
}, | ||
{ | ||
"name": "ModelerTemplateIcon", | ||
"superClass": [ | ||
"Element" | ||
], | ||
"meta": { | ||
"allowedIn": [ | ||
"zeebe:TemplateSupported" | ||
] | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "body", | ||
"type": "String", | ||
"isBody": true | ||
} | ||
] | ||
} | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16072
451
4177