Skip to content

Commit

Permalink
Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik committed Dec 8, 2017
1 parent 9448755 commit 72b9b3e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2017-12-08
### Changed
- *Breaking Change!!!* Removed jQuery events from triggerEvent, lower-cased all the event names.
- *Breaking Change!!!* Removed jQuery events from triggerEvent, lower-cased all the event names. e.g. "CornerstoneWebGLTextureRemoved" is now "cornerstonewebgltextureremoved". Only native CustomEvents are now triggered by Cornerstone Core.
- *Breaking Change!!!* Image Loaders should now return an Object containing a promise and a function which can cancel the request. The format is { promise, cancelFn }. Migration guide to come...
- *Breaking Change!!!* Image cache now stores ImageLoadObjects as described above.

### Removed
- Removed 'commonjs2' parameter from webpack output.library options because it was complaining.
- Removed 'externals' since we no longer use jQuery
- *Breaking Change!!!* putImagePromise, getImagePromise have been removed and replaced with putImageLoadObject, getImageLoadObject


## [1.1.4] - 2017-12-08
### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/cornerstone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cornerstone.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cornerstone.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cornerstone-core",
"version": "1.1.4",
"version": "2.0.0",
"description": "HTML5 Medical Image Viewer Component",
"main": "./dist/cornerstone.min.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.1.4';
export default '2.0.0';

0 comments on commit 72b9b3e

Please sign in to comment.