Skip to content

Commit 04fecb2

Browse files
committed
release 1.1.4
1 parent 02b7d72 commit 04fecb2

File tree

5 files changed

+66
-9
lines changed

5 files changed

+66
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.4 (Oct 26, 2019)
4+
5+
- Upgrade to Cropper.js v1.5.6.
6+
37
## 1.1.3 (Sep 23, 2018)
48

59
- Fix a `TypeError` of read property from `null`.

dist/main.js

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

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<meta name="description" content="A photo editing application based on the Cropper.js">
88
<meta name="author" content="Chen Fengyuan">
99
<title>Photo Editor</title>
10-
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/font-awesome.min.css">
10+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/font-awesome.min.css" crossorigin="anonymous">
1111
</head>
1212
<body>
1313
<div id="app"></div>
14-
<script src="https://fengyuanchen.github.io/shared/google-analytics.js"></script>
14+
<script src="https://fengyuanchen.github.io/shared/google-analytics.js" crossorigin="anonymous"></script>
1515
<script type="text/javascript" src="dist/main.js"></script></body>
1616
</html>

package-lock.json

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

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "photo-editor",
33
"description": "A photo editing application based on the Cropper.js",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"main": "index.html",
66
"scripts": {
77
"build": "webpack --mode production --env.production",
@@ -41,6 +41,7 @@
4141
"eslint-config-airbnb-base": "^14.0.0",
4242
"eslint-plugin-html": "^6.0.0",
4343
"eslint-plugin-import": "^2.18.2",
44+
"eslint-plugin-vue": "^5.2.3",
4445
"html-webpack-plugin": "^3.2.0",
4546
"postcss-cli": "^6.1.3",
4647
"postcss-import": "^12.0.1",

0 commit comments

Comments
 (0)