Releases: plotly/dash-bio
Releases · plotly/dash-bio
1.0.2 release
Fixed
- #675 Fixed an issue with the JS resource files in the npm release of dash-bio. As pointed out in this community post some of the dependencies had not been resolved at their external
unpkg
URL. - #671 Fixed Onco-Print range property description.
1.0.1 release
1.0.0 release
0.9.0 release
Fixed
- #629 Fixed an issue where IGV would generate duplicate tracks in the browser when a reload of the module was triggered through dcc.Tabs (for more info see #572).
Added
- #587 Added JSME component.
- #628 Added option to add colored labels to rows and columns on Clustergram.
- #640 Added loading states to each component to support custom loading css with
dash-data-is-loading
. - #642 Added
scrollZoom
property to Molecule2dViewer. - #641 Added
showLegend
property to Speck viewer, which allows users to show a color legend for atoms shown on the canvas. - #641 Added
style
property to Speck and Molecule3dViewer to enable generic style overrides on the plot div.
Changed
0.8.0 release
Fixed
- #576 Fixed abnormal memory consumption with Molecule3dViewer component when selecting residues or rotating the molecule (for more info see #511).
- #575 Bumped Ideogram version to 1.6.0 to fix erratic annotations behavior (for more info see #524).
Added
- #567 Added VariantMap component (see #504 for original PR).
- #573 Added the ability to configure the FornaContainer hover info with
hoverPattern
prop and interpolated node keys (for more info see #519). - #579 Added ability to resize the NeedlePlot component (for more info see #545).
- #583 Added the ability to manually set Sequence ID's for AlignmentChart component (for more info see #421).
0.6.1 release
Fixed
- Miscellaneous fixes for NglMoleculeViewer component (#544)
0.5.1 release
Fixed
- #536 Fixed abandoned resource vulnerability with CircosJS fork.
0.5.0 release
0.7.1 release
Fixed
- Repeated re-rendering of the Molecule3dViewer component caused the viewer zoom to decrease multiplicatively. This fix also exposes the zoom and zoomTo props for this component. (#562)
- Fixed major domain annotation positioning for the NeedlePlot component and exposed textangle prop to allow domain annotation text to be angled relative to the horizontal axis. (#565)
Added
- Added component generation support for Dash Julia. (#564 )
- Added margins and clickData props to NeedlePlot to expose event data for callbacks. (#565)
Changed
- Changed package scripts to 3 main build scripts: build:js, build:backends, and build to combined them. This brings the dash-bio build process in-line with the process for other Dash component libraries. As part of this change, init.py now also uses relative imports to load components (for more info, see #534). (#563 )
0.7.0 release
Fixed
sideByside
prop fix for NglMoleculeViewer component whenALL
chains are visualized. (#547)
Added
- Added Dash Pileup component. (#543)
- Added shapes and isosurfaces props to 3dMoleculeViewer to enable rendering additional features on the molecule. (#547)
- Added source mapping. (#553)
- Added additional props and arbitrary layout arguments to VolcanoPlot. (#554)
Changed
- Updated CONTRIBUTING.md andbasic demo app structure. In addition, removed residual code and pre-deploy scripts associated with now-discontinued Dash Bio gallery. (#550)