Skip to content

Releases: igorlino/angular-elevatezoom-plus

Ferocactus glaucescens

Choose a tag to compare

@igorlino igorlino released this 27 Nov 19:35

Fixes from base elevate-zoom-plus (v.1.2.2) library:

  • CORE: lots and lots of code quality improvements (thnxs Gregor Adams !!!)
  • FEATURE: add option to gallery swap event (thnxs shrpne)
  • FEATURE: added custom zoomContainer (thnxs David Rosendo)
  • FIX: properly remove event handlers on destroy (thxs shrpne)
  • FIX: IE 11 compatibility (thnxs Michael Thessel)

Dvdvck Power

Choose a tag to compare

@igorlino igorlino released this 06 Mar 11:40

+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

1.2.0 Ursidae carnivora

Choose a tag to compare

@igorlino igorlino released this 24 Aug 14:58
  • JS: always update attrImageZoomSrc on ezpModel change (fixes #14)
  • JS: Fixes a bug where updating plugin options leaves an old zoomContainer on the page
  • BUILD: use semantic version, keeping parity with elevate-zoom-plus
  • Update to latest EZP library (v.1.2.0).

Fixes from base elevate-zoom-plus (v.1.2.0) library:

  • 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-plus

1.1.18d: Made dependency compatible with optimization.

Choose a tag to compare

@igorlino igorlino released this 07 Jun 13:22

Made dependency compatible with optimization.

1.1.18c Fix for zoom container bug

Choose a tag to compare

@igorlino igorlino released this 07 Jun 13:02

Fix for zoom container bug. Destroy zoom container if $destroy was too late.

1.1.18b: dynamic zoom bugfix

Choose a tag to compare

@igorlino igorlino released this 17 May 04:24
  • Fix for zoom container bug. Destroy old plugin before updating the the plugin when using dynamic options

1.1.18a: deeply watch the ezpOption

Choose a tag to compare

@igorlino igorlino released this 11 May 20:43

Dynamic ezpOptions to deeply watch the options object. Also prevent the options watch from firing the options update on first plugin load. Thanks to natealmeida

1.1.18

Choose a tag to compare

@igorlino igorlino released this 23 Jan 02:23
  • Updates options dynamically.

Updated to latest version of EZP:

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

1.1.17: Updated to latest version of EZP

Choose a tag to compare

@igorlino igorlino released this 14 Nov 21:01

Remove hiding of lens/tints from hiding of zoom, since it disturbs with ezp methods.
Code Style re-formatting.

Updated to latest version of EZP:

+feature: easing can be configured by number

1.1.16: Update to latest elevate-zoom-plus.

Choose a tag to compare

@igorlino igorlino released this 12 Nov 12:38

Update to latest ElevateZoom-Plus version.
Aligned version to easier maintain them.

EZP related fixes are:

Fixes Zoom container width and height not set in lens mode on re-size
Destroy spinner when destroying the EZP.
fixes Duplicated spinner div on change image
fixes refactor out ''zoom-image'' into constant
Bugfix: Changed line orders to apply correctly options after apply $extend
fixes attach the lens properties for debugging purposes.
fixes Add id tag to .zoomContainer
Fixes scroll zoom on square images
loading icon/spinner placement and hide#
Fixes Invalid CSS "px solid", border not effective on "inner" zoomType
Fixes expected an assignment or function call and instead saw an expression