Skip to content

Commit

Permalink
Release v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Jan 21, 2017
1 parent 0cfc109 commit 73b08f4
Show file tree
Hide file tree
Showing 9 changed files with 159 additions and 155 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.1 (Jan 21, 2017)

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


## 1.0.0-beta (Jan 1, 2017)

- Supports to set an element for preview (#113).
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
* Cropper.js v1.0.0-beta.1
* https://github.com/fengyuanchen/cropperjs
*
* Copyright (c) 2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-01-01T08:26:22.116Z
* Date: 2017-01-21T12:28:26.786Z
*/

.cropper-container {
Expand Down
131 changes: 65 additions & 66 deletions dist/cropper.js

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

.cropper-container {
Expand Down
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<!-- Jumbotron -->
<div class="jumbotron docs-jumbotron">
<div class="container">
<h1>Cropper.js <small class="version">v1.0.0-beta</small></h1>
<h1>Cropper.js <small class="version">v1.0.0-beta.1</small></h1>
<p class="lead">JavaScript image cropper.</p>
<div class="docs-carbonads-container">
<div class="docs-carbonads">
Expand All @@ -58,21 +58,21 @@ <h1>Cropper.js <small class="version">v1.0.0-beta</small></h1>
<div class="container">
<div class="row">
<div class="col-md-9">
<!-- <h3 class="page-header">Demo:</h3> -->
<!-- <h3>Demo:</h3> -->
<div class="img-container">
<img src="images/picture.jpg" alt="Picture">
</div>
</div>
<div class="col-md-3">
<!-- <h3 class="page-header">Preview:</h3> -->
<!-- <h3>Preview:</h3> -->
<div class="docs-preview clearfix">
<div class="img-preview preview-lg"></div>
<div class="img-preview preview-md"></div>
<div class="img-preview preview-sm"></div>
<div class="img-preview preview-xs"></div>
</div>

<!-- <h3 class="page-header">Data:</h3> -->
<!-- <h3>Data:</h3> -->
<div class="docs-data">
<div class="input-group input-group-sm">
<label class="input-group-addon" for="dataX">X</label>
Expand Down Expand Up @@ -112,7 +112,7 @@ <h1>Cropper.js <small class="version">v1.0.0-beta</small></h1>
</div>
<div class="row" id="actions">
<div class="col-md-9 docs-buttons">
<!-- <h3 class="page-header">Toolbar:</h3> -->
<!-- <h3>Toolbar:</h3> -->
<div class="btn-group">
<button type="button" class="btn btn-primary" data-method="setDragMode" data-option="move" title="Move">
<span class="docs-tooltip" data-toggle="tooltip" title="cropper.setDragMode(&quot;move&quot;)">
Expand Down Expand Up @@ -328,7 +328,7 @@ <h4 class="modal-title" id="getCroppedCanvasTitle">Cropped</h4>
</div><!-- /.docs-buttons -->

<div class="col-md-3 docs-toggles">
<!-- <h3 class="page-header">Toggles:</h3> -->
<!-- <h3>Toggles:</h3> -->
<div class="btn-group docs-aspect-ratios" data-toggle="buttons">
<label class="btn btn-primary active">
<input type="radio" class="sr-only" id="aspectRatio1" name="aspectRatio" value="1.7777777777777777">
Expand Down
Loading

0 comments on commit 73b08f4

Please sign in to comment.