You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
New version of diagram-js will break the current implementation of GlobalConnect tool. Because of that, it needs to be adjusted in order to perform an update in the future.
Describe the solution you'd like
Replace BpmnGlobalConnect provider with a rule for connection.start implementing the current logic.
Describe alternatives you've considered
The only alternative would be to not update diagram-js which is not a real alternative. Bumping a version without any changes will break the library.
* remove `BpmnGlobalConnect` provider
* use `connection.start` rule to determine whether
an element can start a connection
Closes#565Closes#870
BREAKING CHANGE:
* `BpmnGlobalConnect` got removed. Add `connection.start`
rule to specify whether connection should be allowed.
* remove `BpmnGlobalConnect` provider
* use `connection.start` rule to determine whether
an element can start a connection
Closes#565Closes#870
BREAKING CHANGE:
* `BpmnGlobalConnect` got removed. Add `connection.start`
rule to specify whether connection should be allowed.
Is your feature request related to a problem? Please describe.
New version of
diagram-js
will break the current implementation ofGlobalConnect
tool. Because of that, it needs to be adjusted in order to perform an update in the future.Describe the solution you'd like
Replace
BpmnGlobalConnect
provider with a rule forconnection.start
implementing the current logic.Describe alternatives you've considered
The only alternative would be to not update
diagram-js
which is not a real alternative. Bumping a version without any changes will break the library.Additional context
Related #286
The text was updated successfully, but these errors were encountered: