cornerstone-tools
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -9,4 +9,18 @@ # Changelog | ||
## [2.3.4] - 2018-05-28 | ||
### Changed | ||
- Refactoring / cleanup of tools to clarify how to create new tools. | ||
drawLink, drawLinkedTextBox, and lineSegDistance functions were added to make each tool code as similar as possible. (thanks @timleslie) | ||
- Each tool was given a textBoxText function to clearly separate where the information for it's text callout comes from (thanks @timleslie) | ||
- .color attribute added to tool data for each tool. This can be used to specify for each individual tool instance, which color it should be while active. | ||
- Refactoring and cleanup of Freehand tool ahead of major changes (thanks @JamesAPetts) | ||
### Fixed | ||
- Stack Scroll Synchronizer's (stackImagePosition, stackImagePositionOffset, stackScroll) will now verify, after an image has been loaded, if it is still intended to be displayed. This prevents the appearance of 'jumping' of a synchronized stack while scrolling. | ||
- Fixed incorrect statistical calculations in Freehand tool (thanks @JamesAPetts) | ||
## [2.3.3] - 2018-04-25 | ||
##Fixed | ||
### Fixed | ||
- fix(scaleOverlayTool) persist tool's default configuration into displayTool instance. | ||
@@ -16,3 +30,3 @@ - fix(travis build) node version is now set to latest LTS version | ||
## [2.3.2] - 2018-04-18 | ||
##Fixed | ||
### Fixed | ||
- fix(interaction) No tool interaction when tool is invisible (thanks @floryst) | ||
@@ -19,0 +33,0 @@ |
{ | ||
"name": "cornerstone-tools", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Medical imaging tools for the Cornerstone library", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cornerstoneTools.min.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2401026
15237