Releases: cornerstonejs/cornerstoneTools
Releases · cornerstonejs/cornerstoneTools
v3.8.0
3.8.0 (2019-05-10)
Features
- CircleRoiTool: Create a Circle ROI Tool (18ef502)
v3.7.3
3.7.3 (2019-05-07)
Bug Fixes
- BaseBrushTool.js: prevents a crash in passiveCallback (8b32801), closes #924
v3.7.2
3.7.2 (2019-05-02)
Bug Fixes
- freehand: Pass event data on measurement modified event of freehand tool (779993e)
v3.7.1
3.7.1 (2019-04-30)
Bug Fixes
- EllipticalRoiTool RectangleRoiTool: Correctly rotate ellipse/rect on free rotate. (b1fb8e7), closes #579
v3.7.0
3.7.0 (2019-04-04)
Features
- logger.js: Provides a clear interface for exposing debug information (274002c), closes #901
v3.6.1
3.6.1 (2019-04-02)
Bug Fixes
- FreehandSculpterMouseTool: Fixed a bug where the sculpter would break when used if there is no (ce25706)
v3.6.0
3.6.0 (2019-04-02)
Features
- All tools, optional.: SVG cursors for all tools, and a simple class & api to make new cursors. (bdca917)
v3.5.3
3.5.3 (2019-03-29)
Bug Fixes
- src/tools/annotation/FreehandMouseTool.js: Fire EVENTS.MEASUREMENT_MODIFIED on freehand edit. (5d69387), closes #774
v3.5.2
3.5.2 (2019-03-27)
Bug Fixes
- setToolMode.js: Do not allow duplicates in the mouseButtonMask array on a tool (250ec17), closes #898
v3.5.1
3.5.1 (2019-03-22)
Bug Fixes
- imageIdSpecificStateManager.js: Previous implementation could try to access a property on undef (98d3b94)