cytoscape
Advanced tools
Comparing version 3.24.1 to 3.25.0
@@ -24,2 +24,2 @@ **Cross-references to related issues.** If there is no existing issue that describes your bug or feature request, then [create an issue](https://github.com/cytoscape/cytoscape.js/issues/new/choose) before making your pull request. | ||
- [ ] At least one reviewer has signed off on the pull request. | ||
- [ ] Just after this pull request is merged, it should be applied to both the `master` branch and the `unstable` branch. Normally, this just requires cherry-picking the corresponding merge commit from `master` to `unstable` -- or vice versa. | ||
- [ ] For bug fixes: Just after this pull request is merged, it should be applied to both the `master` branch and the `unstable` branch. Normally, this just requires cherry-picking the corresponding merge commit from `master` to `unstable` -- or vice versa. |
{ | ||
"name": "cytoscape", | ||
"version": "3.24.1", | ||
"version": "3.25.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", |
@@ -18,2 +18,5 @@ <img style="width: 200px; height: 200px;" src="https://raw.githubusercontent.com/cytoscape/cytoscape.js/unstable/documentation/img/cytoscape-logo.png" width="200" height="200"></img> | ||
Created at the [University of Toronto](https://utoronto.ca) and published in [Oxford Bioinformatics](https://js.cytoscape.org/#introduction/citation) ([2016](https://academic.oup.com/bioinformatics/article/32/2/309/1744007), [2023](https://academic.oup.com/bioinformatics/article/39/1/btad031/6988031)). <br /> | ||
Authored by: [Max Franz](https://github.com/maxkfranz), [Christian Lopes](https://github.com/chrtannus), [Dylan Fong](https://github.com/d2fong), [Mike Kucera](https://github.com/mikekucera), ..., [Gary Bader](https://baderlab.org) | ||
# Cytoscape.js | ||
@@ -80,5 +83,6 @@ | ||
[Bioinformatics (2016) 32 (2): 309-311 first published online September 28, 2015 doi:10.1093/bioinformatics/btv557 (PDF)](https://bioinformatics.oxfordjournals.org/content/32/2/309) | ||
[Bioinformatics (2016) 32 (2): 309-311 first published online September 28, 2015 doi:10.1093/bioinformatics/btv557](https://bioinformatics.oxfordjournals.org/content/32/2/309) [(PDF)](http://bioinformatics.oxfordjournals.org/content/32/2/309.full.pdf) | ||
[PubMed Abstract](https://www.ncbi.nlm.nih.gov/pubmed/26415722) | ||
- [PubMed abstract for the original 2016 article](http://www.ncbi.nlm.nih.gov/pubmed/26415722) | ||
- [PubMed abstract for the 2023 update article](https://pubmed.ncbi.nlm.nih.gov/36645249) | ||
@@ -88,2 +92,3 @@ | ||
## Build dependencies | ||
@@ -90,0 +95,0 @@ |
@@ -43,3 +43,3 @@ import * as util from '../../../util'; | ||
stylesheet.id = stylesheetId; | ||
stylesheet.innerHTML = '.'+className+' { position: relative; }'; | ||
stylesheet.textContent = '.'+className+' { position: relative; }'; | ||
@@ -46,0 +46,0 @@ head.insertBefore( stylesheet, head.children[0] ); // first so lowest priority |
@@ -593,2 +593,9 @@ import * as math from '../../../math'; | ||
this.generatePolygon( 'right-rhomboid', [ | ||
-0.333, -1, | ||
1, -1, | ||
0.333, 1, | ||
-1, 1 | ||
] ); | ||
this.nodeShapes['concavehexagon'] = this.generatePolygon( 'concave-hexagon', [ | ||
@@ -595,0 +602,0 @@ -1, -0.95, |
@@ -72,3 +72,3 @@ import * as util from '../util'; | ||
'ellipse', 'triangle', 'round-triangle', 'square', 'pentagon', 'round-pentagon', 'hexagon', 'round-hexagon', 'concavehexagon', 'concave-hexagon', 'heptagon', 'round-heptagon', 'octagon', 'round-octagon', | ||
'tag', 'round-tag', 'star', 'diamond', 'round-diamond', 'vee', 'rhomboid', 'polygon', | ||
'tag', 'round-tag', 'star', 'diamond', 'round-diamond', 'vee', 'rhomboid', 'right-rhomboid', 'polygon', | ||
] }, | ||
@@ -75,0 +75,0 @@ overlayShape: { enums: [ 'roundrectangle', 'round-rectangle', 'ellipse' ] }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4357913
109405
179