Skip to content

Commit

Permalink
build: release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Jun 23, 2018
1 parent af8228e commit 2bf0068
Show file tree
Hide file tree
Showing 12 changed files with 12,502 additions and 2,754 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,22 +1,22 @@
# Changelog

## 1.1.2 (Jun 23, 2018)

- Fix `dataset` accessing problem in IE 10 (#21).

## 1.1.1 (May 20, 2017)

- Add namespace to vuex modules.


## 1.1.0 (May 14, 2017)

- Upgrade to Cropper.js v1.0+ and Vue.js v2.0+.


## 1.0.1 (Jan 2, 2016)

- Supports to complete the cropping when dblclick on the crop box.
- Restore the full cropping state after undo cropping.


## 1.0.0 (Jan 1, 2016)

- Supports to upload, move, zoom, rotate, flip and crop an image.
Expand Down
12 changes: 3 additions & 9 deletions README.md
Expand Up @@ -2,9 +2,7 @@

> A photo editing application based on the [Cropper.js](https://github.com/fengyuanchen/cropperjs).
- [Website](http://fengyuanchen.github.io/photo-editor)


- [Website](https://fengyuanchen.github.io/photo-editor)

## Keyboard support

Expand All @@ -24,19 +22,15 @@
- `H`: Flip the image on the horizontal.
- `V`: Flip the image on the vertical.



## Browser support

- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Opera (latest)
- Edge (latest)
- Internet Explorer 9+


- Internet Explorer 10+

## License

[MIT](http://opensource.org/licenses/MIT) © [Fengyuan Chen](http://chenfengyuan.com)
[MIT](https://opensource.org/licenses/MIT) © [Chen Fengyuan](https://chenfengyuan.com)
20 changes: 0 additions & 20 deletions dist/app.js

This file was deleted.

Binary file removed dist/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 0 additions & 2,671 deletions dist/fontawesome-webfont.svg

This file was deleted.

Binary file removed dist/fontawesome-webfont.ttf
Binary file not shown.
Binary file removed dist/fontawesome-webfont.woff
Binary file not shown.
Binary file removed dist/fontawesome-webfont.woff2
Binary file not shown.
16 changes: 16 additions & 0 deletions dist/main.js

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions index.html
Expand Up @@ -3,15 +3,14 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A photo editing application based on the Cropper.js">
<meta name="keywords" content="HTML, CSS, JS, JavaScript, photo, editor, front-end, web development">
<meta name="author" content="Fengyuan Chen">
<meta name="author" content="Chen Fengyuan">
<title>Photo Editor</title>
<link rel="stylesheet" href="https://unpkg.com/font-awesome@4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="app"></div>
<script src="https://fengyuanchen.github.io/js/common.js"></script>
<script src="dist/app.js"></script>
</body>
<script type="text/javascript" src="dist/main.js"></script></body>
</html>

0 comments on commit 2bf0068

Please sign in to comment.