Skip to content

Commit 2bf0068

Browse files
committed
build: release 1.1.2
1 parent af8228e commit 2bf0068

12 files changed

+12502
-2754
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Changelog
22

3+
## 1.1.2 (Jun 23, 2018)
4+
5+
- Fix `dataset` accessing problem in IE 10 (#21).
36

47
## 1.1.1 (May 20, 2017)
58

69
- Add namespace to vuex modules.
710

8-
911
## 1.1.0 (May 14, 2017)
1012

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

13-
1415
## 1.0.1 (Jan 2, 2016)
1516

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

19-
2020
## 1.0.0 (Jan 1, 2016)
2121

2222
- Supports to upload, move, zoom, rotate, flip and crop an image.

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
> A photo editing application based on the [Cropper.js](https://github.com/fengyuanchen/cropperjs).
44
5-
- [Website](http://fengyuanchen.github.io/photo-editor)
6-
7-
5+
- [Website](https://fengyuanchen.github.io/photo-editor)
86

97
## Keyboard support
108

@@ -24,19 +22,15 @@
2422
- `H`: Flip the image on the horizontal.
2523
- `V`: Flip the image on the vertical.
2624

27-
28-
2925
## Browser support
3026

3127
- Chrome (latest)
3228
- Firefox (latest)
3329
- Safari (latest)
3430
- Opera (latest)
3531
- Edge (latest)
36-
- Internet Explorer 9+
37-
38-
32+
- Internet Explorer 10+
3933

4034
## License
4135

42-
[MIT](http://opensource.org/licenses/MIT) © [Fengyuan Chen](http://chenfengyuan.com)
36+
[MIT](https://opensource.org/licenses/MIT) © [Chen Fengyuan](https://chenfengyuan.com)

dist/app.js

-20
This file was deleted.

dist/fontawesome-webfont.eot

-162 KB
Binary file not shown.

dist/fontawesome-webfont.svg

-2,671
This file was deleted.

dist/fontawesome-webfont.ttf

-162 KB
Binary file not shown.

dist/fontawesome-webfont.woff

-95.7 KB
Binary file not shown.

dist/fontawesome-webfont.woff2

-75.4 KB
Binary file not shown.

dist/main.js

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<meta name="description" content="A photo editing application based on the Cropper.js">
8-
<meta name="keywords" content="HTML, CSS, JS, JavaScript, photo, editor, front-end, web development">
9-
<meta name="author" content="Fengyuan Chen">
8+
<meta name="author" content="Chen Fengyuan">
109
<title>Photo Editor</title>
10+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/font-awesome.min.css">
1111
</head>
1212
<body>
1313
<div id="app"></div>
1414
<script src="https://fengyuanchen.github.io/js/common.js"></script>
15-
<script src="dist/app.js"></script>
16-
</body>
15+
<script type="text/javascript" src="dist/main.js"></script></body>
1716
</html>

0 commit comments

Comments
 (0)