Releases: cornerstonejs/cornerstoneTools
Releases · cornerstonejs/cornerstoneTools
v3.19.0
3.19.0 (2019-08-23)
Features
- stackPrefetch.js: Adds events to report stack prefetching progress (#923) (77aa649)
v3.18.3
3.18.3 (2019-08-06)
Bug Fixes
- Measurement: Measurement Table uses wrong units (#1034) (5d427ab)
v3.18.2
3.18.2 (2019-08-06)
Bug Fixes
- arrowAnnotateTool: removing filters from doubleClickCallback to allow users to update text on arrowAnnotateTool (#1035) (6296622)
v3.18.1
3.18.1 (2019-08-06)
Bug Fixes
- #998 moveEndHandler should be consistent w/ v2.4.x (1839b80)
v3.18.0
3.18.0 (2019-07-28)
Features
- brush: add configuration option to skip paint if the segmentation is not visible (skips event calls) (#1033) (ab4867e)
v3.17.0
3.17.0 (2019-07-25)
Features
- brushModule: Method to add an element by UID to bust bitmap cache (a99aebd)
- RenderedBrushEventHandler: Force bitmap refresh if elementUID is in our list of invalidatedEnabledElements (e8d30dc)
v3.16.0
3.16.0 (2019-07-18)
Features
- loadHandlerManager: Allow element-specific load handlers for by using set(handler, element) and get(element) (#1004) (3cd6d0c)
v3.15.6
3.15.6 (2019-07-12)
Bug Fixes
- Brush: set boundary for get brush at image's edge (e2fe836)
- Brush: Use floor instead of round for determining brush's selected pixels (68fe584)