Skip to content

Commit

Permalink
Release v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Apr 30, 2017
1 parent 5d2388f commit 00dc42b
Show file tree
Hide file tree
Showing 13 changed files with 7,155 additions and 19 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-rc.1 (Apr 30, 2017)

- Change the `main` field value from `dist/cropper.js` (UMD) to `dist/cropper.common.js` (CommonJS).
- Added `module` and `browser` fields to `package.json`.


## 1.0.0-rc (Mar 25, 2017)

- Fixed the bug of touch zoom (#161).
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@

```
dist/
├── cropper.css ( 5 KB)
├── cropper.min.css ( 4 KB)
├── cropper.js (90 KB)
└── cropper.min.js (33 KB)
├── cropper.css ( 5 KB)
├── cropper.min.css ( 4 KB)
├── cropper.js (90 KB, UMD)
├── cropper.min.js (33 KB, UMD, compressed)
├── cropper.common.js (90 KB, CommonJS)
└── cropper.esm.js (90 KB, ES Module)
```


Expand Down
Loading

0 comments on commit 00dc42b

Please sign in to comment.