Skip to content

Commit e87b63f

Browse files
committed
Release v1.5.1
1 parent 7d86954 commit e87b63f

9 files changed

+15
-13
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ImageMapster",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"homepage": "https://github.com/jamietre/ImageMapster",
55
"description": "jQuery plugin that activates areas in HTML imagemaps with support for highlighting, selecting, tooltips, resizing and more",
66
"main": "dist/jquery.imagemapster.min.js",

dist/jquery.imagemapster.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* imagemapster - v1.5.0 - 2021-01-29
2+
* imagemapster - v1.5.1 - 2021-01-30
33
* https://github.com/jamietre/ImageMapster/
44
* Copyright (c) 2011 - 2021 James Treworgy
55
* License: MIT
@@ -107,7 +107,7 @@
107107
(function ($) {
108108
'use strict';
109109

110-
var mapster_version = '1.5.0';
110+
var mapster_version = '1.5.1';
111111

112112
// all public functions in $.mapster.impl are methods
113113
$.fn.mapster = function (method) {
@@ -3726,6 +3726,7 @@
37263726
easing: 'linear'
37273727
});
37283728
});
3729+
els.filter(':hidden').css(newsize);
37293730

37303731
p = u.defer();
37313732
promises.push(p);

dist/jquery.imagemapster.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.imagemapster.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.imagemapster.zepto.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* imagemapster - v1.5.0 - 2021-01-29
2+
* imagemapster - v1.5.1 - 2021-01-30
33
* https://github.com/jamietre/ImageMapster/
44
* Copyright (c) 2011 - 2021 James Treworgy
55
* License: MIT
@@ -133,7 +133,7 @@
133133
(function ($) {
134134
'use strict';
135135

136-
var mapster_version = '1.5.0';
136+
var mapster_version = '1.5.1';
137137

138138
// all public functions in $.mapster.impl are methods
139139
$.fn.mapster = function (method) {
@@ -3752,6 +3752,7 @@
37523752
easing: 'linear'
37533753
});
37543754
});
3755+
els.filter(':hidden').css(newsize);
37553756

37563757
p = u.defer();
37573758
promises.push(p);

dist/jquery.imagemapster.zepto.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.imagemapster.zepto.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagemapster",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "jQuery plugin that activates areas in HTML imagemaps with support for highlighting, selecting, tooltips, resizing and more",
55
"main": "dist/jquery.imagemapster.min.js",
66
"files": [

0 commit comments

Comments
 (0)