Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.39.0

22 Jun 19:47
Compare
Choose a tag to compare

New features

  • Add methods for getting the default style of optical paths, segments, or parameter mappings

0.38.1

22 Jun 04:05
Compare
Choose a tag to compare

Bug fixes

  • Fix check in isOpticalPathActive() function
  • Remove obsolete for loop in render() function

0.38.0

31 May 21:55
Compare
Choose a tag to compare

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

16 May 21:59
Compare
Choose a tag to compare

Bug fixes

  • Fix decoding of 16-bit segmented palette color LUT data

0.37.0

16 May 12:30
Compare
Choose a tag to compare

Enhancements

  • Improve styling of optical path (#77)

Bug fixes

  • Correct documentation of viewer method parameters (#77)

0.36.5

25 Mar 02:28
5dea96a
Compare
Choose a tag to compare

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

12 Mar 18:16
Compare
Choose a tag to compare

Enhancements

  • Improve formatting of docstrings for API documentation
  • Simplify example in README

0.36.3

11 Mar 22:12
Compare
Choose a tag to compare

Enhancements

  • Transpile JavaScript code using Babel

0.36.2

11 Mar 21:18
Compare
Choose a tag to compare

Bug fixes

  • Fix package entry point

0.36.1

11 Mar 15:03
Compare
Choose a tag to compare

Enhancements

  • Update docstrings to improve online API documentation
  • Update package dependencies
  • Update README