Skip to content

Releases: cornerstonejs/cornerstoneTools

v3.12.1

03 Jun 17:55
8556fa4
Compare
Choose a tag to compare

3.12.1 (2019-06-03)

Bug Fixes

  • tools: Rename tools configuration obj as props (9c5cac2)

v3.12.0

31 May 14:58
b9db4a5
Compare
Choose a tag to compare

3.12.0 (2019-05-31)

Features

  • tools/brush/BrushTool.js: a configuration option called alwaysEraseOnClick that allows a hard (b5d6137)

v3.11.0

28 May 03:32
af03986
Compare
Choose a tag to compare

3.11.0 (2019-05-28)

Features

  • CircleRoiTool.js: Adds cursor for CircleRoiTool (18216ab), closes #944

v3.10.1

27 May 13:34
2872158
Compare
Choose a tag to compare

3.10.1 (2019-05-27)

Bug Fixes

  • mouseDownActivate.js: fix throwing issue in mouseDownActivate (17b3559), closes #942

v3.10.0

27 May 03:09
61e947d
Compare
Choose a tag to compare

3.10.0 (2019-05-27)

Features

  • addNewMeasurement.js, tools/annotation: add MEASUREMENT_COMPLETED event (93ad426), closes #787

v3.9.4

24 May 15:52
8c0e33d
Compare
Choose a tag to compare

3.9.4 (2019-05-24)

Bug Fixes

  • update-statistics: Add docs and unit tests for updateCachedStats (c5c4c71)
  • update-statistics: Override updateCachedStats for AngleTool, ArrowAnnotateTool, BidirectionalTool, CobbAngleTool, EllipticalRoiTool, RectangleRoiTool and TextMarkerTool (5f38eb8)
  • update-statistics: Override updateCachedStats for CircleRoiTool (d739f8c)
  • update-statistics: Override updateCachedStats for FreehandMouseTool and ProbeTool (567f061)
  • update-statistics: Update statistics for annotation tools when handle movement is done (ccbb93e)
  • update-statistics: Update statistics for annotation tools when handle movement is done (063afdb)

v3.9.3

23 May 14:14
d9b9e88
Compare
Choose a tag to compare

3.9.3 (2019-05-23)

Bug Fixes

  • ROI Tools: Correct ROI textbox position when canvas is rotated or flipped (cb95c1b)

v3.9.2

21 May 14:56
193030e
Compare
Choose a tag to compare

3.9.2 (2019-05-21)

Bug Fixes

  • ROI tools: Adds 10px x-offset to ROI textboxes to avoid handle overlap (28f7835)

v3.9.1

17 May 17:46
7fd4302
Compare
Choose a tag to compare

3.9.1 (2019-05-17)

Bug Fixes

  • BaseAnnotationTool.js: Passed an interaction type of 'mouse' while calling 'pointNearTool' from (126ec57), closes #932
  • CircleRoiTool.js: Extending hit area region within the circle boundary. (4b7bae5), closes #930

v3.9.0

11 May 00:09
353cf3a
Compare
Choose a tag to compare

3.9.0 (2019-05-11)

Bug Fixes

  • brushTools: After conflicts configuration from brush tools was not being set correctly. (baa56c8)
  • configMerge: Adding a js code instead of new dependency (4c46152)
  • issue#738: Remove merge from tool and move it to baseTool (86c82f1), closes issue#738
  • issue#768: Comming back with lodash to be used on webpack merge. (as devDependency only) (99ca52c), closes issue#768
  • issue#768: Moving merge to BaseTool (3236e7e), closes issue#768
  • lodashMerge: Move from devDependency to dependency (bdfe3d0)
  • mergeConfig: Applying changes into Annotate Tools (9c61a9a)
  • mergeConfig: Applying changes into Brush Tools (73a2249)
  • mergeConfig: Applying changes into remaining Tools (b1061f7)
  • mergeConfig: Applying merge config fix into CircleRoiTool (4ed176c)
  • mergeConfig: Fix tiny issues (2743ac3)
  • mergeConfig: New deepMerge code pick first param and overwrite second. (ef5dc44)

Features

  • lodash: Removing lodash and adding only needed function. Removing merge.js from webpack config and adding a library (31bb84e)