File tree 7 files changed +207
-413
lines changed
7 files changed +207
-413
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## next
3
+ ## 1.2.1 (Oct 20, 2018)
4
4
5
5
- Improve viewer instance storage to avoid side effect.
6
+ - Fix parameter error of ` Object.assign ` in iOS devices.
6
7
7
8
## 1.2.0 (Jul 15, 2018)
8
9
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Viewer.js v1.2.0
2
+ * Viewer.js v1.2.1
3
3
* https://fengyuanchen.github.io/viewerjs
4
4
*
5
5
* Copyright 2015-present Chen Fengyuan
6
6
* Released under the MIT license
7
7
*
8
- * Date: 2018-07-15T10:09:17.532Z
8
+ * Date: 2018-10-20T09:27:11.473Z
9
9
*/
10
10
11
11
.viewer-zoom-in ::before ,
Original file line number Diff line number Diff line change 7
7
< meta name ="description " content ="JavaScript image viewer. ">
8
8
< meta name ="author " content ="Chen Fengyuan ">
9
9
< title > Viewer.js</ title >
10
- < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.2 /css/bootstrap.min.css ">
10
+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3 /css/bootstrap.min.css ">
11
11
< link rel ="stylesheet " href ="css/viewer.css ">
12
12
< link rel ="stylesheet " href ="css/main.css ">
13
13
</ head >
44
44
< div class ="container ">
45
45
< div class ="row ">
46
46
< div class ="col-md ">
47
- < h1 > Viewer.js < small class ="h6 "> v1.2.0 </ small > </ h1 >
47
+ < h1 > Viewer.js < small class ="h6 "> v1.2.1 </ small > </ h1 >
48
48
< p class ="lead "> JavaScript image viewer.</ p >
49
49
</ div >
50
50
< div class ="col-md ">
@@ -277,7 +277,7 @@ <h3>Methods</h3>
277
277
278
278
<!-- Scripts -->
279
279
< script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js "> </ script >
280
- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.2 /js/bootstrap.bundle.min.js "> </ script >
280
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3 /js/bootstrap.bundle.min.js "> </ script >
281
281
< script src ="https://fengyuanchen.github.io/js/common.js "> </ script >
282
282
< script src ="js/viewer.js "> </ script >
283
283
< script src ="js/main.js "> </ script >
Original file line number Diff line number Diff line change 1
1
window . onload = function ( ) {
2
-
3
2
'use strict' ;
4
3
5
4
var Viewer = window . Viewer ;
You can’t perform that action at this time.
0 commit comments