Skip to content

Commit de57fa9

Browse files
committed
build: release 1.5.11
1 parent 5a81449 commit de57fa9

File tree

12 files changed

+79
-419
lines changed

12 files changed

+79
-419
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.5.11 (Feb 17, 2021)
4+
5+
- Fix TypeScript declarations compatibility (#799).
6+
37
## 1.5.10 (Feb 12, 2021)
48

59
- Explicitly set the XMLHttpRequest request to be asynchronous (#682).

dist/cropper.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* Cropper.js v1.5.10
2+
* Cropper.js v1.5.11
33
* https://fengyuanchen.github.io/cropperjs
44
*
55
* Copyright 2015-present Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2021-02-12T06:37:49.781Z
8+
* Date: 2021-02-17T11:53:27.572Z
99
*/
1010

1111
'use strict';

dist/cropper.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* Cropper.js v1.5.10
2+
* Cropper.js v1.5.11
33
* https://fengyuanchen.github.io/cropperjs
44
*
55
* Copyright 2015-present Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2021-02-12T06:37:44.627Z
8+
* Date: 2021-02-17T11:53:21.992Z
99
*/
1010

1111
.cropper-container {

dist/cropper.esm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* Cropper.js v1.5.10
2+
* Cropper.js v1.5.11
33
* https://fengyuanchen.github.io/cropperjs
44
*
55
* Copyright 2015-present Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2021-02-12T06:37:49.781Z
8+
* Date: 2021-02-17T11:53:27.572Z
99
*/
1010

1111
function _typeof(obj) {

dist/cropper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* Cropper.js v1.5.10
2+
* Cropper.js v1.5.11
33
* https://fengyuanchen.github.io/cropperjs
44
*
55
* Copyright 2015-present Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2021-02-12T06:37:49.781Z
8+
* Date: 2021-02-17T11:53:27.572Z
99
*/
1010

1111
(function (global, factory) {

dist/cropper.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cropper.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/cropper.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* Cropper.js v1.5.10
2+
* Cropper.js v1.5.11
33
* https://fengyuanchen.github.io/cropperjs
44
*
55
* Copyright 2015-present Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2021-02-12T06:37:44.627Z
8+
* Date: 2021-02-17T11:53:21.992Z
99
*/
1010

1111
.cropper-container {

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<div class="container">
8181
<div class="row">
8282
<div class="col-md">
83-
<h1>Cropper.js <small class="h6">v1.5.10</small></h1>
83+
<h1>Cropper.js <small class="h6">v1.5.11</small></h1>
8484
<p class="lead">JavaScript image cropper.</p>
8585
</div>
8686
<div class="col-md">

docs/js/cropper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* Cropper.js v1.5.10
2+
* Cropper.js v1.5.11
33
* https://fengyuanchen.github.io/cropperjs
44
*
55
* Copyright 2015-present Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2021-02-12T06:37:49.781Z
8+
* Date: 2021-02-17T11:53:27.572Z
99
*/
1010

1111
(function (global, factory) {

0 commit comments

Comments
 (0)