Skip to content

Releases: cornerstonejs/cornerstoneTools

v3.5.0

21 Mar 13:56
9ec78f4
Compare
Choose a tag to compare

3.5.0 (2019-03-21)

Features

  • FreehandMouseTool, FreehandSculpterMouseTool, BrushTool: Touch controls for these tools. (03b188e)

v3.4.1

15 Mar 11:02
4d932f9
Compare
Choose a tag to compare

3.4.1 (2019-03-15)

Performance Improvements

  • BrushTool, drawBrush: Delete unused brush pixelData. Fix rendering flicker. (8019326)

v3.4.0

14 Mar 16:52
7c38bec
Compare
Choose a tag to compare

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

11 Mar 14:33
663c3c9
Compare
Choose a tag to compare

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

06 Mar 15:06
59f7054
Compare
Choose a tag to compare

3.3.0 (2019-03-06)

Features

  • freehandTool: Cancel freehand w/ escape (59f7054)

v3.2.4

28 Feb 14:20
d6c3647
Compare
Choose a tag to compare

3.2.4 (2019-02-28)

Bug Fixes

  • bidirectional: Use labels property to show additional labels in bidirectional callout (1d3f68c)

v3.2.3

25 Feb 14:51
af3f237
Compare
Choose a tag to compare

3.2.3 (2019-02-25)

Bug Fixes

  • bidirectional: Trigger measurement modified event when getMeasurementLocationCallback is done (44ca8e2)

v3.2.2

22 Feb 18:32
0369c2c
Compare
Choose a tag to compare

3.2.2 (2019-02-22)

Bug Fixes

  • bidirectional: Support for lesion naming number in bidirectional (386286b)

v3.2.1

21 Feb 19:19
a8c797c
Compare
Choose a tag to compare

3.2.1 (2019-02-21)

Bug Fixes

  • bidirectionalTool: Fix the issue which prevents changing bidirectional by handles (fdcdebc)

v3.2.0

15 Feb 15:45
53bf96f
Compare
Choose a tag to compare

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