Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Cheng committed Sep 13, 2015
1 parent 1439ff5 commit 446dea5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.4.2 (September 12, 2015)

### New features

* Added getters and setters for `initialZoom`, `exportZoom`, `minZoom` and `maxZoom`
* Added `onOffsetChange` and `onZoomChange` callback
* onFileChange now passes back the event object

### Bug fixes

* Fixed bug where `image-loaded` class is removed if a small image is loaded and rejected


## 0.4.1 (August 2, 2015)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cropit",
"description": "Customizable crop and zoom.",
"version": "0.4.1",
"version": "0.4.2",
"authors": [
"Scott Cheng <[email protected]>",
"Yufei Liu <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion cropit.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"crop",
"zoom"
],
"version": "0.4.1",
"version": "0.4.2",
"author": {
"name": "Scott Cheng",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.cropit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! cropit - v0.4.1 <https://github.com/scottcheng/cropit> */
/*! cropit - v0.4.2 <https://github.com/scottcheng/cropit> */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("jquery"));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cropit",
"main": "dist/jquery.cropit.js",
"description": "Customizable crop and zoom.",
"version": "0.4.1",
"version": "0.4.2",
"author": {
"name": "Scott Cheng",
"email": "[email protected]",
Expand Down

0 comments on commit 446dea5

Please sign in to comment.