@bpmn-io/element-templates-icons-renderer
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -9,2 +9,6 @@ # Changelog | ||
## 0.2.0 | ||
* `FEAT`: enforce 18x18 icon size ([#5](https://github.com/bpmn-io/element-templates-icons-renderer/pull/5)) | ||
## 0.1.2 | ||
@@ -11,0 +15,0 @@ |
{ | ||
"name": "@bpmn-io/element-templates-icons-renderer", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "A bpmn-js extension to render element templates icons.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -60,4 +60,6 @@ import inherits from 'inherits'; | ||
href: modelerTemplateIcon, | ||
x: 4, | ||
y: 4 | ||
x: 5, | ||
y: 5, | ||
width: 18, | ||
height: 18 | ||
}); | ||
@@ -64,0 +66,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6896
63