Skip to content

Releases: igorlino/angular-elevatezoom-plus

Ferocactus glaucescens

27 Nov 19:35
Compare
Choose a tag to compare

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

06 Mar 11:40
Compare
Choose a tag to compare

+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

24 Aug 14:58
Compare
Choose a tag to compare
  • 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.

07 Jun 13:22
Compare
Choose a tag to compare

Made dependency compatible with optimization.

1.1.18c Fix for zoom container bug

07 Jun 13:02
Compare
Choose a tag to compare

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

1.1.18b: dynamic zoom bugfix

17 May 04:24
Compare
Choose a tag to compare
  • Fix for zoom container bug. Destroy old plugin before updating the the plugin when using dynamic options

1.1.18a: deeply watch the ezpOption

11 May 20:43
Compare
Choose a tag to compare

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

23 Jan 02:23
Compare
Choose a tag to compare
  • 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

14 Nov 21:01
Compare
Choose a tag to compare

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.

12 Nov 12:38
Compare
Choose a tag to compare

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