Releases: ImagingDataCommons/slim
Releases · ImagingDataCommons/slim
0.4.1
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
0.3.1
0.3.0
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
v0.2.0
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 }