Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
build: release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Oct 8, 2017
1 parent c689d82 commit 3be0af9
Show file tree
Hide file tree
Showing 13 changed files with 8,313 additions and 6,363 deletions.
96 changes: 9 additions & 87 deletions CHANGELOG.md

Large diffs are not rendered by default.

153 changes: 19 additions & 134 deletions README.md

Large diffs are not rendered by default.

2,502 changes: 1,300 additions & 1,202 deletions dist/cropper.common.js

Large diffs are not rendered by default.

40 changes: 19 additions & 21 deletions dist/cropper.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper v3.0.0
* Cropper v3.1.0
* https://github.com/fengyuanchen/cropper
*
* Copyright (c) 2017 Fengyuan Chen
* Copyright (c) 2014-2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-09-03T13:13:53.439Z
* Date: 2017-10-08T08:56:31.177Z
*/

.cropper-container {
Expand All @@ -14,15 +14,15 @@
line-height: 0;
position: relative;
-ms-touch-action: none;
touch-action: none;
touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.cropper-container img {
/* Avoid margin top issue (Occur only when margin-top <= -height) */
.cropper-container img {/*Avoid margin top issue (Occur only when margin-top <= -height)
*/
display: block;
height: 100%;
image-orientation: 0deg;
Expand All @@ -45,7 +45,8 @@
top: 0;
}

.cropper-wrap-box {
.cropper-wrap-box,
.cropper-canvas {
overflow: hidden;
}

Expand All @@ -72,7 +73,7 @@
border: 0 dashed #eee;
display: block;
opacity: .5;
position: absolute
position: absolute;
}

.cropper-dashed.dashed-h {
Expand Down Expand Up @@ -100,11 +101,11 @@
opacity: .75;
position: absolute;
top: 50%;
width: 0
width: 0;
}

.cropper-center:before,
.cropper-center:after {
.cropper-center:after {
background-color: #eee;
content: ' ';
display: block;
Expand Down Expand Up @@ -142,7 +143,7 @@
}

.cropper-line {
background-color: #39f
background-color: #39f;
}

.cropper-line.line-e {
Expand Down Expand Up @@ -177,7 +178,7 @@
background-color: #39f;
height: 5px;
opacity: .75;
width: 5px
width: 5px;
}

.cropper-point.point-e {
Expand Down Expand Up @@ -236,27 +237,24 @@
}

@media (min-width: 768px) {

.cropper-point.point-se {
height: 15px;
width: 15px
width: 15px;
}
}

@media (min-width: 992px) {

.cropper-point.point-se {
height: 10px;
width: 10px
width: 10px;
}
}

@media (min-width: 1200px) {

.cropper-point.point-se {
height: 5px;
opacity: .75;
width: 5px
width: 5px;
}
}

Expand Down
Loading

0 comments on commit 3be0af9

Please sign in to comment.