Skip to content

Releases: ImagingDataCommons/slim

0.4.1

15 Oct 13:47
Compare
Choose a tag to compare

Enhancements

  • Properly fit overview map into HTML element and disable re-centering of overview map when user navigates main map
  • Allow drawing of ROIs that extent beyond the slide coordinate system (i.e., allow negative ROI coordinates)

Bug fixes

  • Prevent display of annotation marker when ROI is deactivated

0.4.0

06 Oct 09:53
Compare
Choose a tag to compare

Improvements

  • Include images with new flavor THUMBNAIL in image pyramid

0.3.1

23 Sep 11:07
Compare
Choose a tag to compare

Bug fixes

  • Set PUBLIC_URL in Dockerfile

0.3.0

19 Sep 15:59
Compare
Choose a tag to compare

Improvements

  • Add button to display information about application and environment (#70)
  • Add ability to include logo (#71)
  • Verify content of SR documents before attempting to load annotations (#58)
  • Improve re-direction after authentication (#54)
  • Add retry logic and error handlers for DICOMweb requests (#53)
  • Improve documentation of application configuration in README
  • Add unit tests

Bug fixes

  • Disable zoom of overview map (#72)
  • Fix pagination of worklist (#64)
  • Prevent delay in tile rendering (#69)

v0.2.0

10 Aug 17:27
Compare
Choose a tag to compare

New features

  • Support for multiplexed immunofluorescence slide microscopy imaging (#41 and #47)
  • Client-side additive blending of multiple channels using WebGL (#41)
  • Client-side decoding of compressed frame items using WebAssembly based on Emscripten ports of libjpeg-turbo, openjpeg, and charls C/C++ libraries (#41)

Improvements

  • Continuous integration testing pipeline using circle CI (#45)
  • Deploy previews for manual regression testing (#34)

Major changes

  • Introduce new configuration parameter renderer. To get the behavior of the previous version add the following to the configuration file:
     renderer: { retrieveRendered: false }

0.1.1

19 May 03:07
Compare
Choose a tag to compare

Improvements

  • Add switch to toggle display of individual ROI annotations
  • Update dependencies

0.1.0

17 May 19:26
Compare
Choose a tag to compare

Initial release