Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.40.0

13 Aug 13:49

Choose a tag to compare

Bug fixes

  • Fix computation of centroid coordinates for annotations with graphic type POLYGON
  • Avoid segments and parameter mappings from being added more than once

Enhancements

  • Improve creation of DICOM UID from UUID

0.93.3

06 Jul 18:17

Choose a tag to compare

Bug fixes

  • Fix edge case for decoding of compressed image frames

0.39.2

05 Jul 21:25

Choose a tag to compare

Bug fixes

  • Fix detection of media type for uncompressed image frames

Enhancements

  • Improve handling of errors that occur during tile data loading (frame retrieval, decoding, or transformation)

0.39.1

01 Jul 20:13

Choose a tag to compare

Bug fixes

  • Fix handling of overview map in case there is no low-resolution image

0.39.0

22 Jun 19:47

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

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

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

Choose a tag to compare

Bug fixes

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

0.37.0

16 May 12:30

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

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