cytoscape
Advanced tools
Comparing version 2.7.1 to 2.7.2
{ | ||
"name": "cytoscape", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", |
@@ -69,2 +69,3 @@ # Cytoscape.js | ||
1. Make sure the docs are updated with the list of releases in `documentation/md/intro.md` | ||
1. Update the `VERSION` environment variable, e.g. `export VERSION=1.2.3` | ||
@@ -71,0 +72,0 @@ 1. Confirm JS files pass linting: `gulp lint` |
@@ -393,3 +393,3 @@ 'use strict'; | ||
// adjust bb w/ angle | ||
if( rotation.strValue === 'autorotate' || rotation.pfValue !== 0 ){ | ||
if( rotation.strValue === 'autorotate' || !!rotation.pfValue ){ | ||
@@ -1075,3 +1075,3 @@ var rstyle = _p.rstyle; | ||
var cacheKey = ele._private.labelKey; | ||
var cacheKey = ele._private.labelStyleKey + '$@$' + text; | ||
@@ -1078,0 +1078,0 @@ if( extraKey ){ |
@@ -32,3 +32,3 @@ 'use strict'; | ||
// replaced by build system | ||
cytoscape.version = require('./version'); | ||
cytoscape.version = require('./version.json'); | ||
@@ -35,0 +35,0 @@ // try to register w/ jquery |
@@ -255,2 +255,3 @@ 'use strict'; | ||
var labelStyleKey = fStyle + '$' + size + '$' + family + '$' + weight + '$' + transform + '$' + valign + '$' + halign + '$' + oWidth + '$' + wrap + '$' + wrapW; | ||
_p.labelStyleKey = labelStyleKey; | ||
_p.sourceLabelKey = labelStyleKey + '$' + srcContent; | ||
@@ -257,0 +258,0 @@ _p.targetLabelKey = labelStyleKey + '$' + tgtContent; |
@@ -1,1 +0,1 @@ | ||
"2.7.1" | ||
"2.7.2" |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
720727
20915
81
2