Skip to content

Releases: igorlino/elevatezoom-plus

1.2.5

07 Jul 09:41
Compare
Choose a tag to compare
  • FIX: problems using ezPlus with multiple images on my page, only same container with identical ID needs to be removed. Issue #120 (Thanks volkerdobler)

1.2.4

12 Sep 09:37
845b723
Compare
Choose a tag to compare

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

01 Jul 16:57
Compare
Choose a tag to compare

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

27 Nov 19:28
1e70883
Compare
Choose a tag to compare
  • 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

06 Mar 11:29
Compare
Choose a tag to compare
  • 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

24 Aug 14:47
Compare
Choose a tag to compare
  • BOWER: Fixes dependency missing on grunt wiredep
  • DOC: Correcting version in js and link for CDN
  • DOC: Correction option name for lens border 'lensSizeBorder'
  • BUILD: use semantic version, keeping parity with angular-elevate-zoom

1.1.20: add minified version.

28 Apr 08:08
Compare
Choose a tag to compare

Add minified version to support CDN distribution.

1.1.19: Version bump.

23 Mar 06:06
Compare
Choose a tag to compare

Fix for bug in the zoom calculation for images with greater width.

1.1.18: Fixed JSCS format warnings/issues.

20 Dec 11:58
Compare
Choose a tag to compare

Bugfix: set minZoomLevel to 1.01, that helps to zoom small images.

1.1.17

14 Nov 02:28
Compare
Choose a tag to compare

feature: easing can be configured by number