- Fix VOILUT rendering for Agfa images (issue #106)
- Fix NPM dependencies, added this changelog
- Fix viewport sync in composite image example
- Add layer API support for drawing composite images
- Remove globals from eslintrc.js
- Fix broken event firing for WebGL texture cache
- Add a 'CornerstonePreRender' event that is fire before the image is rendered
- Switch module imports to include '.js' extensions to improve support for Chrome native modules
-
Switch events to fire on cornerstone.events instead of cornerstone. This was broken when Cornerstone was loaded as a module. Note: If you are currently using
$(cornerstone).on(...) to monitor image load progress or cache changes, you need to change this to $ (cornerstone.events).on(...) -
Add previous image information in CornerstoneNewImage event
-
Fix build issues on Windows
-
Fix missing devDependency for Istanbul in package.json
-
Add a number of unit tests, ESLint fixes, and JSDoc comments
- Fix issues with package.json and Webpack configuration
- Migrate to new build process with Webpack and Babel. Remove grunt.
- Migrate to ES6 modules (@brunoalvesdefaria, @zachasme, @lscoder, @jpambrun, @jasonklotzer)
- Fix issue #115: Grayscale not inverting properly
- Fix typo in Date.now for performance timing fallback when window.performance is not available
- Performance improvements for LUT generation (@jpambrun)
- Revert fix for #101 since it's reducing performance