Releases: ImagingDataCommons/dicom-microscopy-viewer
Releases · ImagingDataCommons/dicom-microscopy-viewer
0.39.0
New features
- Add methods for getting the default style of optical paths, segments, or parameter mappings
0.38.1
Bug fixes
- Fix check in
isOpticalPathActive()
function
- Remove obsolete for loop in
render()
function
0.38.0
Enhancements
- Automatically zoom to next available resolution level of derived Segmentation or Parametric Map images
- Decode and transform frames in parallel using web workers (#78)
- Publish events for frame loading start and end
0.37.1
Bug fixes
- Fix decoding of 16-bit segmented palette color LUT data
0.37.0
Enhancements
- Improve styling of optical path (#77)
Bug fixes
- Correct documentation of viewer method parameters (#77)
0.36.5
Enhancements
- Make overviews collapsible
- Disable overview if the lowest-resolution image is very large
- Support enabling/disabling the preloading of tiles for next higher resolution level (disabled by default)
Bug fixes
- Fix event listener for annotation group loading errors
0.36.4
Enhancements
- Improve formatting of docstrings for API documentation
- Simplify example in README
0.36.3
Enhancements
- Transpile JavaScript code using Babel
0.36.1
Enhancements
- Update docstrings to improve online API documentation
- Update package dependencies
- Update README