Releases: igorlino/elevatezoom-plus
1.2.5
1.2.4
FIX: Responsive feature does not destroy zoomContainers. Issue #36
FIX: Fix zoom lens and window positioning inside dialog. When initialising ezPlus on an element present inside a dialog the positions will not be correct unless the dialog occupies the entire viewport. These page offsets will help zoom lens and zoom window to be positioned correctly
1.2.3
FIX: Fix for inner zoomType with scrollZoom from triggering error and not working.
TypeError: self.zoomLens is undefined line:1197
IMPROVEMENT:
jQuery .data() is initially populated with values from the data- attributes, but setting it only stores the associated new value in memory. It doesn't change the attribute in the DOM.
This will make possible, populating the data with new information and ez-plus read the new information.
Ferocactus glaucescens
- CORE: lots and lots of code quality improvements (thnxs @pixelass !!!)
- FEATURE: add option to gallery swap event (thnxs @shrpne )
- FEATURE: added custom zoomContainer (thnxs @drosendo )
- FIX: properly remove event handlers on destroy (thxs @shrpne)
- FIX: IE 11 compatibility (thnxs @MichaelThessel)
Dvdvck Power
-
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
1.2.0
1.1.20: add minified version.
Add minified version to support CDN distribution.
1.1.19: Version bump.
Fix for bug in the zoom calculation for images with greater width.
1.1.18: Fixed JSCS format warnings/issues.
Bugfix: set minZoomLevel to 1.01, that helps to zoom small images.