Skip to content

Commit

Permalink
Version bump for release.
Browse files Browse the repository at this point in the history
Update ezp version in the demo index
  • Loading branch information
ceilino committed Mar 6, 2017
1 parent 3a535cb commit 8770a67
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 11 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="1.2.1"></a>
# 1.2.1 (2017-06-March)

+JS: Fix for ezpModel watching

Fixes from base elevate-zoom-plus (v.1.2.1) library:
+ 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
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
"version": "1.2.0",
"version": "1.2.1",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-elevatezoom-plus/"
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.4",
"ez-plus": "~1.2.0"
"ez-plus": "~1.2.1"
},
"devDependencies": {
},
Expand Down
14 changes: 7 additions & 7 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<link rel="stylesheet" href="https://rawgit.com/igorlino/elevatezoom-plus/master/css/jquery.ez-plus.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.js"></script>
<script src='https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18/src/jquery.ez-plus.js'></script>
<script src='https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1/src/jquery.ez-plus.js'></script>

<script type="text/javascript"
src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
Expand All @@ -46,19 +46,19 @@

<!--
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18b/demo/css/style.css" media="screen" />
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18b/js/angular-ezplus.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18b/demo/js/controller.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.1.18b/demo/js/app.js'></script>
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.2.1b/demo/css/style.css" media="screen" />
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.2.1b/js/angular-ezplus.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.2.1b/demo/js/controller.js'></script>
<script src='https://cdn.rawgit.com/igorlino/angular-elevatezoom-plus/1.2.1b/demo/js/app.js'></script>
-->

<link rel="stylesheet" type="text/css" href="css/style.css" media="screen"/>
<script src='../js/angular-ezplus.js'></script>
<script src='js/controller.js'></script>^
<script src='js/app.js'></script>

<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18/demo/css/prism.css"/>
<script type="text/javascript" src="https://cdn.rawgit.com/igorlino/elevatezoom-plus/1.1.18/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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ez-plus",
"version": "1.2.0",
"version": "1.2.1",
"title": "Angular EZ Plus",
"description": "Angular directive for ElevateZoom Plus.",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"jquery": ">=2.1.4",
"angular": "~1.3.4",
"ez-plus": "~1.2.0"
"ez-plus": "~1.2.1"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit 8770a67

Please sign in to comment.