Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: bd4f56ab7fc8b2ff9e5a81c4f1beedda098fb549
      
https://github.com/cytoscape/cytoscape.js/commit/bd4f56ab7fc8b2ff9e5a81c4f1beedda098fb549
  Author: Max Franz <[email protected]>
  Date:   2019-05-23 (Thu, 23 May 2019)

  Changed paths:
    M debug/index.html
    M documentation/docmaker.json
    A documentation/md/collection/panify.md
    A documentation/md/collection/pannable.md
    A documentation/md/collection/unpanify.md
    M documentation/md/notation.md
    M src/collection/element.js
    M src/collection/index.js
    M src/collection/switch-functions.js
    M src/extensions/renderer/base/load-listeners.js
    M test/collection-data.js

  Log Message:
  -----------
  Allow for setting whether dragging from an element causes panning #1905

- Implement `ele.pannable()`, `eles.panify()`, and `eles.unpanify()`.  If 
`ele.pannable() === true` then `ele.grabbable() === false`.  Previous checks in 
the renderer for passthrough panning that used `ele.isEdge()` now use 
`ele.pannable()`.
- Implement JSON import/export for the `pannable` property.
- Basic tests for JSON import/export.
- Document `ele.pannable()`, `eles.panify()`, and `eles.unpanify()`.
- Add panify and unpanify test UI to the debug page.


-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/unstable/812a17-bd4f56%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to