New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

higlass

Package Overview
Dependencies
Maintainers
0
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

higlass - npm Package Versions

1
46
25

1.6.12

Diff
pkerpedjiev
published 1.6.12 •

Changelog

Source

v1.6.12

  • Rename React lifecycle methods according to their recommendations
  • Add support for borders (via the stroke, strokeWidth, strokeOpacity, and strokePos options) and outlines (via the outline, outlineWidth, outlineOpacity, and outlinePos options) to overlays. See http://localhost:8080/apis/svg.html?/viewconfs/fancy-overlays.json for an example.
  • Fixed horizontal rule bug (from Slack)

Detailed changes since v1.6.11

pkerpedjiev
published 1.6.11 •

Changelog

Source

v1.6.11

  • Overlay track bug fixes
  • Added minWidth and minHeight options to overlays for better guidance
  • Allow viewconf JSON to override minimum track height or width defaults, when a track specifies a minHeight or minWidth parameter

Detailed changes since v1.6.10

pkerpedjiev
published 1.6.10 •

Changelog

Source

v1.6.10

  • Add API call for show track chooser (hgApi.showTrackChooser())
  • Limit icon size in plot type chooser
  • Add non-gzipped support to genbank-fetcher
  • Better error handling for genbank fetcher

Detailed changes since v1.6.9

pkerpedjiev
published 1.6.9 •

Changelog

Source

v1.6.9

  • Enable brushing on bar, point, and 1d-heatmap tracks

Detailed changes since v1.6.8

pkerpedjiev
published 1.6.8 •

Changelog

Source

v1.6.8

  • Add infrastructure for value scale zooming
  • Fixed the colors when dragging a track over a higlass display
  • Added support for value scale zooming
  • Added utils/track-utils to provide track functionality for use without inheritance
  • Implemented a genbank data fetcher for gene annotation tracks

Detailed changes since v1.6.7

pkerpedjiev
published 1.6.7 •

Changelog

Source

v1.6.7

  • Fix #747: the tooltip value wasn't shown because of an issue related to minimizing the code
  • Fix #743: the tooltip position now incorporates the scroll position
  • Fix drag handle styling (typo)
  • Make drag handle area (not the style) bigger so it's easier to grab

Detailed changes since v1.6.6

pkerpedjiev
published 1.6.6 •

Changelog

Source

v1.6.6

  • Fix #732: Remove the hold ALT feature as it's confusion and leads to a weird bug.
  • Fix leaking dark mode setting
  • Change option to activate dark theme from isDarkTheme: true to theme: 'dark'. Also, use setTheme() of the JsAPI instead of setDarkTheme() from now on.
  • Copy the tile data before mutation to fix an issue when displaying the same tileset twice (once in the upper right and lower left triangle)

Detailed changes since v1.6.5

pkerpedjiev
published 1.6.5 •

Changelog

Source

v1.6.5

  • Fixed the replace track bug (where replacing a center track wouldn't do anything)

Detailed changes since v1.6.4

pkerpedjiev
published 1.6.4 •

Changelog

Source

v1.6.4

  • Truly fix #593: zoom to data extent when adding the first track to an empty view

Detailed changes since v1.6.3

pkerpedjiev
published 1.6.3 •

Changelog

Source

v1.6.3

  • Dynamically update dark theme when the options change
  • Fix #722: added labelShowResolution as an option to allow hiding the [Current data resolution...] text
  • Add support for missing values (NaNs) to the 1D heatmap track
  • Use the new link format

Detailed changes since v1.6.2