Skip to content

Commit

Permalink
Bump to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evren217 committed Mar 2, 2018
1 parent 03bcafd commit ee4b190
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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).

## [2.1.0] - 2018-03-02
### Added
- Added Gitbook and documentationjs for API docs
- Added new tests
- Added API to support setting the initial viewport for an image without displaying it (thanks @ClaireTagoe)
- Added support for event handler namespaces

### Fixed
- Fixed scrollbar issues by making the canvas a block element (thanks @medihack)
- Fixed image caching issues
- Fixed certain front-end framework (e.g. React) issues by avoiding manipulating the DOM when enabling an element
- Fixed scaling issue when resizing (thanks @medihack)


## [2.0.0] - 2017-12-08
### Changed
- *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.
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": "2.0.0",
"version": "2.1.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 '2.0.0';
export default '2.1.0';

0 comments on commit ee4b190

Please sign in to comment.