@florist/cornerstone-tools
Advanced tools
Comparing version 2.3.0 to 2.3.1-1
@@ -8,6 +8,23 @@ # Changelog | ||
## [Unreleased] | ||
## [2.3.1] - 2018-04-11 | ||
### Fixed | ||
- fix(visibility) Make tools' visible property actually change their visibility | ||
- Prevent crosshairs tool from throwing an exception when no imagePlaneModule metadata is present (now it fails gracefully) (thanks @fegemo!) | ||
### Removed | ||
- Removed unused karma.conf.js file | ||
## [2.3.0] - 2018-04-11 | ||
### Added | ||
- Added an [example for the scale overlay tool](https://rawgit.com/cornerstonejs/cornerstoneTools/master/examples/scaleOverlayTool/index.html) (thanks @evren217) | ||
### Changed | ||
- Improved Magnifying glass tool to display full resolution image (thanks @diego0020!) | ||
- [fix] Prevents crosshairs tool to throw an exception when no imagePlaneModule metadata is present (to fail gracefully) | ||
- Switch from PhantomJS to ChromeHeadless for tests | ||
- Updated to Webpack 4 | ||
### Fixed | ||
- Adding a request now wakes up the requestPoolManager. (thanks @adreyfus!) | ||
## [2.2.0] - 2018-04-02 | ||
@@ -14,0 +31,0 @@ ### Added |
{ | ||
"name": "@florist/cornerstone-tools", | ||
"version": "2.3.0", | ||
"version": "2.3.1-1", | ||
"description": "Medical imaging tools for the Cornerstone library", | ||
@@ -47,12 +47,12 @@ "main": "./dist/cornerstoneTools.min.js", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-loader": "^7.1.4", | ||
"babel-preset-env": "^1.6.1", | ||
"chai": "^4.1.2", | ||
"cornerstone-core": "^2.1.0", | ||
"cornerstone-core": "^2.2.0", | ||
"coveralls": "^3.0.0", | ||
"docdash": "^0.4.0", | ||
"documentation": "^6.1.0", | ||
"eslint": "^4.17.0", | ||
"documentation": "^6.2.0", | ||
"eslint": "^4.19.1", | ||
"eslint-loader": "^2.0.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"fs-extra": "^5.0.0", | ||
@@ -65,3 +65,3 @@ "gitbook-plugin-edit-link": "^2.0.2", | ||
"istanbul": "^0.4.5", | ||
"istanbul-instrumenter-loader": "^3.0.0", | ||
"istanbul-instrumenter-loader": "^3.0.1", | ||
"karma": "^2.0.0", | ||
@@ -74,9 +74,9 @@ "karma-chrome-launcher": "^2.2.0", | ||
"lodash": "^4.17.5", | ||
"mocha": "^5.0.1", | ||
"mocha": "^5.1.0", | ||
"opn-cli": "^3.1.0", | ||
"puppeteer": "^1.2.0", | ||
"puppeteer": "^1.3.0", | ||
"shx": "^0.2.2", | ||
"uglifyjs-webpack-plugin": "^1.2.4", | ||
"webpack": "^4.5.0", | ||
"webpack-cli": "^2.0.13" | ||
"webpack-cli": "^2.0.14" | ||
}, | ||
@@ -83,0 +83,0 @@ "dependencies": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
2434300
15364
1