-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to diagram-js@14 #2097
Update to diagram-js@14 #2097
Conversation
I just noticed that this is an extended duplicate of #2079. Still let's use this PR as I've also updated the changelog. |
5d2b7e6
to
f2b6d23
Compare
CHANGELOG.md
Outdated
@@ -6,6 +6,14 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen | |||
|
|||
___Note:__ Yet to be released changes appear here._ | |||
|
|||
## 17.0.0 | |||
|
|||
* `DEPS`: update to `[email protected]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add additional improvements here:
* `DEPS`: update to `diagram-js@14.0.0` | |
* `FEAT`: add to selection through SHIFT ([bpmn-io/diagram-js#796](https://github.com/bpmn-io/diagram-js/pull/851), [#2053](https://github.com/bpmn-io/bpmn-js/issues/2053)) | |
* `CHORE`: remove broken touch interaction ([bpmn-io/diagram-js#796](https://github.com/bpmn-io/diagram-js/issues/796)) | |
* `DEPS`: update to `[email protected]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will apply your suggestion on the release PR.
BREAKING CHANGES: * Migrated to `diagram-js@14` which removes touch interaction module, and dependency on unsupported `hammerjs` package. If you rely on touch interaction, you need to support touch interaction on your own. deps: update to `diagram-js@14` feat: allow to add to selection via lasso tool Closes #2053
Closes #2053