Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Apr 26, 2024
2 parents b66761c + cdf8231 commit 6ad0295
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ ___Note:__ Yet to be released changes appear here._

* `FEAT`: do not hide Task markers while editing labels

## 17.4.0

* `FEAT`: do not scale popup menu and context pad
* `DEPS`: update to `diagram-js@14.4.1`

## 17.3.0

* `FEAT`: auto-place elements vertically ([#2110](https://github.com/bpmn-io/bpmn-js/issues/2110))
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpmn-js",
"version": "17.3.0",
"version": "17.4.0",
"description": "A bpmn 2.0 toolkit and web modeler",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -112,7 +112,7 @@
},
"dependencies": {
"bpmn-moddle": "^8.1.0",
"diagram-js": "^14.3.1",
"diagram-js": "^14.4.1",
"diagram-js-direct-editing": "^3.0.1",
"ids": "^1.0.5",
"inherits-browser": "^0.1.0",
Expand Down

0 comments on commit 6ad0295

Please sign in to comment.