diagram-js
Advanced tools
Comparing version 8.8.0 to 8.9.0
@@ -9,2 +9,9 @@ # Changelog | ||
## 8.9.0 | ||
* `FEAT`: expose result of editor action execution ([#660](https://github.com/bpmn-io/diagram-js/pull/660)) | ||
* `FEAT`: only copy if selected elements ([#660](https://github.com/bpmn-io/diagram-js/pull/660)) | ||
* `FIX`: restore logging of initialization errors | ||
* `DEPS`: update to `didi@8.0.1` | ||
## 8.8.0 | ||
@@ -14,2 +21,6 @@ | ||
## 7.9.0 | ||
* `FEAT`: provide keyboard event testing utilities ([#663](https://github.com/bpmn-io/diagram-js/pull/663)) | ||
## 8.7.1 | ||
@@ -16,0 +27,0 @@ |
@@ -92,3 +92,5 @@ import { | ||
copyPaste.copy(selectedElements); | ||
if (selectedElements.length) { | ||
return copyPaste.copy(selectedElements); | ||
} | ||
}); | ||
@@ -95,0 +97,0 @@ } |
{ | ||
"name": "diagram-js", | ||
"version": "8.8.0", | ||
"version": "8.9.0", | ||
"description": "A toolbox for displaying and modifying diagrams on the web", | ||
"main": "index.js", | ||
"files": [ | ||
".babelrc", | ||
"lib", | ||
@@ -46,15 +45,15 @@ "assets", | ||
"devDependencies": { | ||
"@babel/core": "^7.18.10", | ||
"babel-loader": "^8.2.5", | ||
"babel-plugin-istanbul": "^6.1.1", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-bpmn-io": "^0.13.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"istanbul-instrumenter-loader": "^3.0.1", | ||
"eslint": "^8.22.0", | ||
"eslint-plugin-bpmn-io": "^0.14.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
"jquery": "^3.5.1", | ||
"karma": "^6.3.17", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma": "^6.4.0", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"karma-coverage": "^2.2.0", | ||
"karma-firefox-launcher": "^2.1.2", | ||
"karma-ie-launcher": "^1.0.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-safari-launcher": "^1.0.0", | ||
@@ -66,11 +65,10 @@ "karma-sinon-chai": "^2.0.2", | ||
"npm-run-all": "^4.1.2", | ||
"phantomjs-prebuilt": "^2.1.12", | ||
"puppeteer": "^8.0.0", | ||
"puppeteer": "^16.1.1", | ||
"sinon": "^7.5.0", | ||
"sinon-chai": "^3.7.0", | ||
"webpack": "^5.70.0" | ||
"webpack": "^5.74.0" | ||
}, | ||
"dependencies": { | ||
"css.escape": "^1.5.1", | ||
"didi": "^8.0.0", | ||
"didi": "^8.0.1", | ||
"hammerjs": "^2.0.1", | ||
@@ -77,0 +75,0 @@ "inherits-browser": "0.0.1", |
683529
23
22318
214
Updateddidi@^8.0.1