This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
Releases: cBioPortal/oncoprintjs
Releases · cBioPortal/oncoprintjs
Refactoring
Update version in package.json Signed-off-by: Adam Abeshouse <[email protected]>
Performance optimizations - attempt 2
Npm rejected the previous release's version number
Performance optimizations
This is a breaking change because string-valued colors are no longer available in rule specifications. Colors are now all rgba numerical arrays.
Save pre-clustered track group order, restore when clustering is disabled
Merge pull request #140 from cBioPortal/7668-cluster Save pre-cluster track group order, and restore it when clustering is disabled
Expose shapeToSvg
Export shapeToSvg Signed-off-by: Adam Abeshouse <[email protected]>
Expose more for importing
Merge pull request #139 from cBioPortal/expose-more Small typescript changes, and expose more to import
Bug fixes and dependency updates
v4.2.1 Merge pull request #137 from cBioPortal/dependabot/npm_and_yarn/ellip…
Dont use prepend, which is disallowed in IE11
Merge pull request #132 from cBioPortal/no-prepend Dont use prepend, which is not supported in IE11
Implement infinite loop in shader differently, to be compatible with IE11
Merge pull request #131 from cBioPortal/inf-fix Implement infinite loop in a different way thats hopefully compatible with IE11
Make minimap appear at top instead of bottom
Merge pull request #130 from cBioPortal/minimap-placement Make minimap appear at top instead of bottom