Skip to content

Commit

Permalink
final changelog updates for 1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sporritt committed Sep 24, 2012
1 parent 8ccab6e commit c8e79dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.txt
@@ -1,9 +1,24 @@
*1.3.15

BACKWARDS COMPATIBILITY

- 'removeEveryEndpoint' method removed from jsPlumb. use 'deleteEveryEndpoint'.
- 'removeEndpoint' method removed from jsPlumb. use 'deleteEndpoint'.

NEW FUNCTIONALITY

- added 'ReattachConnections' default. instructs jsPlumb whether or not to automatically reattach connections dragged off and dropped via the mouse.
- added setReattach/isReattach methods to Connection
- added setReattach/isReattach methods to jsPlumb.select handler

ISSUES FIXED

279 - deleteEndpointsOnDetach flag ignored when Endpoints assigned to an element previously configured with makeSource/makeTarget
280 - cannot drop connection dragged by source back onto its original source

MISCELLANEOUS

- fixed potential infinite loop issue related to makeSource function.

* 1.3.14

Expand Down

0 comments on commit c8e79dc

Please sign in to comment.