Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Dec 24, 2015
1 parent 533e708 commit 9383b78
Show file tree
Hide file tree
Showing 8 changed files with 108 additions and 141 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog


## 0.5.3 (Dec 24, 2015)

- Limit wheel speed to prevent zoom too fast (#21)
- Improve the `setCropBoxData` method (#22)


## 0.5.2 (Dec 15, 2015)

- Fix event handlers
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> JavaScript image cropper.
- [Homepage](http://cropperjs.com)
- [Cropper with jQuery](http://github.com/fengyuanchen/cropper)
- [Cropper as jQuery plugin](https://github.com/fengyuanchen/cropper)

[![Build Status Images](https://travis-ci.org/fengyuanchen/cropperjs.svg)](https://travis-ci.org/fengyuanchen/cropperjs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fengyuanchen/cropperjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Expand Down Expand Up @@ -46,7 +46,7 @@
dist/
├── cropper.css ( 5 KB)
├── cropper.min.css ( 4 KB)
├── cropper.js (88 KB)
├── cropper.js (87 KB)
└── cropper.min.js (28 KB)
```

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 v0.5.2
* Cropper v0.5.3
* https://github.com/fengyuanchen/cropperjs
*
* Copyright (c) 2015 Fengyuan Chen
* Released under the MIT license
*
* Date: 2015-12-15T06:11:15.155Z
* Date: 2015-12-24T08:55:11.099Z
*/
.cropper-container {
font-size: 0;
Expand Down
Loading

0 comments on commit 9383b78

Please sign in to comment.