Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 2a95e8e1d6d12397731e9c43cf1f384f70ce705c
      
https://github.com/cytoscape/cytoscape.js/commit/2a95e8e1d6d12397731e9c43cf1f384f70ce705c
  Author: Max Franz <maxkfr...@gmail.com>
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
    M debug/index.html
    M documentation/docmaker.json
    M documentation/md/events.md
    M src/collection/switch-functions.js
    M src/emitter.js
    M src/extensions/renderer/base/load-listeners.js

  Log Message:
  -----------
  `tapselect` and `tapunselect` events

Events:
 * `tapselect` : when an element is selected by a tap gesture
 * `tapunselect` : when an element is unselected by a tap gesture on another 
element

Changes:
- Private: Add support for emitting additional events in switch functions (like 
`ele.select()`)
- Public: Add array support for `emit()`, e.g. `ele.emit(['event1', 'event2', 
'event3'])`
- Public: Add new events
- Private: Make `unselect` and `tapunselect` events happen after `tap`.  That 
order seems to make more sense.

Ref : #1977 #2273



      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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 cytoscape-cvs+unsubscr...@googlegroups.com.
To post to this group, send email to cytoscape-cvs@googlegroups.com.
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to