Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain committed Sep 16, 2019
1 parent b01cb0e commit d6a8bf5
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## [0.1.5]

### Fixed

* Fixed AlignmentChart error in which `colorscale` being undefined
caused rendering to fail.
* Fixed AlignmentChart PropType for `eventDatum` to `string` (which is
what gets returned).
* Fixed Circos error in which `tracks` variable being undefined caused
rendering to fail.
* Fixed Clustergram error in which `display_ratio` (a float or a list)
was used as a list instead of `self._display_ratio`, which always
has the type `list`.
* Fixed Molecule2dViewer error in which `modelData` being undefined
causesd rendering to fail.
* Fixed Molecule2dViewer PropType for `source` and `target` atoms
within the `links` property to also include `PropTypes.shape`.
* Fixed Molecule3dViewer error in which there was no re-rendering upon
a change in the `selectionType` prop.
* Fixed SequenceViewer error in which the component initially rendered
with coverage that had no defined `onClick` behavior.

### Added

* Added re-rendering for Molecule2dViewer and Molecule3dViewer upon
the `selectedAtomIds` prop being updated. (This allows for the user
to write to the `selectedAtomIds` prop through a Dash component.)
* Added re-rendering for SequenceViewer upon the `coverageClicked`
prop being updated.

## [0.1.4] - 2019-08-02

### Fixed
* Fixed incompatibility with Dash 1.0.0.

## [0.1.3] - 2019-07-31

### Changed
Expand Down

0 comments on commit d6a8bf5

Please sign in to comment.