Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Dec 12, 2015
1 parent 085af83 commit b0f7280
Show file tree
Hide file tree
Showing 8 changed files with 895 additions and 707 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## 0.5.1 (Dec 12, 2015)

- Handle Data URL (avoid to use XMLHttpRequest to open a Data URL)
- Handle ajax error when load ArrayBuffer
- Not to transform the image to base64 when Orientation equals to `1`
- Fix some typos


## 0.5.0 (Dec 5, 2015)

- Added a new option: `checkOrientation`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
dist/
├── cropper.css ( 5 KB)
├── cropper.min.css ( 4 KB)
├── cropper.js (87 KB)
└── cropper.min.js (29 KB)
├── cropper.js (88 KB)
└── cropper.min.js (28 KB)
```


Expand Down
4 changes: 2 additions & 2 deletions dist/cropper.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper v0.5.0
* Cropper v0.5.1
* https://github.com/fengyuanchen/cropperjs
*
* Copyright (c) 2015 Fengyuan Chen
* Released under the MIT license
*
* Date: 2015-12-05T09:05:00.139Z
* Date: 2015-12-12T06:51:27.024Z
*/
.cropper-container {
position: relative;
Expand Down
Loading

0 comments on commit b0f7280

Please sign in to comment.