Releases: cornerstonejs/cornerstoneTools
Releases · cornerstonejs/cornerstoneTools
v3.15.5
3.15.5 (2019-07-12)
Bug Fixes
- MagnifyTool.js: too man call _drawZoomedElement leads to memory leak because of cornerstone.enable, and fix disable callback of this tool (850af4e)
v3.15.2
3.15.2 (2019-07-09)
Bug Fixes
- .babelrc: Change configuration to support IE11 and above (#984) (08096b9)
v3.15.1
3.15.1 (2019-07-04)
Bug Fixes
- null/undefined check for global tool history checks (8ac261c)
v3.15.0
3.15.0 (2019-07-04)
Features
- imageId specific alpha per segmentation for brush (419c520)
v3.14.1
3.14.1 (2019-06-27)
Bug Fixes
- toolName instead of toolType, and better data for brush on MEASUREMENT_COMPLETED (1d23c96)
v3.14.0
3.14.0 (2019-06-27)
Features
- expose better data with brush MEASUREMENT_COMPLETED event (b397f20)
v3.13.0
3.13.0 (2019-06-11)
Features
- brush: Emit MEASUREMENT_COMPLETED on mouse/touch end (9bb4d98)
v3.12.2
3.12.2 (2019-06-11)
Bug Fixes
- setToolOptions: glaring error for
setToolOptions
where toolName is never passed (63cf1a0)