chore(project): bump diagram-js version
This commit is contained in:
parent
16a7ab2879
commit
15296e0255
|
@ -7,8 +7,10 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen
|
||||||
___Note:__ Yet to be released changes appear here._
|
___Note:__ Yet to be released changes appear here._
|
||||||
|
|
||||||
* `FEAT`: add initial snapping when creating associations
|
* `FEAT`: add initial snapping when creating associations
|
||||||
|
* `CHORE`: update to `diagram-js@1.3.0`
|
||||||
* `FIX`: allow message flows between collapsed pools
|
* `FIX`: allow message flows between collapsed pools
|
||||||
* `FIX`: complete direct editing on popup menu use
|
* `FIX`: complete direct editing on popup menu use
|
||||||
|
* `FIX`: focus label editing box on element creation
|
||||||
|
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
"bpmn-font": "^0.8.0",
|
"bpmn-font": "^0.8.0",
|
||||||
"bpmn-moddle": "^5.1.0",
|
"bpmn-moddle": "^5.1.0",
|
||||||
"css.escape": "^1.5.1",
|
"css.escape": "^1.5.1",
|
||||||
"diagram-js": "^1.2.2",
|
"diagram-js": "^1.3.0",
|
||||||
"diagram-js-direct-editing": "^1.2.0",
|
"diagram-js-direct-editing": "^1.2.0",
|
||||||
"ids": "^0.2.0",
|
"ids": "^0.2.0",
|
||||||
"inherits": "^2.0.1",
|
"inherits": "^2.0.1",
|
||||||
|
|
Loading…
Reference in New Issue