Releases: statgen/locuszoom
Releases · statgen/locuszoom
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- Abstract selected/highlighted statuses and define layout syntax for binding to mouse events and binding tool tip behavior to select/highlight statuses
- Expand original "onUpdate" into framework of event hooks that include changes to layout, data request/render events, and element click events
- Refactor layout syntax to define panels and data layers as arrays of objects with ids as named properties
- Refactor curtains to be HTML overlays with customizable CSS and graceful content scrolling styles
- Implement a "loader" element to show loading progress with discrete checkpointing or arbitrary animation
v0.3.10
- Gene constraint known data source and display in gene tool tips
- LD reference variant identification
- Multiselection and closable tool tip support
- Filterable labels on scatter elements
- Support for scalable parameters with arbitrarily many filters
- Refactor of known data sources and request layer
- Cross-origin support for embedding stylesheet in SVG download
v0.3.9
- Constrain layouts to vertical panel orientations
- Add methods to seamlessly add and remove panels after plot intiialization
- Add support for panel titles and descriptions
- Add panel controls to provide UI for rearranging panels, removing panels, and showing panel descriptions
- Add panel boundaries for adjusting panel heights on an individual basis
- Add Recombination Rate data layer to the standard layout
v0.3.8
- Refactor data sources to have a simpler
extend
method for creating new/custom data sources - Add known data sources for Recombination Rates and Static JSON
- Add a
line
data layer with styling and tool tip support - Add a line of significance to the positions panel in
StandardLayout
utilizing the Static JSON data source and line data layer