Skip to content

0.7.1 release

Compare
Choose a tag to compare
@HammadTheOne HammadTheOne released this 27 Jul 05:29
· 75 commits to master since this release
83f65f9

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 )