Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix npm version #69

Merged
merged 1 commit into from
Mar 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
<a name="1.2.1"></a>

# 1.2.1 (2017-03-March)

+ NPM: Fixes delayed version

+ NPM: Add main property to package.json to support vanilla require statement

+ CORE: add a update left

+ CORE: use a function to change the offset in new container

+ CORE: added lens override for window width to 0 (default value can create unwanted scroll on mobile devices);
+ CORE: tint image src changed to thumbnail src instead of zoom image src

+ CORE: fixed lensColour tint override to 'transparent' instead of 'none';
+ CORE: style reformated and removed duplicate rules applied in getWindowLensStyle();
+ CORE: added missing cursor rule for lens type.

+ CORE: fixed lens and inner zoom not working for touchmove action;
+ CORE: added lensColour as background-color to lens style;
+ CORE: style rules reformat;
+ CORE: isInteger IE fix


<a name="1.2.0"></a>

# 1.2.0 (2016-24-August)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[jQuery ElevateZoom Plus Plugin](http://igorlino.github.io/elevatezoom-plus/)
================================
Current Version: 1.1.21
Current Version: 1.2.1

[EZ Plus](http://igorlino.github.io/elevatezoom-plus/) is an up-to-date jQuery image zoom plug-in based on [EZ](https://github.com/elevateweb/elevatezoom)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ez-plus",
"title": "EZ Plus",
"version": "1.2.0",
"version": "1.2.1",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"author": {
"name": "Igor Lino",
Expand Down
12 changes: 6 additions & 6 deletions demo/api.htm
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/>

<!--
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/js/web.js?m=20100203"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/js/web.js?m=20100203"></script>
-->

<script type="text/javascript" src="../src/jquery.ez-plus.js"></script>
Expand All @@ -41,8 +41,8 @@
Cufon.replace('h1', {color: '#ff6347'});
</script>

<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/js/prism.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/js/prism.js"></script>
</head>
<body>
<div id="page">
Expand Down
14 changes: 7 additions & 7 deletions demo/examples.htm
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/>

<!--
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/js/web.js?m=20100203"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/js/web.js?m=20100203"></script>
-->

<script type="text/javascript" src="../src/jquery.ez-plus.js"></script>
Expand All @@ -44,9 +44,9 @@
<script type="text/javascript"
src="https://cdn.rawgit.com/igorlino/snippet-helper/1.0.1/src/snippet-helper.js"></script>
<link type="text/css" rel="stylesheet"
href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/css/prism.css"/>
href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/css/prism.css"/>
<script type="text/javascript"
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/js/prism.js"></script>
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/js/prism.js"></script>

</head>
<body>
Expand Down Expand Up @@ -391,7 +391,7 @@ <h3><a name="window-position">Window Position</a></h3>
offset
to adjust
<img
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/images/window-positions.png"/>
src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/images/window-positions.png"/>
<br/>You can also position the window into a container
</p>
<a href="#" rel="view_script_04" class="view_source">SHOW THE CODE</a>
Expand Down
12 changes: 6 additions & 6 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
href="https://cdn.rawgit.com/igorlino/fancybox-plus/1.3.6/css/jquery.fancybox-plus.css" media="screen"/>

<!--
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/js/web.js?m=20100203"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/src/jquery.ez-plus.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/css/jquery.ez-plus.css" media="screen" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/css/style.css" media="screen" />
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/js/web.js?m=20100203"></script>
-->

<script type="text/javascript" src="../src/jquery.ez-plus.js"></script>
Expand All @@ -42,8 +42,8 @@
</script>

<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/snippet-helper/1.0.1/src/snippet-helper.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.0/demo/js/prism.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/demo/js/prism.js"></script>
</head>
<body>
<div id="page" class="home">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ez-plus",
"main": "src/jquery.ez-plus.js",
"title": "EZ Plus",
"version": "1.1.21",
"version": "1.2.1",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"keywords": [
"zoom",
Expand Down