Skip to content

Commit

Permalink
Release v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Feb 25, 2017
1 parent 2c91371 commit e803308
Show file tree
Hide file tree
Showing 11 changed files with 207 additions and 203 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


## 1.0.0-beta.2 (Feb 25, 2017)

- Fixed the bug of rotate square image lead image shrink (#155).
- Improved RegExps for DataURL processing (#156).


## 1.0.0-beta.1 (Jan 21, 2017)

- Use CSS3 2D Transforms instead of `left` and `top` for better performance (#138).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ Output the final cropped area position and size data (base on the natural size o
- **data**:
- Type: `Object`
- Properties: See the [`getData`](#getdatarounded) method.
- You may need to round the data properties before pass it in.

Change the cropped area position and size with new data (base on the original image).

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.js v1.0.0-beta.1
* Cropper.js v1.0.0-beta.2
* https://github.com/fengyuanchen/cropperjs
*
* Copyright (c) 2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-01-21T12:28:26.786Z
* Date: 2017-02-25T07:36:34.540Z
*/

.cropper-container {
Expand Down
62 changes: 34 additions & 28 deletions dist/cropper.js

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

4 changes: 2 additions & 2 deletions dist/cropper.min.css

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

8 changes: 4 additions & 4 deletions dist/cropper.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/css/cropper.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper.js v1.0.0-beta.1
* Cropper.js v1.0.0-beta.2
* https://github.com/fengyuanchen/cropperjs
*
* Copyright (c) 2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-01-21T12:28:26.786Z
* Date: 2017-02-25T07:36:34.540Z
*/

.cropper-container {
Expand Down
Loading

0 comments on commit e803308

Please sign in to comment.