Skip to content

Commit

Permalink
Release v3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Jan 21, 2017
1 parent 63888fd commit e29bdc6
Show file tree
Hide file tree
Showing 9 changed files with 129 additions and 87 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


## 3.0.0-alpha.1 (Jan 21, 2017)

- Use CSS3 2D Transforms instead of `left` and `top` for better performance.
- Set `withCredentials` attribute when read the image data by XMLHttpRequest.


## 3.0.0-alpha (Jan 15, 2017)

- Removed `build` event.
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 v3.0.0-alpha
* Cropper v3.0.0-alpha.1
* https://github.com/fengyuanchen/cropper
*
* Copyright (c) 2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-01-15T05:01:51.904Z
* Date: 2017-01-21T11:58:14.219Z
*/

.cropper-container {
Expand Down
48 changes: 33 additions & 15 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.

6 changes: 3 additions & 3 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 v3.0.0-alpha
* Cropper v3.0.0-alpha.1
* https://github.com/fengyuanchen/cropper
*
* Copyright (c) 2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-01-15T05:01:51.904Z
* Date: 2017-01-21T11:58:14.219Z
*/

.cropper-container {
Expand Down
Loading

0 comments on commit e29bdc6

Please sign in to comment.