Releases: cornerstonejs/cornerstoneTools
Releases · cornerstonejs/cornerstoneTools
v3.5.0
3.5.0 (2019-03-21)
Features
- FreehandMouseTool, FreehandSculpterMouseTool, BrushTool: Touch controls for these tools. (03b188e)
v3.4.1
3.4.1 (2019-03-15)
Performance Improvements
- BrushTool, drawBrush: Delete unused brush pixelData. Fix rendering flicker. (8019326)
v3.4.0
3.4.0 (2019-03-14)
Bug Fixes
- bidirectional: Adding JSDocs in the new file (e90a7ad)
- bidirectional: Fix unit tests after callouts (87ca6a0)
- bidirectional: Refactor to remove some eventListeners and to fix the data once we addNewMeasurement (2bc8692)
- circleci: Disable cache on circleci for testing (6ef5162)
- circleci: Fix node version as 11.11.0 is causing issues on Jest's test. (d6b75d3)
- netlify-example: Renaming netlify example folder and update index.html (f620ed0)
Features
- BidirectionalTool: Update tool data on every modified event of Bidirectional so we can display (e30b77a)
v3.3.1
3.3.1 (2019-03-11)
Bug Fixes
- FreehandMouseTool: Small fixes to the freehand tool in the current multipart-tool framework. (dc62726)
v3.3.0
3.3.0 (2019-03-06)
Features
- freehandTool: Cancel freehand w/ escape (59f7054)
v3.2.4
3.2.4 (2019-02-28)
Bug Fixes
- bidirectional: Use labels property to show additional labels in bidirectional callout (1d3f68c)
v3.2.3
3.2.3 (2019-02-25)
Bug Fixes
- bidirectional: Trigger measurement modified event when getMeasurementLocationCallback is done (44ca8e2)
v3.2.2
3.2.2 (2019-02-22)
Bug Fixes
- bidirectional: Support for lesion naming number in bidirectional (386286b)
v3.2.1
3.2.1 (2019-02-21)
Bug Fixes
- bidirectionalTool: Fix the issue which prevents changing bidirectional by handles (fdcdebc)
v3.2.0
3.2.0 (2019-02-15)
Features
- Event Dispatchers: Can now use non-annotation tools during a multi-part tool's loop. (9ca97c6), closes #833