Skip to content

Commit

Permalink
build: release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Sep 17, 2023
1 parent dda8f95 commit b122bb6
Show file tree
Hide file tree
Showing 12 changed files with 470 additions and 422 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.1 (Sep 17, 2023)

- Fix an issue where some CSS styles were incompatible with old browsers.

## 1.6.0 (Aug 26, 2023)

- Add `rounded` option to the `getCroppedCanvas` method (#1047).
Expand Down
4 changes: 2 additions & 2 deletions dist/cropper.common.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper.js v1.6.0
* Cropper.js v1.6.1
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2023-08-26T08:14:27.943Z
* Date: 2023-09-17T03:44:19.860Z
*/

'use strict';
Expand Down
12 changes: 6 additions & 6 deletions dist/cropper.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper.js v1.6.0
* Cropper.js v1.6.1
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2023-08-26T08:14:25.104Z
* Date: 2023-09-17T03:44:17.565Z
*/

.cropper-container {
Expand Down Expand Up @@ -64,7 +64,7 @@
display: block;
height: 100%;
outline: 1px solid #39f;
outline-color: rgba(51, 153, 255, 75%);
outline-color: rgba(51, 153, 255, 0.75);
overflow: hidden;
width: 100%;
}
Expand Down Expand Up @@ -107,7 +107,7 @@
.cropper-center::before,
.cropper-center::after {
background-color: #eee;
content: " ";
content: ' ';
display: block;
position: absolute;
}
Expand Down Expand Up @@ -264,7 +264,7 @@
.cropper-point.point-se::before {
background-color: #39f;
bottom: -50%;
content: " ";
content: ' ';
display: block;
height: 200%;
opacity: 0;
Expand All @@ -278,7 +278,7 @@
}

.cropper-bg {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
Expand Down
4 changes: 2 additions & 2 deletions dist/cropper.esm.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper.js v1.6.0
* Cropper.js v1.6.1
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2023-08-26T08:14:27.943Z
* Date: 2023-09-17T03:44:19.860Z
*/

function ownKeys(e, r) {
Expand Down
4 changes: 2 additions & 2 deletions dist/cropper.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper.js v1.6.0
* Cropper.js v1.6.1
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2023-08-26T08:14:27.943Z
* Date: 2023-09-17T03:44:19.860Z
*/

(function (global, factory) {
Expand Down
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.

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

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/css/dist/cropper.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper.js v1.6.0
* Cropper.js v1.6.1
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2023-08-26T08:14:25.104Z
* Date: 2023-09-17T03:44:17.565Z
*/

.cropper-container {
Expand Down Expand Up @@ -64,7 +64,7 @@
display: block;
height: 100%;
outline: 1px solid #39f;
outline-color: rgba(51, 153, 255, 75%);
outline-color: rgba(51, 153, 255, 0.75);
overflow: hidden;
width: 100%;
}
Expand Down Expand Up @@ -107,7 +107,7 @@
.cropper-center::before,
.cropper-center::after {
background-color: #eee;
content: " ";
content: ' ';
display: block;
position: absolute;
}
Expand Down Expand Up @@ -264,7 +264,7 @@
.cropper-point.point-se::before {
background-color: #39f;
bottom: -50%;
content: " ";
content: ' ';
display: block;
height: 200%;
opacity: 0;
Expand All @@ -278,7 +278,7 @@
}

.cropper-bg {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div class="container">
<div class="row">
<div class="col-md">
<h1>Cropper.js <small class="h6">v1.6.0</small></h1>
<h1>Cropper.js <small class="h6">v1.6.1</small></h1>
<p class="lead">JavaScript image cropper.</p>
</div>
<div class="col-md">
Expand Down
4 changes: 2 additions & 2 deletions docs/js/cropper.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Cropper.js v1.6.0
* Cropper.js v1.6.1
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2023-08-26T08:14:27.943Z
* Date: 2023-09-17T03:44:19.860Z
*/

(function (global, factory) {
Expand Down
Loading

0 comments on commit b122bb6

Please sign in to comment.