cornerstone-tools
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -9,2 +9,9 @@ # Changelog | ||
## [2.3.5] - 2018-05-28 | ||
### Changed | ||
- Updated package.json dependencies to latest versions | ||
### Fixed | ||
- Fixed saveAs for Internet Explorer by adding canvas.msToBlob. Note that for some reason this appears to be lower quality than on other browsers. We may need to implement another approach. | ||
## [2.3.4] - 2018-05-28 | ||
@@ -11,0 +18,0 @@ ### Changed |
{ | ||
"name": "cornerstone-tools", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Medical imaging tools for the Cornerstone library", | ||
@@ -46,14 +46,14 @@ "main": "./dist/cornerstoneTools.min.js", | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.4", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-env": "^1.7.0", | ||
"chai": "^4.1.2", | ||
"cornerstone-core": "^2.2.0", | ||
"coveralls": "^3.0.0", | ||
"cornerstone-core": "^2.2.4", | ||
"coveralls": "^3.0.1", | ||
"docdash": "^0.4.0", | ||
"documentation": "^6.2.0", | ||
"documentation": "^7.1.0", | ||
"eslint": "^4.19.1", | ||
"eslint-loader": "^2.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"fs-extra": "^5.0.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"fs-extra": "^6.0.1", | ||
"gitbook-plugin-edit-link": "^2.0.2", | ||
@@ -66,16 +66,16 @@ "gitbook-plugin-ga": "^2.0.0", | ||
"istanbul-instrumenter-loader": "^3.0.1", | ||
"karma": "^2.0.0", | ||
"karma": "^2.0.2", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-coverage": "^1.1.2", | ||
"karma-firefox-launcher": "^1.1.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-webpack": "^3.0.0", | ||
"lodash": "^4.17.5", | ||
"mocha": "^5.1.0", | ||
"lodash": "^4.17.10", | ||
"mocha": "^5.2.0", | ||
"opn-cli": "^3.1.0", | ||
"puppeteer": "^1.3.0", | ||
"puppeteer": "^1.4.0", | ||
"shx": "^0.2.2", | ||
"uglifyjs-webpack-plugin": "^1.2.4", | ||
"webpack": "^4.5.0", | ||
"webpack-cli": "^2.0.14" | ||
"uglifyjs-webpack-plugin": "^1.2.5", | ||
"webpack": "^4.9.1", | ||
"webpack-cli": "^2.1.4" | ||
}, | ||
@@ -82,0 +82,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
15242
2398406