Skip to content

Commit

Permalink
build: release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Oct 20, 2018
1 parent 4adaa69 commit f56ae10
Show file tree
Hide file tree
Showing 7 changed files with 207 additions and 413 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## next
## 1.2.1 (Oct 20, 2018)

- Improve viewer instance storage to avoid side effect.
- Fix parameter error of `Object.assign` in iOS devices.

## 1.2.0 (Jul 15, 2018)

Expand Down
4 changes: 2 additions & 2 deletions docs/css/viewer.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Viewer.js v1.2.0
* Viewer.js v1.2.1
* https://fengyuanchen.github.io/viewerjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2018-07-15T10:09:17.532Z
* Date: 2018-10-20T09:27:11.473Z
*/

.viewer-zoom-in::before,
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="JavaScript image viewer.">
<meta name="author" content="Chen Fengyuan">
<title>Viewer.js</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="css/viewer.css">
<link rel="stylesheet" href="css/main.css">
</head>
Expand Down Expand Up @@ -44,7 +44,7 @@
<div class="container">
<div class="row">
<div class="col-md">
<h1>Viewer.js <small class="h6">v1.2.0</small></h1>
<h1>Viewer.js <small class="h6">v1.2.1</small></h1>
<p class="lead">JavaScript image viewer.</p>
</div>
<div class="col-md">
Expand Down Expand Up @@ -277,7 +277,7 @@ <h3>Methods</h3>

<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.bundle.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
<script src="https://fengyuanchen.github.io/js/common.js"></script>
<script src="js/viewer.js"></script>
<script src="js/main.js"></script>
Expand Down
1 change: 0 additions & 1 deletion docs/js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
window.onload = function () {

'use strict';

var Viewer = window.Viewer;
Expand Down
Loading

0 comments on commit f56ae10

Please sign in to comment.