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

  Changed paths:
    M documentation/md/notation.md
    M src/collection/index.js
    M src/core/index.js
    M test/core-graph-manipulation.js

  Log Message:
  -----------
  Integer ID not sanitised as string in `cy.json()`, `ele.json()`, `ele.move()` 
#2398

- Only list string in sample element json in the docs.  All IDs are strings.  
If you pass an int, it just gets casted to a string.
- Sanitise IDs in `eles.hasElementWithId()`, `eles.getElementById()`, 
`eles.indexOfId()`, `ele.json()`, `cy.json()`, `ele.move()`.
- Additional tests.


  Commit: 71ef65dcc071b4e4d38c9f98f1b82d8484cc1add
      
https://github.com/cytoscape/cytoscape.js/commit/71ef65dcc071b4e4d38c9f98f1b82d8484cc1add
  Author: Max Franz <[email protected]>
  Date:   2019-05-23 (Thu, 23 May 2019)

  Changed paths:
    M src/extensions/renderer/base/coord-ele-math/coords.js

  Log Message:
  -----------
  Label hit tests assume the label is centred on the anchor point #2404

Use label sub-bb for label hit tests in the renderer.


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/0cb5da53b9ef...71ef65dcc071

-- 
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/0cb5da-71ef65%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to