@jsplumb/community
Advanced tools
Comparing version 4.0.0-RC5 to 4.0.0-RC6
{ | ||
"name": "@jsplumb/community", | ||
"version": "4.0.0-RC5", | ||
"version": "4.0.0-RC6", | ||
"description": "Visual connectivity for webapps", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/jsplumb.js", |
@@ -74,9 +74,14 @@ # jsPlumb | ||
- The `manageElement` and `unmanageElement` events are no longer fired by the `JsPlumbInstance` class. These were undocumented anyway, but we're calling it out | ||
in case you have code that used them. | ||
- The `manageElement` and `unmanageElement` events are no longer fired by the `JsPlumbInstance` class. These were undocumented anyway, but we're calling it out in case you have code that used them. | ||
- Added `drag:start`, `drag:move` and `drag:stop` events. These replace the `start`, `drag` and `stop` event handlers that used to | ||
be supported on individual `draggable(..)` method calls. | ||
- Added `drag:start`, `drag:move` and `drag:stop` events. These replace the `start`, `drag` and `stop` event handlers that used to be supported on individual `draggable(..)` method calls. | ||
- Binding to `mouseover` and `mouseout` on Endpoints and Connections is not supported. You now should bind to these events on a jsplumb instance instead: | ||
- endpointMouseOver | ||
- endpointMouseOut | ||
- connectionMouseOver | ||
- connectionMouseOut | ||
#### Behaviour | ||
@@ -83,0 +88,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
756274
175