Merge branch 'master' into develop
This commit is contained in:
commit
1bbe6fbcdc
|
@ -11,6 +11,12 @@ ___Note:__ Yet to be released changes appear here._
|
|||
* Reworked the link of elements to bpmn DIs. You must access the `di` directly from the diagram element instead of the `businessObject`. [#1472](https://github.com/bpmn-io/bpmn-js/issues/1472)
|
||||
* Reworked import and `BpmnFactory` APIs. [#1472](https://github.com/bpmn-io/bpmn-js/issues/1472)
|
||||
|
||||
## 8.8.0
|
||||
|
||||
* `FEAT`: give `keyboard` fine-grained control over which events to handle ([#1493](https://github.com/bpmn-io/bpmn-js/issues/1493))
|
||||
* `FIX`: correct keyboard shortcuts not working in direct editing mode ([#1493](https://github.com/bpmn-io/bpmn-js/issues/1493))
|
||||
* `DEPS`: update to `diagram-js@7.15`
|
||||
|
||||
## 8.7.3
|
||||
|
||||
* `FIX`: convert file to `ES6` module ([#1478](https://github.com/bpmn-io/bpmn-js/pull/1478))
|
||||
|
|
|
@ -3333,9 +3333,7 @@
|
|||
"dev": true
|
||||
},
|
||||
"diagram-js": {
|
||||
"version": "7.4.1",
|
||||
"resolved": "https://registry.npmjs.org/diagram-js/-/diagram-js-7.4.1.tgz",
|
||||
"integrity": "sha512-y21FjCo9QZJmH0g20ELYGv9+ps5AV52JEhsUroT4zJCwd28stjICGJMK/1VDnHhRqijjOp9Q/SLSwIa6k5/RlQ==",
|
||||
|
||||
"requires": {
|
||||
"css.escape": "^1.5.1",
|
||||
"didi": "^5.2.1",
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"dependencies": {
|
||||
"bpmn-moddle": "^7.1.2",
|
||||
"css.escape": "^1.5.1",
|
||||
"diagram-js": "^7.4.1",
|
||||
"diagram-js": "^7.5.0",
|
||||
"diagram-js-direct-editing": "^1.6.3",
|
||||
"ids": "^1.0.0",
|
||||
"inherits": "^2.0.4",
|
||||
|
|
Loading…
Reference in New Issue