You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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 )