Skip to content

Releases: ImagingDataCommons/dicom-microscopy-viewer

0.4.0

13 Apr 21:40
Compare
Choose a tag to compare

Features

  • track ROI and Scoord3D objects with DICOM UUID derived UIDs
  • get/remove ROIs using UID rather than index

0.3.1

30 Mar 02:02
Compare
Choose a tag to compare

Bug fixes

  • ensure map element is retrieved instead of the name of the element
  • fix return values of functions for ROI visibility

0.3.0

25 Mar 20:43
Compare
Choose a tag to compare

New features

  • Add listeners for draw, select and modify events

Improvements

  • Use SCOORD3D instead of SCOORD graphic types
  • Add checks for graphic data

Examples

  • Add examples for viewing and event handling

0.2.0

13 Nov 17:09
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Add support for drawing, selecting and modifying regions of interest.

0.1.0

11 Nov 05:18
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Bug fixes

  • fix attribute names of DICOMwebClient class

Minor changes

  • update package dependencies and fix security vulnerabilities

0.0.4

15 Aug 18:14
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Major changes

  • Rename viewer class to VLWholeSlideMicroscopyViewer
  • Refactor class constructor: metadata needs to be passed to the constructor. This allows creation of the Openlayers Map upon construction of a viewer instance, which then allows the render() method to be called on the instance without having to resolve the promise for retrieving the metadata
  • Add vector layer to enable drawing (the drawing functionality is not yet exposed)

Bug fixes

  • Reassembling of concatenation parts
  • Calculation of frame coordinates when dimension organization is TILED_FULL, i.e. positions of individual frames are not specified

0.0.3

03 Aug 11:38
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Include latest version of dicomweb-client package as dependency

0.0.2

01 Aug 17:28
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
v0.0.2

Rename viewer class to ``DICOMMicroscopyViewer``

0.0.1-alpha

31 Jul 17:47
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release
v0.0.1-alpha

Add npmignore file